Skip to content

Commit 79c47de

Browse files
committed
fix table display
1 parent aa6b5bf commit 79c47de

File tree

1 file changed

+27
-23
lines changed

1 file changed

+27
-23
lines changed

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

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,12 @@ Start by creating your Azure resources.
6969

7070
* *location* → A location near you, for example `eastus`. Use `az account list-locations --output table` to list locations.
7171
* *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-
| Parameter | Description | Example |
73-
|--------------|-----------------------------------------------------------------------------------------|----------|
74-
| Location | Choose a location near you. Use `az account list-locations --output table` to list locations. | *eastus* |
75-
| Resource group name | You will use this resource group to organize all the Azure resources needed to complete this tutorial. | *service-connector-tutorial-rg* |
76-
| App service name | The app service name is used as the name of the resource in Azure and to form the fully qualified domain name for your app, in the form of the server endpoint `https://<app-service-name>.azurewebsites.com`. This name must be unique across all Azure and the only allowed characters are `A`-`Z`, `0`-`9`, and `-`. | *webapp-appconfig-smi* |
72+
73+
| Parameter | Description | Example |
74+
|--------------|-----------------------------------------------------------------------------------------|----------|
75+
| Location | Choose a location near you. Use `az account list-locations --output table` to list locations. | *eastus* |
76+
| Resource group name | You will use this resource group to organize all the Azure resources needed to complete this tutorial. | *service-connector-tutorial-rg* |
77+
| App service name | The app service name is used as the name of the resource in Azure and to form the fully qualified domain name for your app, in the form of the server endpoint `https://<app-service-name>.azurewebsites.com`. This name must be unique across all Azure and the only allowed characters are `A`-`Z`, `0`-`9`, and `-`. | *webapp-appconfig-smi* |
7778

7879
### [UMI](#tab/umi)
7980

@@ -94,11 +95,12 @@ Start by creating your Azure resources.
9495

9596
* *location* &rarr; A location near you, for example `eastus`. Use `az account list-locations --output table` to list locations.
9697
* *resource-group* &rarr; You will use this resource group to organize all the Azure resources needed to complete this tutorial. (for example, `service-connector-tutorial-rg`)
97-
| Parameter | Description | Example |
98-
|--------------|-----------------------------------------------------------------------------------------|----------|
99-
| Location | Choose a location near you. Use `az account list-locations --output table` to list locations. | *eastus* |
100-
| Resource group name | You will use this resource group to organize all the Azure resources needed to complete this tutorial. | *service-connector-tutorial-rg* |
101-
| App service name | The app service name is used as the name of the resource in Azure and to form the fully qualified domain name for your app, in the form of the server endpoint `https://<app-service-name>.azurewebsites.com`. This name must be unique across all Azure and the only allowed characters are `A`-`Z`, `0`-`9`, and `-`. | *webapp-appconfig-umi* |
98+
99+
| Parameter | Description | Example |
100+
|--------------|-----------------------------------------------------------------------------------------|----------|
101+
| Location | Choose a location near you. Use `az account list-locations --output table` to list locations. | *eastus* |
102+
| Resource group name | You will use this resource group to organize all the Azure resources needed to complete this tutorial. | *service-connector-tutorial-rg* |
103+
| App service name | The app service name is used as the name of the resource in Azure and to form the fully qualified domain name for your app, in the form of the server endpoint `https://<app-service-name>.azurewebsites.com`. This name must be unique across all Azure and the only allowed characters are `A`-`Z`, `0`-`9`, and `-`. | *webapp-appconfig-umi* |
102104

103105
Create a user-assigned managed idendity. Save the output into a temporary notepad.
104106
```azurecli
@@ -124,14 +126,15 @@ Start by creating your Azure resources.
124126

125127
* *location* &rarr; A location near you, for example `eastus`. Use `az account list-locations --output table` to list locations.
126128
* *resource-group* &rarr; You will use this resource group to organize all the Azure resources needed to complete this tutorial. (for example, `service-connector-tutorial-rg`)
127-
| Parameter | Description | Example |
128-
|--------------|-----------------------------------------------------------------------------------------|----------|
129-
| Location | Choose a location near you. Use `az account list-locations --output table` to list locations. | *eastus* |
130-
| Resource group name | You will use this resource group to organize all the Azure resources needed to complete this tutorial. | *service-connector-tutorial-rg* |
131-
| App service name | The app service name is used as the name of the resource in Azure and to form the fully qualified domain name for your app, in the form of the server endpoint `https://<app-service-name>.azurewebsites.com`. This name must be unique across all Azure and the only allowed characters are `A`-`Z`, `0`-`9`, and `-`. | *webapp-appconfig-sp* |
129+
130+
| Parameter | Description | Example |
131+
|--------------|-----------------------------------------------------------------------------------------|----------|
132+
| Location | Choose a location near you. Use `az account list-locations --output table` to list locations. | *eastus* |
133+
| Resource group name | You will use this resource group to organize all the Azure resources needed to complete this tutorial. | *service-connector-tutorial-rg* |
134+
| App service name | The app service name is used as the name of the resource in Azure and to form the fully qualified domain name for your app, in the form of the server endpoint `https://<app-service-name>.azurewebsites.com`. This name must be unique across all Azure and the only allowed characters are `A`-`Z`, `0`-`9`, and `-`. | *webapp-appconfig-sp* |
132135

133136
Create a service pricipal, make sure replace the `yourSubscriptionID` with your actual subscription ID. Save the output into a temporary notepad.
134-
137+
135138
```azurecli
136139
az ad sp create-for-rbac --name myServicePrincipal --role Contributor --scopes /subscriptions/{yourSubscriptionID}/resourceGroups/$RESOURCE_GROUP_NAME
137140
```
@@ -155,13 +158,14 @@ Start by creating your Azure resources.
155158

156159
* *location* &rarr; A location near you, for example `eastus`. Use `az account list-locations --output table` to list locations.
157160
* *resource-group* &rarr; You will use this resource group to organize all the Azure resources needed to complete this tutorial. (for example, `service-connector-tutorial-rg`)
158-
| Parameter | Description | Example |
159-
|--------------|-----------------------------------------------------------------------------------------|----------|
160-
| Location | Choose a location near you. Use `az account list-locations --output table` to list locations. | *eastus* |
161-
| Resource group name | You will use this resource group to organize all the Azure resources needed to complete this tutorial. | *service-connector-tutorial-rg* |
162-
| App service name | The app service name is used as the name of the resource in Azure and to form the fully qualified domain name for your app, in the form of the server endpoint `https://<app-service-name>.azurewebsites.com`. This name must be unique across all Azure and the only allowed characters are `A`-`Z`, `0`-`9`, and `-`. | *webapp-appconfig-cs* |
163161

164-
---
162+
| Parameter | Description | Example |
163+
|--------------|-----------------------------------------------------------------------------------------|----------|
164+
| Location | Choose a location near you. Use `az account list-locations --output table` to list locations. | *eastus* |
165+
| Resource group name | You will use this resource group to organize all the Azure resources needed to complete this tutorial. | *service-connector-tutorial-rg* |
166+
| App service name | The app service name is used as the name of the resource in Azure and to form the fully qualified domain name for your app, in the form of the server endpoint `https://<app-service-name>.azurewebsites.com`. This name must be unique across all Azure and the only allowed characters are `A`-`Z`, `0`-`9`, and `-`. | *webapp-appconfig-cs* |
167+
168+
---
165169

166170
1. Create an Azure App Configuration store
167171

@@ -217,7 +221,7 @@ Start by creating your Azure resources.
217221
az appconfig kv import -n $APP_CONFIG_NAME --source file --format json --path ./sampleconfigs.json --separator : --yes
218222
```
219223

220-
---
224+
---
221225

222226
## Connect the web app to App Configuration
223227

0 commit comments

Comments
 (0)