Skip to content

Commit ee229ac

Browse files
authored
Merge pull request #204530 from stevenmatthew/transition
Transition: Transition articles to new authors
2 parents 1fede69 + 9bd80af commit ee229ac

File tree

85 files changed

+165
-165
lines changed

Some content is hidden

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

85 files changed

+165
-165
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: jimmart-dev
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: jimmart-dev
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: jimmart-dev
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: jimmart-dev
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: jimmart-dev
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: jimmart-dev
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: jimmart-dev
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: jimmart-dev
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: jimmart-dev
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-access-control-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Access control model for Azure Data Lake Storage Gen2
33
description: Learn how to configure container, directory, and file-level access in accounts that have a hierarchical namespace.
4-
author: jammart
4+
author: jimmart-dev
55
ms.subservice: data-lake-storage-gen2
66
ms.service: storage
77
ms.topic: conceptual

0 commit comments

Comments
 (0)