Skip to content

Commit 14f8538

Browse files
authored
Update cd commands
1 parent 4695449 commit 14f8538

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
@@ -56,7 +56,7 @@ Start by creating your Azure resources.
5656

5757
```azurecli
5858
# Change directory to the SMI sample
59-
cd system-managed-identity
59+
cd serviceconnector-webapp-appconfig-dotnet\system-managed-identity
6060
6161
# Create a web app
6262
@@ -79,7 +79,7 @@ Start by creating your Azure resources.
7979

8080
```azurecli
8181
# Change directory to the UMI sample
82-
cd user-assigned-managed-identity
82+
cd serviceconnector-webapp-appconfig-dotnet\user-assigned-managed-identity
8383
8484
# Create a web app
8585
@@ -107,7 +107,7 @@ Start by creating your Azure resources.
107107

108108
```azurecli
109109
# Change directory to the service principal sample
110-
cd service-principal
110+
cd serviceconnector-webapp-appconfig-dotnet\service-principal
111111
112112
# Create a web app
113113
@@ -136,7 +136,7 @@ Start by creating your Azure resources.
136136

137137
```azurecli
138138
# Change directory to the service principal sample
139-
cd connection-string
139+
cd serviceconnector-webapp-appconfig-dotnet\connection-string
140140
141141
# Create a web app
142142
@@ -169,7 +169,7 @@ Start by creating your Azure resources.
169169

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

172-
1. Cd into the folder `serviceconnector-webapp-appconfig-dotnet\system-managed-identity\ServiceConnectorSample`
172+
1. Cd into the folder `ServiceConnectorSample`
173173
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.
174174
175175
```azurecli
@@ -180,7 +180,7 @@ Start by creating your Azure resources.
180180
181181
Import the test configuration file to Azure App Configuration using a user-assigned managed identity.
182182
183-
1. Cd into the folder `serviceconnector-webapp-appconfig-dotnet\user-assigned-managed-identity\ServiceConnectorSample`
183+
1. Cd into the folder `ServiceConnectorSample`
184184
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.
185185

186186
```azurecli
@@ -191,7 +191,7 @@ Start by creating your Azure resources.
191191

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

194-
1. Cd into the folder `serviceconnector-webapp-appconfig-dotnet\service-principal\ServiceConnectorSample`
194+
1. Cd into the folder `ServiceConnectorSample`
195195
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.
196196
197197
```azurecli
@@ -202,7 +202,7 @@ Start by creating your Azure resources.
202202
203203
Import the test configuration file to Azure App Configuration using a connection string.
204204
205-
1. Cd into the folder `serviceconnector-webapp-appconfig-dotnet\connection-string\ServiceConnectorSample`
205+
1. Cd into the folder `ServiceConnectorSample`
206206
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.
207207

208208
```azurecli

0 commit comments

Comments
 (0)