Skip to content

Commit 01caef5

Browse files
committed
Transition articles to new authors
1 parent 59181e7 commit 01caef5

File tree

76 files changed

+149
-149
lines changed

Some content is hidden

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

76 files changed

+149
-149
lines changed

articles/storage/blobs/anonymous-read-access-client.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Access public containers and blobs anonymously with .NET
33
titleSuffix: Azure Storage
44
description: Use the Azure Storage client library for .NET to access public containers and blobs anonymously.
55
services: storage
6-
author: tamram
6+
author: jammart
77

88
ms.service: storage
99
ms.topic: how-to
1010
ms.date: 02/16/2022
11-
ms.author: tamram
11+
ms.author: jammart
1212
ms.reviewer: fryu
1313
ms.subservice: blobs
1414
ms.devlang: csharp

articles/storage/blobs/anonymous-read-access-configure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Configure anonymous public read access for containers and blobs
33
titleSuffix: Azure Storage
44
description: Learn how to allow or disallow anonymous access to blob data for the storage account. Set the container public access setting to make containers and blobs available for anonymous access.
55
services: storage
6-
author: tamram
6+
author: jammart
77

88
ms.service: storage
99
ms.topic: how-to
1010
ms.date: 03/01/2022
11-
ms.author: tamram
11+
ms.author: jammart
1212
ms.reviewer: fryu
1313
ms.subservice: blobs
1414
ms.custom: devx-track-azurepowershell, devx-track-azurecli

articles/storage/blobs/anonymous-read-access-prevent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Prevent anonymous public read access to containers and blobs
33
titleSuffix: Azure Storage
44
description: Learn how to analyze anonymous requests against a storage account and how to prevent anonymous access for the entire storage account or for an individual container.
55
services: storage
6-
author: tamram
6+
author: jammart
77

88
ms.service: storage
99
ms.topic: how-to
1010
ms.date: 12/09/2020
11-
ms.author: tamram
11+
ms.author: jammart
1212
ms.reviewer: fryu
1313
ms.subservice: blobs
1414
ms.custom: devx-track-azurepowershell

articles/storage/blobs/assign-azure-role-data-access.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Assign an Azure role for access to blob data
33
titleSuffix: Azure Storage
44
description: Learn how to assign permissions for blob data to an Azure Active Directory security principal with Azure role-based access control (Azure RBAC). Azure Storage supports built-in and Azure custom roles for authentication and authorization via Azure AD.
55
services: storage
6-
author: tamram
6+
author: jammart
77

88
ms.service: storage
99
ms.topic: how-to
1010
ms.date: 04/19/2022
11-
ms.author: tamram
11+
ms.author: jammart
1212
ms.reviewer: dineshm
1313
ms.subservice: common
1414
ms.custom: devx-track-azurepowershell

articles/storage/blobs/authorize-access-azure-active-directory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Authorize access to blobs using Active Directory
33
titleSuffix: Azure Storage
44
description: Authorize access to Azure blobs using Azure Active Directory (Azure AD). Assign Azure roles for access rights. Access data with an Azure AD account.
55
services: storage
6-
author: tamram
6+
author: jammart
77

88
ms.service: storage
99
ms.topic: conceptual
1010
ms.date: 10/14/2021
11-
ms.author: tamram
11+
ms.author: jammart
1212
ms.subservice: common
1313
---
1414

articles/storage/blobs/authorize-data-operations-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Choose how to authorize access to blob data with Azure CLI
33
titleSuffix: Azure Storage
44
description: Specify how to authorize data operations against blob data with the Azure CLI. You can authorize data operations using Azure AD credentials, with the account access key, or with a shared access signature (SAS) token.
55
services: storage
6-
author: tamram
6+
author: jammart
77

88
ms.service: storage
99
ms.topic: how-to
1010
ms.date: 07/12/2021
11-
ms.author: tamram
11+
ms.author: jammart
1212
ms.reviewer: ozgun
1313
ms.subservice: common
1414
ms.custom: devx-track-azurecli

articles/storage/blobs/authorize-data-operations-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Choose how to authorize access to blob data in the Azure portal
33
titleSuffix: Azure Storage
44
description: When you access blob data using the Azure portal, the portal makes requests to Azure Storage under the covers. These requests to Azure Storage can be authenticated and authorized using either your Azure AD account or the storage account access key.
55
services: storage
6-
author: tamram
6+
author: jammart
77

88
ms.service: storage
99
ms.topic: how-to
1010
ms.date: 12/10/2021
11-
ms.author: tamram
11+
ms.author: jammart
1212
ms.reviewer: ozgun
1313
ms.subservice: blobs
1414
ms.custom: contperf-fy21q1

articles/storage/blobs/authorize-data-operations-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Run PowerShell commands with Azure AD credentials to access blob data
33
titleSuffix: Azure Storage
44
description: PowerShell supports signing in with Azure AD credentials to run commands on blob data in Azure Storage. An access token is provided for the session and used to authorize calling operations. Permissions depend on the Azure role assigned to the Azure AD security principal.
55
services: storage
6-
author: tamram
6+
author: jammart
77

88
ms.service: storage
99
ms.topic: how-to
1010
ms.date: 05/12/2022
11-
ms.author: tamram
11+
ms.author: jammart
1212
ms.reviewer: ozgun
1313
ms.subservice: blobs
1414
---

articles/storage/blobs/authorize-managed-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Authorize access to blob data with a managed identity
33
titleSuffix: Azure Storage
44
description: Use managed identities for Azure resources to authorize blob data access from applications running in Azure VMs, function apps, and others.
55
services: storage
6-
author: tamram
6+
author: jammart
77

88
ms.service: storage
99
ms.topic: how-to
1010
ms.date: 10/11/2021
11-
ms.author: tamram
11+
ms.author: jammart
1212
ms.reviewer: santoshc
1313
ms.subservice: common
1414
ms.devlang: csharp

articles/storage/blobs/data-lake-storage-acl-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Use Azure CLI to manage ACLs in Azure Data Lake Storage Gen2
33
description: Use the Azure CLI to manage access control lists (ACL) in storage accounts that have a hierarchical namespace.
44
services: storage
5-
author: normesta
5+
author: jammart
66
ms.service: storage
77
ms.subservice: data-lake-storage-gen2
88
ms.topic: how-to
99
ms.date: 02/17/2021
10-
ms.author: normesta
10+
ms.author: jammart
1111
ms.reviewer: prishet
1212
ms.custom: devx-track-azurecli
1313
---

0 commit comments

Comments
 (0)