Skip to content

Commit 4695449

Browse files
committed
delete duplicated text
1 parent 79c47de commit 4695449

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

articles/service-connector/tutorial-connect-web-app-app-configuration.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ Start by creating your Azure resources.
6767
az webapp up --location $LOCATION --resource-group $RESOURCE_GROUP_NAME --name $APP_SERVICE_NAME
6868
```
6969

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`)
72-
7370
| Parameter | Description | Example |
7471
|--------------|-----------------------------------------------------------------------------------------|----------|
7572
| 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.
9390
az webapp up --location $LOCATION --resource-group $RESOURCE_GROUP_NAME --name $APP_SERVICE_NAME
9491
```
9592

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`)
98-
9993
| Parameter | Description | Example |
10094
|--------------|-----------------------------------------------------------------------------------------|----------|
10195
| 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.
124118
az webapp up --location $LOCATION --resource-group $RESOURCE_GROUP_NAME --name $APP_SERVICE_NAME
125119
```
126120

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`)
129-
130121
| Parameter | Description | Example |
131122
|--------------|-----------------------------------------------------------------------------------------|----------|
132123
| 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.
156147
az webapp up --location $LOCATION --resource-group $RESOURCE_GROUP_NAME --name $APP_SERVICE_NAME
157148
```
158149

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`)
161-
162150
| Parameter | Description | Example |
163151
|--------------|-----------------------------------------------------------------------------------------|----------|
164152
| Location | Choose a location near you. Use `az account list-locations --output table` to list locations. | *eastus* |

0 commit comments

Comments
 (0)