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
+27-23Lines changed: 27 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,11 +69,12 @@ Start by creating your Azure resources.
69
69
70
70
**location*→ A location near you, for example `eastus`. Use `az account list-locations --output table` to list locations.
71
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*|
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 foryour 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*|
| 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 foryour 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*|
77
78
78
79
### [UMI](#tab/umi)
79
80
@@ -94,11 +95,12 @@ Start by creating your Azure resources.
94
95
95
96
**location*→ A location near you, for example `eastus`. Use `az account list-locations --output table` to list locations.
96
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*|
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 foryour 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*|
| 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 foryour 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*|
102
104
103
105
Create a user-assigned managed idendity. Save the output into a temporary notepad.
104
106
```azurecli
@@ -124,14 +126,15 @@ Start by creating your Azure resources.
124
126
125
127
**location*→ A location near you, for example `eastus`. Use `az account list-locations --output table` to list locations.
126
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*|
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 foryour 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*|
| 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 foryour 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*|
132
135
133
136
Create a service pricipal, make sure replace the `yourSubscriptionID` with your actual subscription ID. Save the output into a temporary notepad.
134
-
137
+
135
138
```azurecli
136
139
az ad sp create-for-rbac --name myServicePrincipal --role Contributor --scopes /subscriptions/{yourSubscriptionID}/resourceGroups/$RESOURCE_GROUP_NAME
137
140
```
@@ -155,13 +158,14 @@ Start by creating your Azure resources.
155
158
156
159
**location*→ A location near you, for example `eastus`. Use `az account list-locations --output table` to list locations.
157
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`)
| 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 foryour 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*|
| 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 foryour 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
+
---
165
169
166
170
1. Create an Azure App Configuration store
167
171
@@ -217,7 +221,7 @@ Start by creating your Azure resources.
0 commit comments