Skip to content

Commit 817f52f

Browse files
committed
Naming Considerations v1.1 Publish
1 parent c9498d0 commit 817f52f

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3780,6 +3780,11 @@
37803780
"redirect_url": "/azure/azure-government/documentation-government-welcome",
37813781
"redirect_document_id": false
37823782
},
3783+
{
3784+
"source_path": "articles/azure-government/documentation-government-k8.md",
3785+
"redirect_url": "/azure/azure-government",
3786+
"redirect_document_id": false
3787+
},
37833788
{
37843789
"source_path": "articles/azure-portal/resource-group-portal-linked-resources.md",
37853790
"redirect_url": "/azure/azure-portal/azure-portal-dashboards",

articles/azure-government/documentation-government-concept-naming-resources.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Considerations for Naming Azure Resources | Microsoft Docs
2+
title: Considerations for naming Azure resources | Microsoft Docs
33
description: This article contains guidance on how customers should consider naming their Azure resources to prevent attribution to business/mission sensitive workloads.
44
services: Azure-government
55
cloud: gov
@@ -15,9 +15,9 @@ ms.date: 4/6/2020
1515
ms.author: beellis
1616

1717
---
18-
# Considerations for Naming Azure Resources
18+
# Considerations for naming Azure resources
1919
Customers should not include sensitive or restricted information in Azure Resource Names because they may be stored or accessed outside the compliance boundary to facilitate support and troubleshooting.
20-
Azure Resource Names include information provided by you, or on your behalf, that is used to identify or configure Online Service resources, such as software, systems, or containers, but does **not** include customer-created content or metadata inside the resource (for example, database column/table names). Azure Resource Names include the names a customer assigns to ARM-level objects and resources deployed in Azure. Examples include the names of resources such as:
20+
Azure Resource Names include information provided by you, or on your behalf, that is used to identify or configure Online Service resources, such as software, systems, or containers, but does **not** include customer-created content or metadata inside the resource (for example, database column/table names). Azure Resource Names include the names a customer assigns to Azure Resource Manager level objects and resources deployed in Azure. Examples include the names of resources such as:
2121
* VNets (Virtual Networks)
2222
* Virtual Hard Disks (VHDs)
2323
* Database Servers & Databases
@@ -29,7 +29,7 @@ Azure Resource Names include information provided by you, or on your behalf, tha
2929
>The above examples are but a subset of the types of resources customers can name. This list is not meant to be fully exhaustive and the types of resources could change in the future as new cloud services are added.
3030
>
3131
32-
## Azure Resource Naming Convention
32+
## Naming convention
3333
The names of Azure resources are part of a larger resource ID as follows:
3434

3535
`/subscriptions/<subscriptionID>/resourceGroups/<ResourceGroupName>/providers/<ResourceProvider>/<ResourceType>/<ResourceName>`
@@ -39,7 +39,7 @@ An example of a virtual machine resource ID is:
3939
`/subscriptions/<subscriptionID>/resourceGroups/<ResourceGroupName>/providers/Microsoft.Compute/virtualMachines/<virtualMachineName>`
4040

4141

42-
## Resource Naming Considerations
42+
## Naming considerations
4343
For all names that meet the criteria above, from the name of the larger resource group to the name of the end resources within it, customers should avoid names that are sensitive to business/mission functions. Customers should also avoid names that indicate customer regulatory requirements (e.g., [ITAR](https://docs.microsoft.com/microsoft-365/compliance/offering-itar?view=o365-worldwide), [CJIS](https://docs.microsoft.com/microsoft-365/compliance/offering-cjis?view=o365-worldwide), etc.), as applicable.
4444

4545
>[!NOTE]

0 commit comments

Comments
 (0)