You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/service-connector/tutorial-connect-web-app-app-configuration.md
-12Lines changed: 0 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,9 +67,6 @@ Start by creating your Azure resources.
67
67
az webapp up --location $LOCATION --resource-group $RESOURCE_GROUP_NAME --name $APP_SERVICE_NAME
68
68
```
69
69
70
-
**location*→ A location near you, for example `eastus`. Use `az account list-locations --output table` to list locations.
71
-
**resource-group*→ You will use this resource group to organize all the Azure resources needed to complete this tutorial. (for example, `service-connector-tutorial-rg`)
| Location | Choose a location near you. Use `az account list-locations --output table` to list locations. |*eastus*|
@@ -93,9 +90,6 @@ Start by creating your Azure resources.
93
90
az webapp up --location $LOCATION --resource-group $RESOURCE_GROUP_NAME --name $APP_SERVICE_NAME
94
91
```
95
92
96
-
**location*→ A location near you, for example `eastus`. Use `az account list-locations --output table` to list locations.
97
-
**resource-group*→ You will use this resource group to organize all the Azure resources needed to complete this tutorial. (for example, `service-connector-tutorial-rg`)
| Location | Choose a location near you. Use `az account list-locations --output table` to list locations. |*eastus*|
@@ -124,9 +118,6 @@ Start by creating your Azure resources.
124
118
az webapp up --location $LOCATION --resource-group $RESOURCE_GROUP_NAME --name $APP_SERVICE_NAME
125
119
```
126
120
127
-
**location*→ A location near you, for example `eastus`. Use `az account list-locations --output table` to list locations.
128
-
**resource-group*→ You will use this resource group to organize all the Azure resources needed to complete this tutorial. (for example, `service-connector-tutorial-rg`)
| Location | Choose a location near you. Use `az account list-locations --output table` to list locations. |*eastus*|
@@ -156,9 +147,6 @@ Start by creating your Azure resources.
156
147
az webapp up --location $LOCATION --resource-group $RESOURCE_GROUP_NAME --name $APP_SERVICE_NAME
157
148
```
158
149
159
-
**location*→ A location near you, for example `eastus`. Use `az account list-locations --output table` to list locations.
160
-
**resource-group*→ You will use this resource group to organize all the Azure resources needed to complete this tutorial. (for example, `service-connector-tutorial-rg`)
0 commit comments