Skip to content

Commit 1340d65

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into updatenetservices
2 parents 3a69a7c + bb132dc commit 1340d65

File tree

771 files changed

+8045
-11076
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

771 files changed

+8045
-11076
lines changed

.openpublishing.redirection.api-management.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@
7676
"redirect_document_id": false
7777
},
7878
{
79+
"source_path_from_root": "/articles/api-management/api-management-howto-developer-portal.md",
80+
"redirect_url": "/azure/api-management/developer-portal-overview",
81+
"redirect_document_id": false
82+
}, {
7983
"source_path_from_root": "/articles/api-management/authorizations-overview.md",
8084
"redirect_url": "/azure/api-management/credentials-overview",
8185
"redirect_document_id": false

.openpublishing.redirection.azure-monitor.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6289,6 +6289,11 @@
62896289
"redirect_url": "/azure/azure-monitor/containers/kubernetes-monitoring-disable",
62906290
"redirect_document_id": false
62916291
},
6292+
{
6293+
"source_path_from_root": "/articles/azure-monitor/containers/container-insights-metric-alerts.md",
6294+
"redirect_url": "/azure/azure-monitor/containers/kubernetes-metric-alerts",
6295+
"redirect_document_id": false
6296+
},
62926297
{
62936298
"source_path_from_root": "/articles/azure-monitor/essentials/prometheus-metrics-from-arc-enabled-cluster.md",
62946299
"redirect_url": "/azure/azure-monitor/containers/prometheus-metrics-from-arc-enabled-cluster",

.openpublishing.redirection.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3899,6 +3899,16 @@
38993899
"redirect_url": "/azure/operational-excellence/relocation-key-vault",
39003900
"redirect_document_id": false
39013901
},
3902+
{
3903+
"source_path_from_root": "/articles/batch/monitoring-overview.md",
3904+
"redirect_url": "/azure/batch/monitor-batch",
3905+
"redirect_document_id": false
3906+
},
3907+
{
3908+
"source_path_from_root": "/articles/batch/batch-diagnostics.md",
3909+
"redirect_url": "/azure/batch/monitor-batch",
3910+
"redirect_document_id": false
3911+
},
39023912
{
39033913
"source_path_from_root": "/articles/event-hubs/move-cluster-across-regions.md",
39043914
"redirect_url": "/azure/operational-excellence/relocation-event-hub-cluster",
@@ -3908,6 +3918,11 @@
39083918
"source_path_from_root": "/articles/storage/common/storage-account-move.md",
39093919
"redirect_url": "/azure/operational-excellence/relocation-storage-account",
39103920
"redirect_document_id": false
3921+
},
3922+
{
3923+
"source_path_from_root": "/articles/defender-for-iot/organizations/update-legacy-ot-software.md",
3924+
"redirect_url": "/azure/defender-for-iot/organizations/update-ot-software?tabs=portal",
3925+
"redirect_document_id": false
39113926
}
39123927
]
3913-
}
3928+
}

.openpublishing.redirection.operator-5g-core.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
"source_path_from_root": "/articles/operator-5g-core/quickstart-deploy-network-functions.md",
4545
"redirect_url": "/azure/operator-5g-core/how-to-deploy-network-functions",
4646
"redirect_document_id": false
47+
},
48+
{
49+
"source_path_from_root": "/articles/operator-5g-core/quickstart-perform-checks-post-deployment.md",
50+
"redirect_url": "/azure/operator-5g-core/quickstart-configure-extension-for-status-monitoring",
51+
"redirect_document_id": false
4752
}
4853
]
4954
}
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# %version 1
2+
contentPath: articles\storage\blobs\assign-azure-role-data-access.md
3+
4+
steps:
5+
- task: SetPlaceholder@1
6+
textToReplace: <email>
7+
replacementText:
8+
uid: cb105ef6
9+
- task: SetPlaceholder@1
10+
textToReplace: <subscription-id>
11+
replacementText:
12+
uid: e3ce9356
13+
- task: SetPlaceholder@1
14+
textToReplace: ab12cd34-ef56-ab12-cd34-ef56ab12cd34
15+
replacementText:
16+
uid: 2de8753c
17+
- task: SetPlaceholder@1
18+
textToReplace: <resource-group-name>
19+
replacementText: myResourceGroup
20+
uid: 542306be
21+
- task: SetPlaceholder@1
22+
textToReplace: <storage-account-name>
23+
replacementText:
24+
uid: "57011072"
25+
- task: SetPlaceholder@1
26+
textToReplace: <container-name>
27+
replacementText:
28+
uid: c0f2f9d5
29+
- task: RunCommand@1
30+
environment:
31+
type: azure-cloud-shell-pwsh
32+
outputValidationRules:
33+
- operator: contains
34+
value: 'RoleDefinitionName : Storage Blob Data Contributor'
35+
uid: fee1778
36+
- task: RunCommand@1
37+
environment:
38+
type: azure-cloud-shell-pwsh
39+
outputValidationRules:
40+
- operator: contains
41+
value: 'RoleDefinitionName : Storage Blob Data Reader'
42+
uid: 3361d580
43+
- task: RunCommand@1
44+
environment:
45+
type: az-cli
46+
outputValidationRules:
47+
- operator: contains
48+
value: '"roleDefinitionName": "Storage Blob Data Contributor"'
49+
uid: 60f1639b
50+
- task: RunCommand@1
51+
environment:
52+
type: az-cli
53+
outputValidationRules:
54+
- operator: contains
55+
value: '"roleDefinitionName": "Storage Blob Data Reader"'
56+
uid: 8cdad632

articles/active-directory-b2c/identity-provider-azure-ad-multi-tenant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This article shows you how to enable sign-in for users using the multitenant end
3636
[!INCLUDE [active-directory-b2c-customization-prerequisites](../../includes/active-directory-b2c-customization-prerequisites.md)]
3737

3838
> [!NOTE]
39-
> In this article, it assumed that **SocialAndLocalAccounts** starter pack is used in the previous steps mentioned in pre-requisite.
39+
> In this article, it is assumed that the **SocialAndLocalAccounts** starter pack is used in the previous steps mentioned in the pre-requisite.
4040
4141
## Register a Microsoft Entra app
4242

articles/advisor/advisor-release-notes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,19 @@ description: A description of what's new and changed in Azure Advisor
44
ms.topic: reference
55
ms.date: 11/02/2023
66
---
7+
78
# What's new in Azure Advisor?
89

910
Learn what's new in the service. These items might be release notes, videos, blog posts, and other types of information. Bookmark this page to stay up to date with the service.
1011

12+
## March 2024
13+
14+
### Well-Architected Framework (WAF) assessments & recommendations
15+
16+
The Well-Architected Framework (WAF) assessment provides a curated view of a workload’s architecture. Now you can take the WAF assessment and manage recommendations on Azure Advisor to improve resiliency, security, cost, operational excellence, and performance efficiency. As a part of this release, we're announcing two key WAF assessments - [Mission Critical | Well-Architected Review](/assessments/23513bdb-e8a2-4f0b-8b6b-191ee1f52d34/) and [Azure Well-Architected Review](/assessments/azure-architecture-review/).
17+
18+
To get started, visit [Use Azure WAF assessments](/azure/advisor/advisor-assessments).
19+
1120
## November 2023
1221

1322
### ZRS recommendations for Azure Disks

articles/advisor/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
items:
4545
- name: Use Azure Well Architected Framework Assessments
4646
href: advisor-assessments.md
47-
# - name: Use Azure Advisor resiliency reviews
48-
# href: advisor-resiliency-reviews.md
47+
- name: Use Azure Advisor resiliency reviews
48+
href: advisor-resiliency-reviews.md
4949
- name: Optimize virtual machine spend by resizing or shutting down underutilized instances
5050
href: advisor-cost-recommendations.md
5151
- name: Optimize your Azure costs using the cost optimization workbook

articles/ai-services/.openpublishing.redirection.ai-services-from-cog.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4499,11 +4499,6 @@
44994499
"source_path_from_root": "/articles/cognitive-services/Translator/custom-translator/how-to/enable-vnet-service-endpoint.md",
45004500
"redirect_url": "/azure/ai-services/translator/custom-translator/how-to/enable-vnet-service-endpoint",
45014501
"redirect_document_id": false
4502-
},
4503-
{
4504-
"source_path_from_root": "/articles/ai-services/openai/how-to/prepare-dataset.md",
4505-
"redirect_url": "/azure/ai-services/openai/how-to/fine-tuning",
4506-
"redirect_document_id": false
45074502
}
45084503
]
45094504
}

articles/ai-services/.openpublishing.redirection.applied-ai-services.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,11 @@
214214
"source_path_from_root": "/articles/ai-services/luis/luis-migration-authoring.md",
215215
"redirect_url": "/azure/ai-services/language-service/conversational-language-understanding/how-to/migrate-from-luis",
216216
"redirect_document_id": false
217+
},
218+
{
219+
"source_path_from_root": "/articles/ai-services/openai/how-to/prepare-dataset.md",
220+
"redirect_url": "/azure/ai-services/openai/concepts/fine-tuning-considerations",
221+
"redirect_document_id": true
217222
}
218-
]
223+
]
219224
}

0 commit comments

Comments
 (0)