Skip to content

Commit d16f5c2

Browse files
authored
Merge pull request #279172 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 1f6c9d1 + fc89e86 commit d16f5c2

File tree

6 files changed

+66
-77
lines changed

6 files changed

+66
-77
lines changed

articles/azure-resource-manager/management/lock-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Applying locks can lead to unexpected results. Some operations, which don't seem
7777

7878
- A read-only lock on a **resource group** that contains a **virtual machine** prevents all users from starting or restarting a virtual machine. These operations require a POST method request.
7979

80-
- A read-only lock on a **resource group** prevents you from moving existing **resources** in or out of the resource group.
80+
- A read-only lock on a **resource group** prevents you from moving existing **resources** in or out of the resource group. But note that a **resource** with read-only lock can be moved to another resource group.
8181

8282
- A read-only lock on a **resource group** that contains an **automation account** prevents all runbooks from starting. These operations require a POST method request.
8383

articles/backup/azure-kubernetes-service-backup-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ To create and apply resource modification, follow these steps:
167167

168168
### JSON patch
169169

170-
This *configmap* applies the JSON patch to all the deployments in the namespaces by default and ``nginx` with the name that starts with `nginxdep`. The JSON patch updates the replica count to *12* for all such deployments.
170+
This *configmap* applies the JSON patch to all the deployments in the namespaces by default and `nginx` with the name that starts with `nginxdep`. The JSON patch updates the replica count to *12* for all such deployments.
171171

172172

173173
```json

articles/cloud-services-extended-support/deploy-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Deploy a Azure Cloud Service (extended support) - Templates
3-
description: Deploy a Azure Cloud Service (extended support) by using ARM templates
2+
title: Deploy Azure Cloud Services (extended support) - Templates
3+
description: Deploy Azure Cloud Services (extended support) by using ARM templates
44
ms.topic: tutorial
55
ms.service: cloud-services-extended-support
66
author: gachandw

articles/cosmos-db/mongodb/vcore/vector-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ In this example, `vectorIndex` is returned with all the `cosmosSearch` parameter
268268
cosmosSearch: {
269269
kind: 'vector-hnsw',
270270
m: 40,
271-
efConstruction: 64
271+
efConstruction: 64,
272272
similarity: 'COS',
273273
dimensions: 3
274274
},

0 commit comments

Comments
 (0)