From 05c9580c3799481d218a85e3a40fb9d15f0160bd Mon Sep 17 00:00:00 2001 From: Sidney Andrews Date: Wed, 18 Dec 2024 12:09:06 -0500 Subject: [PATCH] Update Table security metadata --- articles/cosmos-db/table/security/glossary.md | 6 +++--- .../table/security/how-to-create-managed-identities.md | 6 +++--- .../security/how-to-disable-key-based-authentication.md | 6 +++--- .../table/security/how-to-get-signed-in-identity.md | 6 +++--- .../how-to-grant-control-plane-role-based-access.md | 6 +++--- .../security/how-to-grant-data-plane-role-based-access.md | 6 +++--- articles/cosmos-db/table/security/index.md | 6 +++--- .../table/security/reference-data-plane-actions.md | 6 +++--- .../cosmos-db/table/security/reference-data-plane-roles.md | 6 +++--- 9 files changed, 27 insertions(+), 27 deletions(-) diff --git a/articles/cosmos-db/table/security/glossary.md b/articles/cosmos-db/table/security/glossary.md index 6a89d1d127..75327914a8 100644 --- a/articles/cosmos-db/table/security/glossary.md +++ b/articles/cosmos-db/table/security/glossary.md @@ -8,16 +8,16 @@ ms.reviewer: stefarroyo ms.service: azure-cosmos-db ms.subservice: table ms.topic: glossary -ms.date: 10/24/2024 +ms.date: 12/18/2024 ai-usage: ai-assisted +appliesto: + - ✅ Table hidden: true ROBOTS: NOINDEX, NOFOLLOW --- # Security glossary for Azure Cosmos DB for Table -[!INCLUDE[Table](../../includes/appliesto-table.md)] - :::image type="complex" source="media/glossary/map.svg" border="false" alt-text="Diagram of the current location ('Concepts') in the sequence of the deployment guide."::: Diagram of the sequence of the deployment guide including these locations, in order: Overview, Concepts, Prepare, Role-based access control, and Reference. The 'Concepts' location is currently highlighted. :::image-end::: diff --git a/articles/cosmos-db/table/security/how-to-create-managed-identities.md b/articles/cosmos-db/table/security/how-to-create-managed-identities.md index aa5186d896..1185e1f1c2 100644 --- a/articles/cosmos-db/table/security/how-to-create-managed-identities.md +++ b/articles/cosmos-db/table/security/how-to-create-managed-identities.md @@ -8,9 +8,11 @@ ms.reviewer: stefarroyo ms.service: azure-cosmos-db ms.subservice: table ms.topic: how-to -ms.date: 10/24/2024 +ms.date: 12/18/2024 ms.custom: subject-msia zone_pivot_groups: azure-interface-portal-cli-powershell-bicep +appliesto: + - ✅ Table hidden: true ROBOTS: NOINDEX, NOFOLLOW #Customer Intent: As a security user, I want to create managed identities for use with Azure hosting services, so that my developer team can write portable authentication code for their client. @@ -18,8 +20,6 @@ ROBOTS: NOINDEX, NOFOLLOW # How to use managed identities with Azure services to connect to Azure Cosmos DB for Table -[!INCLUDE[Table](../../includes/appliesto-table.md)] - :::image type="complex" source="media/how-to-create-managed-identities/map.svg" border="false" alt-text="Diagram of the current location ('Prepare') in the sequence of the deployment guide."::: Diagram of the sequence of the deployment guide including these locations, in order: Overview, Concepts, Prepare, Role-based access control, and Reference. The 'Prepare' location is currently highlighted. :::image-end::: diff --git a/articles/cosmos-db/table/security/how-to-disable-key-based-authentication.md b/articles/cosmos-db/table/security/how-to-disable-key-based-authentication.md index b640c7cf24..5917ee05ba 100644 --- a/articles/cosmos-db/table/security/how-to-disable-key-based-authentication.md +++ b/articles/cosmos-db/table/security/how-to-disable-key-based-authentication.md @@ -8,8 +8,10 @@ ms.reviewer: iriaosara ms.service: azure-cosmos-db ms.subservice: table ms.topic: how-to -ms.date: 10/24/2024 +ms.date: 12/18/2024 zone_pivot_groups: azure-interface-cli-powershell-bicep +appliesto: + - ✅ Table hidden: true ROBOTS: NOINDEX, NOFOLLOW #Customer Intent: As a security user, I want to disable key-based auth in an Azure Cosmos DB for Table account, so that my developers or applications can no longer access the account in an insecure manner. @@ -17,8 +19,6 @@ ROBOTS: NOINDEX, NOFOLLOW # Disable key-based authentication with Azure Cosmos DB for Table (preview) -[!INCLUDE[Table](../../includes/appliesto-table.md)] - This article covers the process of disabling key-based authorization (or resource owner password credential auth) for an Azure Cosmos DB for Table account. [!INCLUDE[Disable key-based authentication](../../includes/disable-key-based-authentication.md)] diff --git a/articles/cosmos-db/table/security/how-to-get-signed-in-identity.md b/articles/cosmos-db/table/security/how-to-get-signed-in-identity.md index 2f0a3db9c2..79d133e349 100644 --- a/articles/cosmos-db/table/security/how-to-get-signed-in-identity.md +++ b/articles/cosmos-db/table/security/how-to-get-signed-in-identity.md @@ -8,8 +8,10 @@ ms.reviewer: stefarroyo ms.service: azure-cosmos-db ms.subservice: table ms.topic: how-to -ms.date: 10/24/2024 +ms.date: 12/18/2024 zone_pivot_groups: azure-interface-portal-cli-powershell +appliesto: + - ✅ Table hidden: true ROBOTS: NOINDEX, NOFOLLOW #Customer Intent: As a developer, I want to get my current signed-in identity for Azure CLI, so that my security team can grant me role-based access control permissions to access Azure resources. @@ -17,8 +19,6 @@ ROBOTS: NOINDEX, NOFOLLOW # Get the signed in account's identity to use with Azure services to connect to Azure Cosmos DB for Table -[!INCLUDE[Table](../../includes/appliesto-table.md)] - :::image type="complex" source="media/how-to-get-signed-in-identity/map.svg" border="false" alt-text="Diagram of the current location ('Prepare') in the sequence of the deployment guide."::: Diagram of the sequence of the deployment guide including these locations, in order: Overview, Concepts, Prepare, Role-based access control, and Reference. The 'Prepare' location is currently highlighted. :::image-end::: diff --git a/articles/cosmos-db/table/security/how-to-grant-control-plane-role-based-access.md b/articles/cosmos-db/table/security/how-to-grant-control-plane-role-based-access.md index e4a170c88c..e070cb831a 100644 --- a/articles/cosmos-db/table/security/how-to-grant-control-plane-role-based-access.md +++ b/articles/cosmos-db/table/security/how-to-grant-control-plane-role-based-access.md @@ -8,8 +8,10 @@ ms.reviewer: iriaosara ms.service: azure-cosmos-db ms.subservice: table ms.topic: how-to -ms.date: 10/24/2024 +ms.date: 12/18/2024 zone_pivot_groups: azure-interface-portal-cli-powershell-bicep +appliesto: + - ✅ Table hidden: true ROBOTS: NOINDEX, NOFOLLOW #Customer Intent: As a security user, I want to grant an identity control-plane access to Azure Cosmos DB for Table, so that my developer team can use the SDK of their choice with minimal code change. @@ -17,8 +19,6 @@ ROBOTS: NOINDEX, NOFOLLOW # Use control plane role-based access control with Azure Cosmos DB for Table -[!INCLUDE[Table](../../includes/appliesto-table.md)] - :::image type="complex" source="media/how-to-grant-control-plane-role-based-access/map.svg" border="false" alt-text="Diagram of the current location ('Role-based access control') in the sequence of the deployment guide."::: Diagram of the sequence of the deployment guide including these locations, in order: Overview, Concepts, Prepare, Role-based access control, Network, and Reference. The 'Role-based access control' location is currently highlighted. :::image-end::: diff --git a/articles/cosmos-db/table/security/how-to-grant-data-plane-role-based-access.md b/articles/cosmos-db/table/security/how-to-grant-data-plane-role-based-access.md index 8f631df89d..b88653ffc9 100644 --- a/articles/cosmos-db/table/security/how-to-grant-data-plane-role-based-access.md +++ b/articles/cosmos-db/table/security/how-to-grant-data-plane-role-based-access.md @@ -8,8 +8,10 @@ ms.reviewer: stefarroyo ms.service: azure-cosmos-db ms.subservice: table ms.topic: how-to -ms.date: 10/24/2024 +ms.date: 12/18/2024 zone_pivot_groups: azure-interface-cli-powershell-bicep +appliesto: + - ✅ Table hidden: true ROBOTS: NOINDEX, NOFOLLOW #Customer Intent: As a security user, I want to grant an identity data-plane access to Azure Cosmos DB for Table, so that my developer team can use the SDK of their choice with minimal code change. @@ -17,8 +19,6 @@ ROBOTS: NOINDEX, NOFOLLOW # Use role-based access control with Azure Cosmos DB for Table (preview) -[!INCLUDE[Table](../../includes/appliesto-table.md)] - :::image type="complex" source="media/how-to-grant-data-plane-role-based-access/map.svg" border="false" alt-text="Diagram of the current location ('Role-based access control') in the sequence of the deployment guide."::: Diagram of the sequence of the deployment guide including these locations, in order: Overview, Concepts, Prepare, Role-based access control, and Reference. The 'Role-based access control' location is currently highlighted. :::image-end::: diff --git a/articles/cosmos-db/table/security/index.md b/articles/cosmos-db/table/security/index.md index e1ea70ccac..90f97ed1fa 100644 --- a/articles/cosmos-db/table/security/index.md +++ b/articles/cosmos-db/table/security/index.md @@ -8,8 +8,10 @@ ms.reviewer: iriaosara ms.service: azure-cosmos-db ms.subservice: table ms.topic: solution-overview -ms.date: 10/24/2024 +ms.date: 12/18/2024 ai-usage: ai-assisted +appliesto: + - ✅ Table hidden: true ROBOTS: NOINDEX, NOFOLLOW #Customer Intent: As a developer, I want to review the major security areas related to Azure Cosmos DB for Table, so that I can build secure applications using the API for Table. @@ -17,8 +19,6 @@ ROBOTS: NOINDEX, NOFOLLOW # Security guidance for Azure Cosmos DB for Table -[!INCLUDE[Table](../../includes/appliesto-gremlin.md)] - :::image type="complex" source="media/index/map.svg" border="false" alt-text="Diagram of the current location ('Overview') in the sequence of the deployment guide."::: Diagram of the sequence of the deployment guide including these locations, in order: Overview, Concepts, Prepare, Role-based access control, Network, and Reference. The 'Overview' location is currently highlighted. :::image-end::: diff --git a/articles/cosmos-db/table/security/reference-data-plane-actions.md b/articles/cosmos-db/table/security/reference-data-plane-actions.md index 4a4a53b346..8437fafe9a 100644 --- a/articles/cosmos-db/table/security/reference-data-plane-actions.md +++ b/articles/cosmos-db/table/security/reference-data-plane-actions.md @@ -8,15 +8,15 @@ ms.reviewer: stefarroyo ms.service: azure-cosmos-db ms.subservice: table ms.topic: reference -ms.date: 10/24/2024 +ms.date: 12/18/2024 +appliesto: + - ✅ Table hidden: true ROBOTS: NOINDEX, NOFOLLOW --- # Azure Cosmos DB for Table data plane actions reference (preview) -[!INCLUDE[Table](../../includes/appliesto-table.md)] - :::image type="complex" source="media/reference-data-plane-actions/map.svg" border="false" alt-text="Diagram of the current location ('Reference') in the sequence of the deployment guide."::: Diagram of the sequence of the deployment guide including these locations, in order: Overview, Concepts, Prepare, Role-based access control, and Reference. The 'Reference' location is currently highlighted. :::image-end::: diff --git a/articles/cosmos-db/table/security/reference-data-plane-roles.md b/articles/cosmos-db/table/security/reference-data-plane-roles.md index 7cee1e52b8..b0481e92a8 100644 --- a/articles/cosmos-db/table/security/reference-data-plane-roles.md +++ b/articles/cosmos-db/table/security/reference-data-plane-roles.md @@ -8,15 +8,15 @@ ms.reviewer: iriaosara ms.service: azure-cosmos-db ms.subservice: table ms.topic: reference -ms.date: 10/24/2024 +ms.date: 12/18/2024 +appliesto: + - ✅ Table hidden: true ROBOTS: NOINDEX, NOFOLLOW --- # Azure Cosmos DB for Table data plane built-in roles reference (preview) -[!INCLUDE[Table](../../includes/appliesto-table.md)] - :::image type="complex" source="media/reference-data-plane-roles/map.svg" border="false" alt-text="Diagram of the current location ('Reference') in the sequence of the deployment guide."::: Diagram of the sequence of the deployment guide including these locations, in order: Overview, Concepts, Prepare, Role-based access control, Network, and Reference. The 'Reference' location is currently highlighted. :::image-end:::