Skip to content

Commit c93095d

Browse files
authored
Merge pull request #233219 from tamram/tamram23-0330
change article ownership for accounts, encryption, authorization
2 parents 0312a5c + 1fd3a0e commit c93095d

File tree

47 files changed

+94
-92
lines changed

Some content is hidden

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

47 files changed

+94
-92
lines changed

articles/storage/blobs/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ items:
333333
items:
334334
- name: Overview
335335
href: ../common/classic-account-migration-overview.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
336-
- name: Understand the migration process
336+
- name: Understand the migration process for classic accounts
337337
href: ../common/classic-account-migration-process.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
338338
- name: Migrate a classic storage account to Resource Manager
339339
href: ../common/classic-account-migrate.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
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.
5-
author: jimmart-dev
5+
author: tamram
66

77
ms.service: storage
88
ms.topic: how-to
99
ms.date: 04/19/2022
10-
ms.author: jammart
10+
ms.author: tamram
1111
ms.reviewer: dineshm
1212
ms.subservice: blobs
1313
ms.devlang: powershell, azurecli

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
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.
5-
author: jimmart-dev
5+
author: tamram
66

77
ms.service: storage
88
ms.topic: conceptual
99
ms.date: 03/17/2023
10-
ms.author: jammart
10+
ms.author: tamram
1111
ms.subservice: common
1212
---
1313

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: 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.
5-
author: jimmart-dev
5+
author: tamram
66

77
ms.service: storage
88
ms.topic: how-to
99
ms.date: 07/12/2021
10-
ms.author: jammart
10+
ms.author: tamram
1111
ms.reviewer: nachakra
1212
ms.subservice: common
1313
ms.devlang: azurecli

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: 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.
5-
author: jimmart-dev
5+
author: tamram
66

77
ms.service: storage
88
ms.topic: how-to
99
ms.date: 12/10/2021
10-
ms.author: jammart
10+
ms.author: tamram
1111
ms.reviewer: nachakra
1212
ms.subservice: blobs
1313
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
@@ -2,12 +2,12 @@
22
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.
5-
author: jimmart-dev
5+
author: tamram
66

77
ms.service: storage
88
ms.topic: how-to
99
ms.date: 05/12/2022
10-
ms.author: jammart
10+
ms.author: tamram
1111
ms.reviewer: nachakra
1212
ms.subservice: blobs
1313
ms.devlang: powershell

articles/storage/blobs/encryption-scope-manage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Create and manage encryption scopes
33
titleSuffix: Azure Storage
44
description: Learn how to create an encryption scope to isolate blob data at the container or blob level.
55
services: storage
6-
author: jimmart-dev
6+
author: tamram
77

88
ms.service: storage
99
ms.date: 03/10/2023
1010
ms.topic: conceptual
11-
ms.author: jammart
11+
ms.author: tamram
1212
ms.reviewer: ozgun
1313
ms.subservice: common
1414
ms.devlang: powershell, azurecli

articles/storage/blobs/scalability-targets-premium-block-blobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Scalability targets for premium block blob storage accounts
33
titleSuffix: Azure Storage
44
description: Learn about premium-performance block blob storage accounts. Block blob storage accounts are optimized for applications that use smaller, kilobyte-range objects.
5-
author: jimmart-dev
5+
author: tamram
66

77
ms.service: storage
88
ms.topic: conceptual
99
ms.date: 12/18/2019
10-
ms.author: jammart
10+
ms.author: tamram
1111
ms.subservice: common
1212
---
1313

articles/storage/blobs/scalability-targets-premium-page-blobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Scalability targets for premium page blob storage accounts
33
titleSuffix: Azure Storage
44
description: A premium performance page blob storage account is optimized for read/write operations. This type of storage account backs an unmanaged disk for an Azure virtual machine.
5-
author: jimmart-dev
5+
author: tamram
66

77
ms.service: storage
88
ms.topic: conceptual
99
ms.date: 09/24/2021
10-
ms.author: jammart
10+
ms.author: tamram
1111
ms.subservice: common
1212
---
1313

articles/storage/blobs/scalability-targets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Scalability and performance targets for Blob storage
33
titleSuffix: Azure Storage
44
description: Learn about scalability and performance targets for Blob storage.
5-
author: jimmart-dev
5+
author: tamram
66

77
ms.service: storage
88
ms.topic: conceptual
99
ms.date: 01/11/2023
10-
ms.author: jammart
10+
ms.author: tamram
1111
ms.subservice: common
1212
---
1313

0 commit comments

Comments
 (0)