Skip to content

Commit 67e7b58

Browse files
authored
Remove extra space in how-to-integrate-maps.md
Remove space in Create an Azure function to receive events and update maps step
1 parent f3ae759 commit 67e7b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/digital-twins/how-to-integrate-maps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ You'll need to set two environment variables in your function app. One is your [
8989
9090
```azurecli-interactive
9191
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>"
92+
az functionapp config appsettings set --name <your-function-app-name> --resource-group <your-resource-group> --settings "statesetID=<your-Azure-Maps-stateset-ID>"
9393
```
9494

9595
### View live updates in the map

0 commit comments

Comments
 (0)