Skip to content

Commit df19385

Browse files
authored
Merge pull request #219834 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 b7a16ef + c178775 commit df19385

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

articles/azure-resource-manager/management/delete-resource-group.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ az resource delete \
118118

119119
To delete a resource group, you need access to the delete action for the **Microsoft.Resources/subscriptions/resourceGroups** resource.
120120

121+
> [!IMPORTANT]
122+
> The only permission required to delete a resource group is permission to the delete action for deleting resource groups. You do **not** need permission to delete individual resources within that resource group. Addtionally, delete actions that are specified in **notActions** for a roleAssignment are superseded by the resource group delete action. This is consistent with the scope heirarchy in the Azure role-based access control model.
123+
121124
For a list of operations, see [Azure resource provider operations](../../role-based-access-control/resource-provider-operations.md). For a list of built-in roles, see [Azure built-in roles](../../role-based-access-control/built-in-roles.md).
122125

123126
If you have the required access, but the delete request fails, it may be because there's a [lock on the resources or resource group](lock-resources.md). Even if you didn't manually lock a resource group, it may have been [automatically locked by a related service](lock-resources.md#managed-applications-and-locks). Or, the deletion can fail if the resources are connected to resources in other resource groups that aren't being deleted. For example, you can't delete a virtual network with subnets that are still in use by a virtual machine.

articles/machine-learning/resource-limits-capacity.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@ This section lists basic limits and throttling thresholds in Azure Machine Learn
2626
| --- | --- |
2727
| Workspace name | 2-32 characters |
2828

29+
## Experiments
30+
| Limit | Value |
31+
| --- | --- |
32+
| Name | 256 characters |
33+
| Description | 5,000 characters |
34+
| Number of tags | 50 |
35+
| Length of tag key | 250 characters |
36+
| Length of tag value | 1000 characters |
37+
| Artifact location | 1024 characters |
38+
2939
## Runs
3040
| Limit | Value |
3141
| --- | --- |
@@ -46,7 +56,6 @@ This section lists basic limits and throttling thresholds in Azure Machine Learn
4656
| Number of input datasets |200 |
4757
| Number of output datasets |20 |
4858

49-
5059
## Metrics
5160
| Limit | Value |
5261
| --- | --- |
@@ -73,4 +82,4 @@ Some limits can be increased for individual workspaces. To learn how to increase
7382

7483
## Next steps
7584

76-
- Learn how increase resource quotas in ["Manage and increase quotas for resources"](how-to-manage-quotas.md).
85+
- Learn how increase resource quotas in ["Manage and increase quotas for resources"](how-to-manage-quotas.md).

articles/search/search-howto-indexing-azure-blob-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,15 +189,15 @@ Once the index and data source have been created, you're ready to create the ind
189189
```http
190190
POST https://[service name].search.windows.net/indexers?api-version=2020-06-30
191191
{
192-
"name" : "my-blob-indexer,
192+
"name" : "my-blob-indexer",
193193
"dataSourceName" : "my-blob-datasource",
194194
"targetIndexName" : "my-search-index",
195195
"parameters": {
196196
"batchSize": null,
197197
"maxFailedItems": null,
198198
"maxFailedItemsPerBatch": null,
199199
"base64EncodeKeys": null,
200-
"configuration:" {
200+
"configuration": {
201201
"indexedFileNameExtensions" : ".pdf,.docx",
202202
"excludedFileNameExtensions" : ".png,.jpeg",
203203
"dataToExtract": "contentAndMetadata",

articles/virtual-machines/ncv2-series-retirement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sherrywangms
55
ms.service: virtual-machines
66
ms.subservice: sizes
77
ms.topic: conceptual
8-
ms.date: 09/01/2021
8+
ms.date: 11/21/2022
99
ms.author: sherrywang
1010
---
1111
# Migrate your NCv2 series virtual machines by August 31, 2023

0 commit comments

Comments
 (0)