Skip to content

Commit 89e4326

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into dns-arg
2 parents 294c322 + 7591786 commit 89e4326

File tree

159 files changed

+3637
-1892
lines changed

Some content is hidden

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

159 files changed

+3637
-1892
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4916,12 +4916,12 @@
49164916
},
49174917
{
49184918
"source_path_from_root": "/articles/azure-monitor/containers/container-insights-enable-aks-policy.md",
4919-
"redirect_url": "/azure/azure-monitor/containers/kubernetes-monitoring-enable&tabs=policy#enable-container-insights",
4919+
"redirect_url": "/azure/azure-monitor/containers/kubernetes-monitoring-enable?tabs=policy#enable-container-insights",
49204920
"redirect_document_id": false
49214921
},
49224922
{
49234923
"source_path_from_root": "/articles/azure-monitor/containers/container-insights-enable-provisioned-clusters.md",
4924-
"redirect_url": "/azure/azure-monitor/containers/kubernetes-monitoring-enable.md&tabs=cli#aks-hybrid-cluster",
4924+
"redirect_url": "/azure/azure-monitor/containers/kubernetes-monitoring-enable?tabs=cli#aks-hybrid-cluster",
49254925
"redirect_document_id": false
49264926
},
49274927
{

.openpublishing.redirection.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11029,6 +11029,18 @@
1102911029
"redirect_document_id": false
1103011030
},
1103111031
{
11032+
11033+
"source_path_from_root": "/articles/cosmos-db/mongodb/vcore/high-availability.md",
11034+
"redirect_url": "/azure/reliability/reliability-cosmos-mongodb",
11035+
"redirect_document_id": false
11036+
},
11037+
{
11038+
"source_path_from_root": "/articles/cosmos-db/mongodb/vcore/failover-disaster-recovery.md",
11039+
"redirect_url": "/azure/reliability/reliability-cosmos-mongodb",
11040+
"redirect_document_id": false
11041+
},
11042+
{
11043+
1103211044
"source_path_from_root": "/articles/notification-hubs/notification-hubs-high-availability.md",
1103311045
"redirect_url": "/azure/reliability/reliability-notification-hubs",
1103411046
"redirect_document_id": false
@@ -11064,7 +11076,6 @@
1106411076
"redirect_url": "/azure/operational-excellence/relocation-storage-account",
1106511077
"redirect_document_id": false
1106611078
}
11067-
11068-
11079+
1106911080
]
1107011081
}

articles/advisor/advisor-assessments.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,18 @@ Some common questions and answers.
174174
**Q**. I completed my assessment, but I don't see the recommendations and the assessment shows "In progress," why?\
175175
**A**. Currently, it could take up to a maximum of eight hours, for the recommendations to sync into Advisor after we complete the assessment in the Learn platform. We're working on fixing it.
176176

177+
**Q**. An error occurred while trying to retrieve the list.\
178+
**A**. This error occurs when you don't have Contributor or Reader access to any subscription. Work with your administrator to get access.
179+
180+
**Q**. Assessment type drop down is disabled for a subscription.\
181+
**A**. This error occurs when you don't have Contributor access on the subscription selected. Work with your administrator to get access or select a different subscription.
182+
183+
**Q**. Unable to log in to learn – "Your account is not registered to Microsoft Learn which is required before you can start assessment."\
184+
**A**. In the current release, we only support accounts whose home tenant is same as the tenant in which the subscription lies. As a workaround, ask your administrator to create a new account in the tenant of the subscription and use that account to register on Learn platform. To know more about tenant profiles and home tenant, check [Accounts & tenant profiles (Android)](/entra/identity-platform/accounts-overview).
185+
186+
**Q**. Unable to log in to learn – "Looks like you are using an External/Guest Account which is not supported."\
187+
**A**. In the current release, we only support accounts whose home tenant is same as the tenant in which the subscription lies. As a workaround, ask your administrator to create a new account in the tenant of the subscription and use that account to register on Learn platform. To know more about tenant profiles and home tenant, check [Accounts & tenant profiles (Android)](/entra/identity-platform/accounts-overview).
188+
177189
## Related content
178190

179191
* [Complete an Azure Well-Architected Review assessment](/azure/well-architected/cross-cutting-guides/implementing-recommendations)

articles/advisor/advisor-resiliency-reviews.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 03/8/2024
1313

1414
Azure Advisor Resiliency Reviews help you focus on the most important recommendations to optimize your cloud deployments and improve resiliency. Review recommendations are tailored to the needs of your workload and include custom ones curated by your account team using Azure best practices and prioritized automated recommendations.
1515

16-
You can find resiliency reviews in [Azure Advisor](https://aka.ms/Advisor_Reviews), which serves as your single-entry point for Microsoft best practices.
16+
You can find resiliency reviews in [Azure Advisor](https://aka.ms/azureadvisordashboard), which serves as your single-entry point for Microsoft best practices.
1717

1818
In this article, you learn how to enable and access resiliency reviews prepared for you, triage, manage, implement, and track recommendations' lifecycles.
1919

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/api-management/api-management-sample-send-request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: Using API Management service to generate HTTP requests
33
description: Learn to use request and response policies in API Management to call external services from your API
44
services: api-management
5-
author: adrianhall
5+
author: dlepow
66
manager: erikre
77
ms.assetid: 4539c0fa-21ef-4b1c-a1d4-d89a38c242fa
88
ms.service: api-management
99
ms.topic: article
1010
ms.date: 04/14/2022
11-
ms.author: adhal
11+
ms.author: danlep
1212

1313
---
1414
# Using external services from the Azure API Management service

articles/api-management/breaking-changes/rp-source-ip-address-change-mar-2023.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Azure API Management IP address change (March 2023) | Microsoft Docs
33
description: Azure API Management is updating the source IP address of the resource provider in certain regions. If your service is hosted in a Microsoft Azure Virtual Network, you may need to update network settings to continue managing your service.
44
services: api-management
5-
author: adrianhall
5+
author: dlepow
66
ms.service: api-management
77
ms.topic: reference
88
ms.date: 02/07/2022
9-
ms.author: adhal
9+
ms.author: danlep
1010
---
1111

1212
# Resource Provider source IP address updates (March 2023)

articles/api-management/breaking-changes/rp-source-ip-address-change-sep-2023.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Azure API Management IP address change (September 2023) | Microsoft Docs
33
description: Azure API Management is updating the source IP address of the resource provider in Switzerland North. If your service is hosted in a Microsoft Azure virtual network, you may need to update network settings to continue managing your service.
44
services: api-management
5-
author: adrianhall
5+
author: dlepow
66
ms.service: api-management
77
ms.topic: reference
88
ms.date: 07/25/2022
9-
ms.author: adhal
9+
ms.author: danlep
1010
---
1111

1212
# Resource provider source IP address updates (September 2023)

articles/api-management/devops-api-development-templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Use DevOps and CI/CD to publish APIs
33
description: Introduction to API DevOps with Azure API Management
44
services: api-management
5-
author: adrianhall
5+
author: dlepow
66
ms.service: api-management
77

88
ms.topic: conceptual
99
ms.date: 08/15/2022
10-
ms.author: adhal
10+
ms.author: danlep
1111
---
1212

1313
# Use DevOps and CI/CD to publish APIs

articles/api-management/edit-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Edit an API with the Azure portal | Microsoft Docs
33
description: Learn how to use API Management to edit an API. Add, delete, or rename operations in the APIM instance, or edit the API's swagger.
44
services: api-management
5-
author: adrianhall
5+
author: dlepow
66
ms.service: api-management
77
ms.topic: article
88
ms.date: 01/19/2022
9-
ms.author: adhal
9+
ms.author: danlep
1010
---
1111
# Edit an API
1212

0 commit comments

Comments
 (0)