We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b4546 commit cbe50a6Copy full SHA for cbe50a6
articles/azure-app-configuration/quickstart-javascript.md
@@ -107,9 +107,9 @@ const client = new AppConfigurationClient(
107
### [Connection string](#tab/connection-string)
108
109
```javascript
110
-const connection_string = process.env.AZURE_APPCONFIG_CONNECTION_STRING;
111
const { AppConfigurationClient } = require("@azure/app-configuration");
112
+const connection_string = process.env.AZURE_APPCONFIG_CONNECTION_STRING;
113
const client = new AppConfigurationClient(connection_string);
114
```
115
---
0 commit comments