Skip to content

Commit f63d021

Browse files
committed
Merge branch 'ml-sc-tuto' of https://github.com/maud-lv/azure-docs-pr into ml-sc-tuto
2 parents 4faf4d8 + 14f8538 commit f63d021

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Start by creating your Azure resources.
5555

5656
```azurecli
5757
# Change directory to the SMI sample
58-
cd system-managed-identity
58+
cd serviceconnector-webapp-appconfig-dotnet\system-managed-identity
5959
6060
# Create a web app
6161
@@ -78,7 +78,7 @@ Start by creating your Azure resources.
7878
7979
```azurecli
8080
# Change directory to the UMI sample
81-
cd user-assigned-managed-identity
81+
cd serviceconnector-webapp-appconfig-dotnet\user-assigned-managed-identity
8282
8383
# Create a web app
8484
@@ -106,7 +106,7 @@ Start by creating your Azure resources.
106106

107107
```azurecli
108108
# Change directory to the service principal sample
109-
cd service-principal
109+
cd serviceconnector-webapp-appconfig-dotnet\service-principal
110110
111111
# Create a web app
112112
@@ -135,7 +135,7 @@ Start by creating your Azure resources.
135135
136136
```azurecli
137137
# Change directory to the service principal sample
138-
cd connection-string
138+
cd serviceconnector-webapp-appconfig-dotnet\connection-string
139139
140140
# Create a web app
141141
@@ -168,7 +168,7 @@ Start by creating your Azure resources.
168168

169169
Import the test configuration file to Azure App Configuration using a system-assigned managed identity.
170170

171-
1. Cd into the folder `serviceconnector-webapp-appconfig-dotnet\system-managed-identity\ServiceConnectorSample`
171+
1. Cd into the folder `ServiceConnectorSample`
172172
1. Import the [./sampleconfigs.json](https://github.com/Azure-Samples/serviceconnector-webapp-appconfig-dotnet/blob/main/system-managed-identity/ServiceConnectorSample/sampleconfigs.json) test configuration file into the App Configuration store. If you're using Cloud Shell, upload [sampleconfigs.json](../cloud-shell/persisting-shell-storage.md) before running the command.
173173
174174
```azurecli
@@ -179,7 +179,7 @@ Start by creating your Azure resources.
179179
180180
Import the test configuration file to Azure App Configuration using a user-assigned managed identity.
181181
182-
1. Cd into the folder `serviceconnector-webapp-appconfig-dotnet\user-assigned-managed-identity\ServiceConnectorSample`
182+
1. Cd into the folder `ServiceConnectorSample`
183183
1. Import the [./sampleconfigs.json](https://github.com/Azure-Samples/serviceconnector-webapp-appconfig-dotnet/blob/main/user-assigned-managed-identity/ServiceConnectorSample/sampleconfigs.json) test configuration file into the App Configuration store. If you're using Cloud Shell, upload [sampleconfigs.json](../cloud-shell/persisting-shell-storage.md) before running the command.
184184

185185
```azurecli
@@ -190,7 +190,7 @@ Start by creating your Azure resources.
190190

191191
Import the test configuration file to Azure App Configuration using service principal.
192192

193-
1. Cd into the folder `serviceconnector-webapp-appconfig-dotnet\service-principal\ServiceConnectorSample`
193+
1. Cd into the folder `ServiceConnectorSample`
194194
1. Import the [./sampleconfigs.json](https://github.com/Azure-Samples/serviceconnector-webapp-appconfig-dotnet/blob/main/service-principal/ServiceConnectorSample/sampleconfigs.json) test configuration file into the App Configuration store. If you're using Cloud Shell, upload [sampleconfigs.json](../cloud-shell/persisting-shell-storage.md) before running the command.
195195
196196
```azurecli
@@ -201,7 +201,7 @@ Start by creating your Azure resources.
201201
202202
Import the test configuration file to Azure App Configuration using a connection string.
203203
204-
1. Cd into the folder `serviceconnector-webapp-appconfig-dotnet\connection-string\ServiceConnectorSample`
204+
1. Cd into the folder `ServiceConnectorSample`
205205
1. Import the [./sampleconfigs.json](https://github.com/Azure-Samples/serviceconnector-webapp-appconfig-dotnet/blob/main/connection-string/ServiceConnectorSample/sampleconfigs.json) test configuration file into the App Configuration store. If you're using Cloud Shell, upload [sampleconfigs.json](../cloud-shell/persisting-shell-storage.md) before running the command.
206206

207207
```azurecli

0 commit comments

Comments
 (0)