Skip to content

Commit aad2c60

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into patricka-os-version
2 parents e962bac + f3995f8 commit aad2c60

File tree

438 files changed

+2923
-1086
lines changed

Some content is hidden

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

438 files changed

+2923
-1086
lines changed

.openpublishing.redirection.defender-for-cloud.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@
787787
},
788788
{
789789
"source_path_from_root": "/articles/defender-for-cloud/os-coverage.md",
790-
"redirect_url": "/azure/defender-for-cloud/monitoring-components",
790+
"redirect_url": "/azure/defender-for-cloud/support-matrix-defender-for-cloud#supported-operating-systems",
791791
"redirect_document_id": false
792792
},
793793
{

articles/active-directory-domain-services/migrate-from-classic-vnet.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ ms.workload: identity
1010
ms.topic: how-to
1111
ms.date: 01/29/2023
1212
ms.author: justinha
13-
ms.custom: devx-track-azurepowershell
14-
1513
---
1614

1715
# Migrate Azure Active Directory Domain Services from the Classic virtual network model to Resource Manager
@@ -373,4 +371,4 @@ With your managed domain migrated to the Resource Manager deployment model, [cre
373371
[migration-benefits]: concepts-migration-benefits.md
374372

375373
<!-- EXTERNAL LINKS -->
376-
[powershell-script]: https://www.powershellgallery.com/packages/Migrate-Aadds/
374+
[powershell-script]: https://www.powershellgallery.com/packages/Migrate-Aadds/

articles/active-directory-domain-services/scoped-synchronization.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ ms.workload: identity
1212
ms.topic: how-to
1313
ms.date: 01/29/2023
1414
ms.author: justinha
15-
ms.custom: devx-track-azurepowershell
16-
1715
---
1816
# Configure scoped synchronization from Azure AD to Azure Active Directory Domain Services using the Azure portal
1917

@@ -91,4 +89,4 @@ To learn more about the synchronization process, see [Understand synchronization
9189
[concepts-sync]: synchronization.md
9290
[tutorial-create-instance]: tutorial-create-instance.md
9391
[create-azure-ad-tenant]: ../active-directory/fundamentals/sign-up-organization.md
94-
[associate-azure-ad-tenant]: ../active-directory/fundamentals/active-directory-how-subscriptions-associated-directory.md
92+
[associate-azure-ad-tenant]: ../active-directory/fundamentals/active-directory-how-subscriptions-associated-directory.md

articles/active-directory-domain-services/template-create-instance.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ ms.workload: identity
1111
ms.topic: sample
1212
ms.date: 01/29/2023
1313
ms.author: justinha
14-
ms.custom: devx-track-azurepowershell
15-
1614
---
1715
# Create an Azure Active Directory Domain Services managed domain using an Azure Resource Manager template
1816

@@ -357,4 +355,4 @@ To see the managed domain in action, you can [domain-join a Windows VM][windows-
357355
[Get-AzSubscription]: /powershell/module/Az.Accounts/Get-AzSubscription
358356
[cloud-shell]: ../cloud-shell/cloud-shell-windows-users.md
359357
[naming-prefix]: /windows-server/identity/ad-ds/plan/selecting-the-forest-root-domain
360-
[New-AzResourceGroupDeployment]: /powershell/module/Az.Resources/New-AzResourceGroupDeployment
358+
[New-AzResourceGroupDeployment]: /powershell/module/Az.Resources/New-AzResourceGroupDeployment

articles/active-directory/develop/multi-service-web-app-access-microsoft-graph-as-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ ms.date: 08/19/2022
1212
ms.author: ryanwi
1313
ms.reviewer: stsoneff
1414
ms.devlang: csharp, javascript
15-
ms.custom: azureday1, devx-track-azurepowershell
16-
#Customer intent: As an application developer, I want to learn how to access data in Microsoft Graph by using managed identities.
15+
ms.custom: azureday1
1716
ms.subservice: web-apps
17+
#Customer intent: As an application developer, I want to learn how to access data in Microsoft Graph by using managed identities.
1818
---
1919

2020
# Tutorial: Access Microsoft Graph from a secured app as the app
@@ -268,4 +268,4 @@ If you're finished with this tutorial and no longer need the web app or associat
268268
## Next steps
269269

270270
> [!div class="nextstepaction"]
271-
> [Clean up resources](multi-service-web-app-clean-up-resources.md))
271+
> [Clean up resources](multi-service-web-app-clean-up-resources.md))

articles/active-directory/develop/workload-identity-federation-create-trust-user-assigned-managed-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.topic: how-to
1111
ms.workload: identity
1212
ms.date: 03/06/2023
1313
ms.author: ryanwi
14-
ms.custom: aaddev
14+
ms.custom: aaddev, devx-track-azurecli, devx-track-azurepowershell
1515
ms.reviewer: shkhalide, udayh, vakarand
1616
zone_pivot_groups: identity-wif-mi-methods
1717
#Customer intent: As an application developer, I want to configure a federated credential on a user-assigned managed identity so I can create a trust relationship with an external identity provider and use workload identity federation to access Azure AD protected resources without managing secrets.
@@ -591,4 +591,4 @@ https://management.azure.com/subscriptions/<SUBSCRIPTION ID>/resourceGroups/<RES
591591

592592
## Next steps
593593

594-
- For information about the required format of JWTs created by external identity providers, read about the [assertion format](active-directory-certificate-credentials.md#assertion-format).
594+
- For information about the required format of JWTs created by external identity providers, read about the [assertion format](active-directory-certificate-credentials.md#assertion-format).

articles/active-directory/develop/workload-identity-federation-create-trust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.topic: how-to
1111
ms.workload: identity
1212
ms.date: 01/19/2023
1313
ms.author: davidmu
14-
ms.custom: aaddev
14+
ms.custom: aaddev, devx-track-azurecli, devx-track-azurepowershell
1515
ms.reviewer: shkhalid, udayh, vakarand
1616
zone_pivot_groups: identity-wif-apps-methods
1717
#Customer intent: As an application developer, I want to configure a federated credential on an app registration so I can create a trust relationship with an external identity provider and use workload identity federation to access Azure AD protected resources without managing secrets.

articles/active-directory/fundamentals/active-directory-how-to-find-tenant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.topic: how-to
1212
ms.date: 01/23/2023
1313
ms.author: barclayn
1414
ms.reviewer: jeffsta
15-
ms.custom: "it-pro, devx-track-azurepowershell"
15+
ms.custom: it-pro
1616
ms.collection: M365-identity-device-management
1717
---
1818

0 commit comments

Comments
 (0)