File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ Because a system-assigned managed identity can only be retrieved after the creat
291
291
},
292
292
// ...
293
293
"properties": {
294
- "defaultIdentity": "UserAssignedIdentity=<identity-resource-id>"
294
+ "defaultIdentity": "UserAssignedIdentity=<identity-resource-id>",
295
295
"keyVaultKeyUri": "<key-vault-key-uri>"
296
296
// ...
297
297
}
@@ -358,7 +358,7 @@ When you create a new Azure Cosmos DB account through an Azure Resource Manager
358
358
// ...
359
359
"properties" : {
360
360
"backupPolicy" : { "type" : " Continuous" },
361
- "defaultIdentity" : " UserAssignedIdentity=<identity-resource-id>"
361
+ "defaultIdentity" : " UserAssignedIdentity=<identity-resource-id>" ,
362
362
"keyVaultKeyUri" : " <key-vault-key-uri>"
363
363
// ...
364
364
}
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ Note the private IP address. You'll use it later when you create the default rou
167
167
168
168
## Create a default route
169
169
170
- Create a table, with BGP route propagation disabled
170
+ Create a route table, with BGP route propagation disabled
171
171
172
172
``` azurecli-interactive
173
173
az network route-table create \
@@ -288,4 +288,4 @@ az group delete \
288
288
289
289
## Next steps
290
290
291
- * [ Tutorial: Monitor Azure Firewall logs] ( ./firewall-diagnostics.md )
291
+ * [ Tutorial: Monitor Azure Firewall logs] ( ./firewall-diagnostics.md )
You can’t perform that action at this time.
0 commit comments