Skip to content

Commit f0491ed

Browse files
committed
Fixed subnet name
1 parent 047f7e6 commit f0491ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

healthcheck/healthcheck_webapps_refarch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def main(tenant_id_arg, client_id_arg, client_secret_arg, subscription_id_arg, u
7474
"Deploy to New or Existing Virtual Network": "existing",
7575
"Name of Virtual Network Where MATLAB Web App Server Will Be Deployed": vnet_name,
7676
"Virtual Network CIDR Range": vnet_cidr,
77-
"Name of Subnet for MATLAB Web App Server": subnet_name[0],
77+
"Name of Subnet for MATLAB Web App Server": subnet_name,
7878
"Server Subnet CIDR Range": subnets_cidr[0],
7979
"Specify Private IP Address to VM Hosting MATLAB Web App Server": '10.1.0.4',
8080
"Resource Group Name Of Virtual Network": resource_name_vnet,

0 commit comments

Comments
 (0)