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.
2 parents e6b608f + 67e7b58 commit 4dfb858Copy full SHA for 4dfb858
articles/digital-twins/how-to-integrate-maps.md
@@ -89,7 +89,7 @@ You'll need to set two environment variables in your function app. One is your [
89
90
```azurecli-interactive
91
az functionapp config appsettings set --name <your-function-app-name> --resource-group <your-resource-group> --settings "subscription-key=<your-Azure-Maps-primary-subscription-key>"
92
-az functionapp config appsettings set --name <your-function-app-name> --resource-group <your-resource-group> --settings "statesetID=<your-Azure-Maps-stateset-ID>"
+az functionapp config appsettings set --name <your-function-app-name> --resource-group <your-resource-group> --settings "statesetID=<your-Azure-Maps-stateset-ID>"
93
```
94
95
### View live updates in the map
0 commit comments