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
1. Create a new directory for the project named *app-configuration-quickstart*.
39
40
40
41
```console
@@ -87,35 +88,35 @@ Add the following key-values to the App Configuration store. For more informatio
87
88
print("test.message found: " + str("test.message" in config))
88
89
```
89
90
90
-
## Configure your App Configuration connection string
91
+
### Run the application
91
92
92
93
1. Set an environment variable named **AZURE_APPCONFIG_CONNECTION_STRING**, and set it to the connection string of your App Configuration store. At the command line, run the following command:
To build and run the app locally using the Windows command prompt, run the following command and replace `<app-configuration-store-connection-string>` with the connection string of your app configuration store:
If you use Windows PowerShell, run the following command and replace `<app-configuration-store-connection-string>` with the connection string of your app configuration store:
If you use macOS, run the following command and replace `<app-configuration-store-connection-string>` with the connection string of your app configuration store:
If you use Linux, run the following command and replace `<app-configuration-store-connection-string>` with the connection string of your app configuration store:
121
122
@@ -125,31 +126,31 @@ Add the following key-values to the App Configuration store. For more informatio
125
126
126
127
1. Restart the command prompt to allow the change to take effect. Print out the value of the environment variable to validate that it is set properly with the command below.
0 commit comments