Skip to content

Commit 92a9ec8

Browse files
authored
Merge pull request #218622 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents f99e124 + 7ae664f commit 92a9ec8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/cosmos-db/how-to-setup-customer-managed-keys.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ Because a system-assigned managed identity can only be retrieved after the creat
291291
},
292292
// ...
293293
"properties": {
294-
"defaultIdentity": "UserAssignedIdentity=<identity-resource-id>"
294+
"defaultIdentity": "UserAssignedIdentity=<identity-resource-id>",
295295
"keyVaultKeyUri": "<key-vault-key-uri>"
296296
// ...
297297
}
@@ -358,7 +358,7 @@ When you create a new Azure Cosmos DB account through an Azure Resource Manager
358358
// ...
359359
"properties": {
360360
"backupPolicy": { "type": "Continuous" },
361-
"defaultIdentity": "UserAssignedIdentity=<identity-resource-id>"
361+
"defaultIdentity": "UserAssignedIdentity=<identity-resource-id>",
362362
"keyVaultKeyUri": "<key-vault-key-uri>"
363363
// ...
364364
}

articles/firewall/deploy-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Note the private IP address. You'll use it later when you create the default rou
167167

168168
## Create a default route
169169

170-
Create a table, with BGP route propagation disabled
170+
Create a route table, with BGP route propagation disabled
171171

172172
```azurecli-interactive
173173
az network route-table create \
@@ -288,4 +288,4 @@ az group delete \
288288

289289
## Next steps
290290

291-
* [Tutorial: Monitor Azure Firewall logs](./firewall-diagnostics.md)
291+
* [Tutorial: Monitor Azure Firewall logs](./firewall-diagnostics.md)

0 commit comments

Comments
 (0)