Skip to content

Commit 4d3f1d6

Browse files
Merge pull request #314938 from MicrosoftDocs/main
Auto Publish – main to live - 2026-04-20 17:00 UTC
2 parents 1382642 + 9c27636 commit 4d3f1d6

7 files changed

Lines changed: 29 additions & 14 deletions

File tree

CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@
3838
/articles/container-registry @jasonwhowell @thomps23
3939
/articles/kubernetes-fleet @MicrosoftDocs/azure-docs-codeowners
4040
/articles/reliability @thomps23
41+
/articles/sentinel @thomps23
42+
/articles/defender-for-iot @thomps23
43+
/articles/external-attack-surface-management @thomps23

articles/azure-resource-manager/bicep/quickstart-create-bicep-use-visual-studio.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create Bicep files - Visual Studio
33
description: Use Visual Studio and the Bicep extension to create Bicep files for deploy Azure resources.
4-
ms.date: 12/22/2025
4+
ms.date: 01/13/2026
55
ms.topic: quickstart
66
ms.custom: devx-track-bicep
77
#Customer intent: As a developer new to Azure deployment, I want to learn how to use Visual Studio to create and edit Bicep files, so I can use them to deploy Azure resources.
@@ -20,6 +20,18 @@ Similar authoring experience is also supported in Visual Studio Code. See [Quick
2020
- Visual Studio Bicep extension. See [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.visualstudiobicep).
2121
- Bicep file deployment requires either the latest [Azure CLI](/cli/azure/) or the latest [Azure PowerShell module](/powershell/azure/new-azureps-module-az).
2222

23+
> [!NOTE]
24+
> To make all diagnostics generated by Bicep (Errors, Warnings, and Informational messages) are correctly surfaced as native MSBuild diagnostics, configure `BicepTreatInfoAsWarnings` in your project file. For example:
25+
>
26+
> ```xml
27+
> <Project Sdk="Microsoft.Build.NoTargets">
28+
> <PropertyGroup>
29+
> <TargetFramework>net472</TargetFramework>
30+
> <BicepTreatInfoAsWarnings>true</BicepTreatInfoAsWarnings>
31+
> </PropertyGroup>
32+
> </Project>
33+
> ```
34+
2335
## Add resource snippet
2436
2537
Launch Visual Studio and create a new file named **main.bicep**.

articles/cost-management-billing/manage/direct-ea-azure-usage-charges-invoices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: View your Azure usage summary details and download reports for EA enrollm
33
description: This article explains how enterprise administrators of direct and indirect Enterprise Agreement (EA) enrollments can view a summary of their usage data, Azure Prepayment consumed, and charges associated with other usage in the Azure portal.
44
author: SandeepReddyAcc
55
ms.author: v-salin
6-
ms.date: 09/22/2025
6+
ms.date: 04/20/2026
77
ms.topic: how-to
88
ms.service: cost-management-billing
99
ms.subservice: enterprise

articles/cost-management-billing/manage/direct-ea-billing-invoice-documents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.reviewer: v-salin
66
ms.service: cost-management-billing
77
ms.subservice: enterprise
88
ms.topic: reference
9-
ms.date: 09/23/2025
9+
ms.date: 04/20/2026
1010
ms.author: v-salin
1111
---
1212

articles/cost-management-billing/manage/ea-azure-marketplace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.reviewer: v-salin
66
ms.service: cost-management-billing
77
ms.subservice: enterprise
88
ms.topic: how-to
9-
ms.date: 09/23/2025
9+
ms.date: 04/20/2026
1010
ms.author: v-salin
1111
---
1212

articles/cost-management-billing/manage/ea-billing-administration-partners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: EA billing administration for partners in the Azure portal
33
description: This article explains the common tasks that a partner administrator accomplishes in the Azure portal to manage indirect enterprise agreements.
44
author: SandeepReddyAcc
55
ms.author: v-salin
6-
ms.date: 09/24/2025
6+
ms.date: 04/20/2026
77
ms.topic: how-to
88
ms.service: cost-management-billing
99
ms.subservice: enterprise

articles/storage/files/files-managed-identities.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
2-
title: Use Managed Identities with Azure Files (Preview)
3-
description: Learn how to authenticate managed identities to allow applications and VMs to access SMB Azure file shares by using identity-based authentication with Entra ID.
2+
title: Use Managed Identities with Azure Files
3+
description: Learn how to authenticate managed identities to allow applications and VMs to access SMB Azure file shares by using identity-based authentication with Microsoft Entra ID.
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: how-to
7-
ms.date: 03/27/2026
7+
ms.date: 04/20/2026
88
ms.author: kendownie
99
ms.custom:
1010
- devx-track-azurepowershell
1111
zone_pivot_groups: azure-files-windows-linux
1212
# Customer intent: As a cloud administrator, I want to improve security by authenticating managed identities to allow applications and virtual machines to access SMB Azure file shares by using identity-based authentication with Microsoft Entra ID instead of using a storage account key.
1313
---
1414

15-
# Access SMB Azure file shares by using managed identities with Microsoft Entra ID (preview)
15+
# Access SMB Azure file shares by using managed identities with Microsoft Entra ID
1616

1717
**Applies to:** :heavy_check_mark: SMB file shares
1818

19-
This article explains how you can use [managed identities](/entra/identity/managed-identities-azure-resources/overview) to allow Windows and Linux virtual machines (VMs) to access SMB Azure file shares by using identity-based authentication with Microsoft Entra ID (preview).
19+
This article explains how you can use [managed identities](/entra/identity/managed-identities-azure-resources/overview) to allow Windows and Linux virtual machines (VMs) to access SMB Azure file shares by using identity-based authentication with Microsoft Entra ID.
2020

21-
A managed identity is an identity in Entra ID that Azure automatically manages. Typically, you use managed identities when developing cloud applications to manage the credentials for authenticating to Azure services.
21+
A managed identity is an identity in Microsoft Entra ID that Azure automatically manages. Typically, you use managed identities when developing cloud applications to manage the credentials for authenticating to Azure services. Azure Files now supports both application managed identities and end‑user identity-based access on the same storage account. Applications and users are independently authenticated via Microsoft Entra ID and authorized through a shared permissions model.
2222

2323
By the end of this guide, you create a storage account that's ready to access with a managed identity. You also learn how to create a managed identity for a VM and generate an OAuth token for it. Then you mount a file share by using managed identity-based authentication and authorization. Using a managed identity eliminates the need to use a storage account key.
2424

@@ -34,7 +34,7 @@ Benefits include:
3434

3535
- **Fine-grained access control**: Role-based access at the identity level.
3636

37-
- **Automation friendly**: Easy to integrate with continuous integration and continuous delivery (CI/CD) pipelines, Azure Kubernetes Service (AKS) workloads, and customer applications.
37+
- **Automation friendly**: Easy to integrate with continuous integration and continuous delivery (CI/CD) pipelines, [Azure Kubernetes Service (AKS)](/azure/aks/create-volume-azure-files#use-managed-identity-to-access-azure-files-storage-preview) workloads, and customer applications.
3838

3939
- **Cost effective**: No extra storage cost for managed identities.
4040

@@ -56,7 +56,7 @@ The clients that need to authenticate by using a managed identity shouldn't be j
5656

5757
## Configure the managed identity's access property on your storage account
5858

59-
To authenticate a managed identity, you must enable the `SMBOAuth` property on the storage account that contains the Azure file share you want to access. We recommend creating a new storage account for this purpose. You can use an existing storage account only if it doesn't have any other identity source configured.
59+
To authenticate a managed identity, you must enable the `SMBOAuth` property on the storage account that contains the Azure file share you want to access. We recommend creating a new storage account for this purpose, although you can use an existing storage account.
6060

6161
To enable the `SMBOAuth` property on your storage account, use either the Azure portal or Azure PowerShell. For instructions, select the appropriate tab.
6262

@@ -66,7 +66,7 @@ To create a new storage account with the `SMBOAuth` property enabled by using th
6666

6767
:::image type="content" source="media/managed-identities/enable-managed-identity.png" alt-text="Screenshot that shows how to enable a managed identity for SMB when creating a new storage account by using the Azure portal." border="true":::
6868

69-
Alternatively, you can enable the `SMBOAuth` property on an existing storage account, as long as the storage account doesn't have any other identity source configured.
69+
Alternatively, you can enable the `SMBOAuth` property on an existing storage account.
7070

7171
Go to the storage account. On the service menu, under **Settings**, select **Configuration**. Under **Managed Identity for SMB**, select **Enabled**, and then select **Save**.
7272

0 commit comments

Comments
 (0)