Skip to content

Commit 76c2553

Browse files
authored
Merge branch 'main' into alexbuckgit/docutune-autopr-horizontals-20230307-210511-8004170
2 parents 6a7df69 + 2d53a84 commit 76c2553

26 files changed

+272
-604
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Create a trust relationship between a user-assigned managed identity and an external identity provider
33
description: Set up a trust relationship between a user-assigned managed identity in Azure AD and an external identity provider. This allows a software workload outside of Azure to access Azure AD protected resources without using secrets or certificates.
44
services: active-directory
5-
author: davidmu1
5+
author: rwike77
66
manager: CelesteDG
77

88
ms.service: active-directory
99
ms.subservice: develop
1010
ms.topic: how-to
1111
ms.workload: identity
12-
ms.date: 01/19/2023
13-
ms.author: davidmu
12+
ms.date: 03/06/2023
13+
ms.author: ryanwi
1414
ms.custom: aaddev, devx-track-azurecli, devx-track-azurepowershell
1515
ms.reviewer: shkhalide, udayh, vakarand
1616
zone_pivot_groups: identity-wif-mi-methods
@@ -38,7 +38,7 @@ To learn more about supported regions, time to propagate federated credential up
3838
- If you're unfamiliar with managed identities for Azure resources, check out the [overview section](../managed-identities-azure-resources/overview.md). Be sure to review the [difference between a system-assigned and user-assigned managed identity](../managed-identities-azure-resources/overview.md#managed-identity-types).
3939
- If you don't already have an Azure account, [sign up for a free account](https://azure.microsoft.com/free/) before you continue.
4040
- Get the information for your external IdP and software workload, which you need in the following steps.
41-
- To create a user-assigned managed identity and configure a federated identity credential, your account needs the [Managed Identity Contributor](../../role-based-access-control/built-in-roles.md#managed-identity-contributor) role assignment.
41+
- To create a user-assigned managed identity and configure a federated identity credential, your account needs the [Contributor](../../role-based-access-control/built-in-roles.md#contributor) or [Owner](../../role-based-access-control/built-in-roles.md#owner) role assignment.
4242
- [Create a user-assigned manged identity](../managed-identities-azure-resources/how-manage-user-assigned-managed-identities.md?pivots=identity-mi-methods-azp#create-a-user-assigned-managed-identity)
4343
- Find the object ID of the user-assigned managed identity, which you need in the following steps.
4444

@@ -179,7 +179,7 @@ To delete a specific federated identity credential, select the **Delete** icon f
179179
- If you're unfamiliar with managed identities for Azure resources, check out the [overview section](../managed-identities-azure-resources/overview.md). Be sure to review the [difference between a system-assigned and user-assigned managed identity](../managed-identities-azure-resources/overview.md#managed-identity-types).
180180
- If you don't already have an Azure account, [sign up for a free account](https://azure.microsoft.com/free/) before you continue.
181181
- Get the information for your external IdP and software workload, which you need in the following steps.
182-
- To create a user-assigned managed identity and configure a federated identity credential, your account needs the [Managed Identity Contributor](../../role-based-access-control/built-in-roles.md#managed-identity-contributor) role assignment.
182+
- To create a user-assigned managed identity and configure a federated identity credential, your account needs the [Contributor](../../role-based-access-control/built-in-roles.md#contributor) or [Owner](../../role-based-access-control/built-in-roles.md#owner) role assignment.
183183
- [Create a user-assigned manged identity](../managed-identities-azure-resources/how-manage-user-assigned-managed-identities.md?pivots=identity-mi-methods-azcli#create-a-user-assigned-managed-identity-1)
184184
- Find the object ID of the user-assigned managed identity, which you need in the following steps.
185185

@@ -277,7 +277,7 @@ az identity federated-credential delete --name $ficId --identity-name $uaId --re
277277
- If you're unfamiliar with managed identities for Azure resources, check out the [overview section](../managed-identities-azure-resources/overview.md). Be sure to review the [difference between a system-assigned and user-assigned managed identity](../managed-identities-azure-resources/overview.md#managed-identity-types).
278278
- If you don't already have an Azure account, [sign up for a free account](https://azure.microsoft.com/free/) before you continue.
279279
- Get the information for your external IdP and software workload, which you need in the following steps.
280-
- To create a user-assigned managed identity and configure a federated identity credential, your account needs the [Managed Identity Contributor](../../role-based-access-control/built-in-roles.md#managed-identity-contributor) role assignment.
280+
- To create a user-assigned managed identity and configure a federated identity credential, your account needs the [Contributor](../../role-based-access-control/built-in-roles.md#contributor) or [Owner](../../role-based-access-control/built-in-roles.md#owner) role assignment.
281281
- To run the example scripts, you have two options:
282282
- Use [Azure Cloud Shell](../../cloud-shell/overview.md), which you can open by using the **Try It** button in the upper-right corner of code blocks.
283283
- Run scripts locally with Azure PowerShell, as described in the next section.
@@ -351,7 +351,7 @@ Remove-AzFederatedIdentityCredentials -ResourceGroupName azure-rg-test -Identity
351351
- If you're unfamiliar with managed identities for Azure resources, check out the [overview section](../managed-identities-azure-resources/overview.md). Be sure to review the [difference between a system-assigned and user-assigned managed identity](../managed-identities-azure-resources/overview.md#managed-identity-types).
352352
- If you don't already have an Azure account, [sign up for a free account](https://azure.microsoft.com/free/) before you continue.
353353
- Get the information for your external IdP and software workload, which you need in the following steps.
354-
- To create a user-assigned managed identity and configure a federated identity credential, your account needs the [Managed Identity Contributor](../../role-based-access-control/built-in-roles.md#managed-identity-contributor) role assignment.
354+
- To create a user-assigned managed identity and configure a federated identity credential, your account needs the [Contributor](../../role-based-access-control/built-in-roles.md#contributor) or [Owner](../../role-based-access-control/built-in-roles.md#owner) role assignment.
355355
- [Create a user-assigned manged identity](../managed-identities-azure-resources/how-manage-user-assigned-managed-identities.md?pivots=identity-mi-methods-arm#create-a-user-assigned-managed-identity-3)
356356
- Find the object ID of the user-assigned managed identity, which you need in the following steps.
357357

@@ -468,7 +468,7 @@ Make sure that any kind of automation creates federated identity credentials und
468468
- If you're unfamiliar with managed identities for Azure resources, check out the [overview section](../managed-identities-azure-resources/overview.md). Be sure to review the [difference between a system-assigned and user-assigned managed identity](../managed-identities-azure-resources/overview.md#managed-identity-types).
469469
- If you don't already have an Azure account, [sign up for a free account](https://azure.microsoft.com/free/) before you continue.
470470
- Get the information for your external IdP and software workload, which you need in the following steps.
471-
- To create a user-assigned managed identity and configure a federated identity credential, your account needs the [Managed Identity Contributor](../../role-based-access-control/built-in-roles.md#managed-identity-contributor) role assignment.
471+
- To create a user-assigned managed identity and configure a federated identity credential, your account needs the [Contributor](../../role-based-access-control/built-in-roles.md#contributor) or [Owner](../../role-based-access-control/built-in-roles.md#owner) role assignment.
472472
- You can run all the commands in this article either in the cloud or locally:
473473
- To run in the cloud, use [Azure Cloud Shell](../../cloud-shell/overview.md).
474474
- To run locally, install [curl](https://curl.haxx.se/download.html) and the [Azure CLI](/cli/azure/install-azure-cli).

articles/aks/azure-files-csi.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,11 +268,11 @@ Filesystem
268268

269269
## Use a persistent volume with private Azure Files storage (private endpoint)
270270

271-
If your Azure Files resources are protected with a private endpoint, you must create your own storage class that's customized with the following parameters:
271+
If your Azure Files resources are protected with a private endpoint, you must create your own storage class. Make sure that you've [configured your DNS settings to resolve the private endpoint IP address to the FQDN of the connection string][azure-private-endpoint-dns]. that's customized with the following parameters:
272272

273273
* `resourceGroup`: The resource group where the storage account is deployed.
274274
* `storageAccount`: The storage account name.
275-
* `server`: The FQDN of the storage account's private endpoint (for example, `<storage account name>.privatelink.file.core.windows.net`).
275+
* `server`: The FQDN of the storage account's private endpoint.
276276

277277
Create a file named `private-azure-file-sc.yaml`, and then paste the following example manifest in the file. Replace the values for `<resourceGroup>` and `<storageAccountName>`.
278278

@@ -286,7 +286,7 @@ allowVolumeExpansion: true
286286
parameters:
287287
resourceGroup: <resourceGroup>
288288
storageAccount: <storageAccountName>
289-
server: <storageAccountName>.privatelink.file.core.windows.net
289+
server: <storageAccountName>.file.core.windows.net
290290
reclaimPolicy: Delete
291291
volumeBindingMode: Immediate
292292
mountOptions:
@@ -300,7 +300,7 @@ mountOptions:
300300
- actimeo=30 # reduce latency for metadata-heavy workload
301301
```
302302
303-
Create the storage class by using the [kubectl apply][kubectl-apply] command:
303+
Create the storage class by using the `kubectl apply` command:
304304

305305
```console
306306
kubectl apply -f private-azure-file-sc.yaml
@@ -512,3 +512,4 @@ The output of the commands resembles the following example:
512512
[access-tiers-overview]: ../storage/blobs/access-tiers-overview.md
513513
[tag-resources]: ../azure-resource-manager/management/tag-resources.md
514514
[statically-provision-a-volume]: azure-csi-files-storage-provision.md#statically-provision-a-volume
515+
[azure-private-endpoint-dns]: ../private-link/private-endpoint-dns.md#azure-services-dns-zone-configuration

articles/aks/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Best practices for Azure Kubernetes Service (AKS)
33
description: Collection of the cluster operator and developer best practices to build and manage applications in Azure Kubernetes Service (AKS)
44
ms.topic: article
5-
ms.date: 03/09/2021
5+
ms.date: 03/07/2023
66

77
---
88

articles/azure-monitor/app/asp-net-core.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,12 @@ This SDK requires `HttpContext`. It doesn't work in any non-HTTP applications, i
751751
752752
For the latest updates and bug fixes, see the [release notes](./release-notes.md).
753753

754+
## Release Notes
755+
756+
For version 2.12 and newer: [.NET SDKs (Including ASP.NET, ASP.NET Core, and Logging Adapters)](https://github.com/Microsoft/ApplicationInsights-dotnet/releases)
757+
758+
Our [Service Updates](https://azure.microsoft.com/updates/?service=application-insights) also summarize major Application Insights improvements.
759+
754760
## Next steps
755761

756762
* [Explore user flows](./usage-flows.md) to understand how users move through your app.

articles/azure-monitor/app/asp-net.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,12 @@ There's a known issue in the current version of Visual Studio 2019: storing the
377377

378378
For the latest updates and bug fixes, [consult the release notes](./release-notes.md).
379379

380+
## Release Notes
381+
382+
For version 2.12 and newer: [.NET SDKs (Including ASP.NET, ASP.NET Core, and Logging Adapters)](https://github.com/Microsoft/ApplicationInsights-dotnet/releases)
383+
384+
Our [Service Updates](https://azure.microsoft.com/updates/?service=application-insights) also summarize major Application Insights improvements.
385+
380386
## Next steps
381387

382388
* Add synthetic transactions to test that your website is available from all over the world with [availability monitoring](availability-overview.md).

articles/azure-monitor/app/opencensus-python.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,12 @@ For more information about how to use queries and logs, see [Logs in Azure Monit
541541

542542
[!INCLUDE [azure-monitor-app-insights-test-connectivity](../../../includes/azure-monitor-app-insights-test-connectivity.md)]
543543

544+
## Release Notes
545+
546+
For the latest release notes, see [Python Azure Monitor Exporter](https://github.com/census-instrumentation/opencensus-python/blob/master/contrib/opencensus-ext-azure/CHANGELOG.md)
547+
548+
Our [Service Updates](https://azure.microsoft.com/updates/?service=application-insights) also summarize major Application Insights improvements.
549+
544550
## Next steps
545551

546552
* [Tracking incoming requests](./opencensus-python-dependency.md)

articles/cloud-shell/.openpublishing.redirection.cloud-shell.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/cloud-shell/quickstart-powershell.md",
5+
"redirect_url": "/azure/cloud-shell/quickstart",
6+
"redirect_document_id": true
7+
},
38
{
49
"source_path_from_root": "/articles/cloud-shell/cloud-shell-windows-users.md",
5-
"redirect_url": "/azure/cloud-shell/quickstart-powershell",
10+
"redirect_url": "/azure/cloud-shell/quickstart",
611
"redirect_document_id": false
712
},
813
{

articles/cloud-shell/TOC.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ items:
22
- name: Overview
33
href: overview.md
44
- name: Quickstart
5-
items:
6-
- name: Bash - Quickstart
7-
href: quickstart.md
8-
- name: PowerShell - Quickstart
9-
href: quickstart-powershell.md
5+
href: quickstart.md
106
- name: Features & tools
117
href: features.md
128
- name: Tutorials
@@ -23,10 +19,8 @@ items:
2319
href: /azure/developer/terraform/quickstart-configure?bc=%2fazure%2fbread%2ftoc.json&toc=%2fazure%2fcloud-shell%2ftoc.json
2420
- name: Concepts
2521
items:
26-
- name: Security
27-
items:
28-
- name: Security baseline
29-
href: /security/benchmark/azure/baselines/cloud-shell-security-baseline?bc=%2fazure%2fbread%2ftoc.json&toc=%2fazure%2fcloud-shell%2ftoc.json
22+
- name: Security baseline
23+
href: /security/benchmark/azure/baselines/cloud-shell-security-baseline?bc=%2fazure%2fbread%2ftoc.json&toc=%2fazure%2fcloud-shell%2ftoc.json
3024
- name: How-to guides
3125
items:
3226
- name: Persist files in storage
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)