Skip to content

Commit 12b241d

Browse files
Merge branch 'main' into aks-azd-2
2 parents 8a29e72 + 3fb75a4 commit 12b241d

File tree

1,657 files changed

+11217
-5744
lines changed

Some content is hidden

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

1,657 files changed

+11217
-5744
lines changed

.openpublishing.publish.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@
11131113
"branch_mapping": {}
11141114
},
11151115
{
1116-
"path_to_root": "articles/reusable-content",
1116+
"path_to_root": "reusable-content",
11171117
"url": "https://github.com/MicrosoftDocs/reusable-content",
11181118
"branch": "main",
11191119
"branch_mapping": {}

.openpublishing.redirection.azure-kubernetes-service.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,11 @@
461461
"source_path_from_root": "/articles/aks/command-invoke.md",
462462
"redirect_url": "/azure/aks/access-private-cluster",
463463
"redirect_document_id": false
464+
},
465+
{
466+
"source_path_from_root": "/articles/aks/operator-best-practices-run-at-scale.md",
467+
"redirect_url": "/azure/aks/best-practices-performance-scale-large",
468+
"redirect_document_id": false
464469
}
465470
]
466471
}

.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: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@
4040
"redirect_url": "/previous-versions/azure/internet-analyzer/troubleshoot",
4141
"redirect_document_id": false
4242
},
43+
{
44+
"source_path": "articles/internet-analyzer/index.yml",
45+
"redirect_url": "/previous-versions/azure/internet-analyzer/internet-analyzer-overview",
46+
"redirect_document_id": false
47+
},
4348
{
4449
"source_path": "articles/batch/batch-pool-no-public-ip-address.md",
4550
"redirect_url": "/previous-versions/azure/batch/articles/batch/batch-pool-no-public-ip-address",
@@ -11024,6 +11029,18 @@
1102411029
"redirect_document_id": false
1102511030
},
1102611031
{
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+
1102711044
"source_path_from_root": "/articles/notification-hubs/notification-hubs-high-availability.md",
1102811045
"redirect_url": "/azure/reliability/reliability-notification-hubs",
1102911046
"redirect_document_id": false
@@ -11059,7 +11076,6 @@
1105911076
"redirect_url": "/azure/operational-excellence/relocation-storage-account",
1106011077
"redirect_document_id": false
1106111078
}
11062-
11063-
11079+
1106411080
]
1106511081
}

articles/active-directory-b2c/configure-a-sample-node-web-app.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,12 @@ titleSuffix: Azure AD B2C
66
author: kengaderdus
77
manager: CelesteDG
88
ms.service: active-directory
9-
10-
ms.custom: devx-track-js, linux-related-content
9+
ms.custom: devx-track-js
1110
ms.topic: how-to
1211
ms.date: 01/11/2024
1312
ms.author: kengaderdus
1413
ms.subservice: B2C
15-
16-
1714
#Customer intent: As a developer, I want to configure authentication in a Node.js web application using Azure Active Directory B2C, so that I can enable users to sign in, sign out, update profile, and reset password using Azure AD B2C user flows.
18-
1915
---
2016

2117
# Configure authentication in a sample Node.js web application by using Azure Active Directory B2C

articles/active-directory-b2c/enable-authentication-python-web-app.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,12 @@ titleSuffix: Azure AD B2C
66
author: kengaderdus
77
manager: CelesteDG
88
ms.service: active-directory
9-
10-
ms.custom: devx-track-python, linux-related-content
9+
ms.custom: devx-track-python
1110
ms.topic: how-to
1211
ms.date: 01/11/2024
1312
ms.author: kengaderdus
1413
ms.subservice: B2C
15-
16-
1714
#Customer intent: As a Python web application developer, I want to enable Azure Active Directory B2C authentication in my application, so that users can sign in, sign out, update their profile, and reset their password using Azure AD B2C user flows.
18-
1915
---
2016

2117
# Enable authentication in your own Python web application using Azure Active Directory B2C

articles/active-directory-b2c/partner-strata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.subservice: B2C
1818
# Tutorial to configure Azure Active Directory B2C with Strata
1919

2020
> [!CAUTION]
21-
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly.
21+
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly. For more information, see the [CentOS End Of Life guidance](~/articles/virtual-machines/workloads/centos/centos-end-of-life.md).
2222
2323
In this tutorial, learn how to integrate Azure Active Directory B2C (Azure AD B2C) with Strata [Maverics Identity Orchestrator](https://www.strata.io/), which helps protect on-premises applications. It connects to identity systems, migrates users and credentials, synchronizes policies and configurations, and abstracts authentication and session management. Use Strata to transition from legacy, to Azure AD B2C, without rewriting applications.
2424

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-reference-cost-recommendations.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -488,10 +488,7 @@ Learn more about [App Service plans](../app-service/overview-hosting-plans.md).
488488

489489
### Unused/Empty App Service plans
490490

491-
Your App Service plan has no apps running for at least three days. Consider deleting the resource to save costs or add new apps under it.
492-
493-
> [!NOTE]
494-
> It might take up to 48 hours for this recommendation to refresh after you take an action.
491+
Your App Service plan does not have any running applications associated with it. Consider deleting the resource to reduce expenses, or add new applications under it to utilize its capabilities.
495492

496493
Learn more about [App Service plans](../app-service/overview-hosting-plans.md).
497494

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

0 commit comments

Comments
 (0)