SlideShare a Scribd company logo
1 of 25
Download to read offline
Azure
Naming
Convention
Azure Free Training
Module 1 : Azure Governance Model
By Hicham KADIRI
October 27, 2018
A K&K Group Company
Contoso Ltd.
About me
Microsoft MVP
• Windows Expert-IT Pro (2014-2015)
• Cloud and Datacenter Management (2016)
• Enterprise Mobility /RDS (2017)
• CDCM /Azure (2018)
Founder
@BecomeITExpert.com
Co-Founder
@K&K Group
Think {Cloud /DevOps /Security}
IT Author (+10 eBooks)
• RDS 2012 R2 and 2016 Pocket Consultant
• RDS & OS Security & Hardening guide
• Azure CLI 2.0 Pocket Consultant
• GPO, PowerShell, AppLocker …
Lead Cloud Architect /Az Expert
• Working for several large companies
and international group including
Thales, Areva, Rabobank, Gemalto,
Vinci, CE, BP…etc
IT Blogger
• hichamkadiri.wordpress.com
• AskTheCloudExpert.wordpress.com
• ~2millions views ☺
/hicham_kadiri
/in/hichamkadiri
TechNet Contributor (Top 0,5%)
• MTFC (Microsoft Technical French Contributor)
• MCC (Microsoft Community Contributor)
Hicham KADIRI (aka #HK)
Document Objectives
• Reminder about Azure Governance
• Explains the importance of naming
convention in the Microsoft Azure
environment
• Keys items You Should Know
• List all Azure Naming Convention
Rules & Restrictions
• Lists some of Azure Naming
Constraints Examples
• Gives you an example (suggestion)
of Azure Naming convention
Contoso Ltd.
Reminder about
Azure Governance
#HK
Contoso Ltd.
#HK
Contoso Ltd.
Azure Naming Convetion
Why it’s important ?
#HK
Contoso Ltd.
Microsoft Azure Naming Convention
Why it’s important ?
• As shown in the previous figure, the first pillar of the Azure scaffold is naming
standards. Well-designed naming standards enable you to identify resources in the
portal, on a bill, and within scripts.
• Most likely, we already have naming standards for on-premises infrastructure. When
adding Azure to the existing environment, we should extend those naming
standards to our Azure resources.
• Naming standard facilitate more efficient management of the environment at all
levels.
• The choice of a name for any resource in Microsoft Azure is important because:
• It is difficult to change a name later.
• Names must meet the requirements of their specific resource type.
#HK
Contoso Ltd.
Azure Naming Convetion
Keys items You Should Know
#HK
Contoso Ltd.
Microsoft Azure Naming Convention
What You Should Know
• Naming convention is a key decision for object management, tracking, and billing
• Pick names that will give you information in the portal
• Make it easy to understand what a resource is for
• Use tagging to set the context that you do not need in the name
• Maybe you do not need to indicate if something is production or non-production in
the name, but do it with a tag
• Outline initial Azure naming convention
• HK Best Practice : always extend your existing naming convention to Azure >> Do not create a
new naming convention model for Azure IaaS VM, just re-use (extend) your existing naming
standards by replacing site name by AZ (or AZUR)
#HK
Contoso Ltd.
Azure Naming Convetion
Naming rules and restrictions
#HK
Contoso Ltd.
Microsoft Azure Naming Convention
Important Note
• There are some rules and restrictions related to Azure naming standards.
• This section presents these limits and restrictions
• All limits and restrictions related to naming standards on Azure must be taken into
account when creating the Azure Naming Convention document for your Cloud
environment.
• Refer to the following slides to read more about Azure naming rules and restrictions
#HK
IMPORTANT NOTE : the Standard rule/restriction related to Azure Naming Standard
In general, avoid having any special characters (- or _) as the first or last
Character in any name. These characters will cause most validation rules to fail.
Contoso Ltd.
Microsoft Azure Naming Convention
Naming Rules & Restrictions
The following informations must be taken into account when designing the naming
convention model :
• Some resources have to be globally unique because you're actually creating a DNS
record on Microsoft namespace
• Some resources can only have lowercase letters
• Some resources can't contain hyphens or underscores
• Some resources can't contain numbers or special characters
• Any combination of all of the above
#HK
Contoso Ltd.
Microsoft Azure Naming Convention
Constraints Examples
• Some resource name constrained unique across entire Azure cloud
• e.g., SQL Server Name, Storage Account Name, etc. must be unique across Azure not
just subscription
• Some resource name constrained by length
• e.g., Search Service is constrained 2 to 15 characters
• Some resource name constrained to alpha-numeric
• e.g., Storage Account Name cannot have dash, dots, etc.
• Some resource name constrained unique within account
• e.g., Storage Table Name must be unique within Azure subscription account
• Some resource names cannot be upper characters
• e.g., Storage account names must be all lower case
#HK
Contoso Ltd.
Microsoft Azure Naming Convention
#1 : General (RG, Availability Set, Tag)
#HK
Resource /Artifact Context (Scope) Length (Min-Max) Casing Valid Characters Set
Resource Group Subscription 1-90 Case insensitive
• Alphanumeric
• Underscore
• Parentheses
• Hyphen
• Period (except at end)
Availability Set Resource Group 1-80 Case insensitive
• Alphanumeric
• Underscore
• Hyphen
Tag Associated Entity
512 (name)
256 (value)
Case insensitive • Alphanumeric
Contoso Ltd.
Microsoft Azure Naming Convention
#2 : Compute
#HK
Resource /Artifact Context (Scope) Length (Min-Max) Casing Valid Characters Set
Virtual Machine Resource Group
1-15 (Windows)
1-64 (Linux)
Case insensitive
• Alphanumeric
• Hyphen
Function App Global 1-60 Case insensitive
• Alphanumeric
• Hyphen
Contoso Ltd.
Microsoft Azure Naming Convention
#3 : Storage
#HK
Resource /Artifact Context (Scope) Length (Min-Max) Casing Valid Characters Set
Storage account name (data) Global 3-24 Lowercase • Alphanumeric
Storage account name (disks) Global 3-24 Lowercase • Alphanumeric
Container name Storage account 3-63 Lowercase
• Alphanumeric
• Hyphen
Blob name Container 1-1024 Case sensitive • Any URL characters
Queue name Storage account 3-63 Lowercase
• Alphanumeric
• Hyphen
Table name Storage account 3-63 Case insensitive • Alphanumeric
File name Storage account 3-63 Lowercase • Alphanumeric
Data Lake Store Global 3-24 Lowercase • Alphanumeric
Contoso Ltd.
Microsoft Azure Naming Convention
#4 : Network
#HK
Resource /Artifact Scope Length (Min-Max) Casing Valid Characters Set
Virtual Network (VNet) Resource Group 2-64 Case insensitive
• Alphanumeric
• Hyphen,
• Underscore
• Period
Subnet Parent VNet 2-64 Case insensitive
Network Interface Resource Group 1-80 Case insensitive
Network Security
Group
Resource Group 1-80 Case insensitive
Network Security
Group Rule
Resource Group 1-80 Case insensitive
Public IP Address Resource Group 1-80 Case insensitive
Load Balancer Resource Group 1-80 Case insensitive
Load Balanced Rules
Config
Load Balancer 1-80 Case insensitive
Azure Application Gateway Resource Group 1-80 Case insensitive
Route Table Resource Group 1-80 Case insensitive
ExpressRoute Circuit Resource Group 1-80 Case insensitive
Traffic Manager Profile Resource Group 1-63 Case insensitive
• Alphanumeric
• Hyphen
• Period
Contoso Ltd.
Microsoft Azure Naming Convention
#5 : App
#HK
Resource or artifact Context (Scope) Length (Min-Max) Case Valid character set
App Service Plan Subscription 2-40
Case
insensitive
• Alphanumeric
Web App
Global 2-60
Case
insensitive
• Alphanumeric and hyphen
Mobile App
Logic App
API App
App Service Environment
App Service Certificate Global 3-15
Case
insensitive
• Alphanumeric
API Management Global 1-50
Case
insensitive
• Alphanumeric
Contoso Ltd.
Microsoft Azure Naming Convention
#6 : Other [Part 1]
#HK
Resource or artifact Context (Scope) Length (Min-Max) Case Valid character set
Notification Hub Subscription 1-260 Case insensitive • Alphanumeric, underscore, hyphen and point
Notification Hub Namespace Global 2-50 Case insensitive • Alphanumeric and hyphen
SQL Database Subscription 1-28 Case insensitive • Alphanumeric, underscore and hyphen
SQL Server Global 1-63 Lowercase • Alphanumeric and hyphen
SQL Data Warehouse
Database
Subscription 1-28 Case insensitive • Alphanumeric, underscore and hyphen
Document DB Global 3-50 Lowercase • Alphanumeric and hyphen
Redis Cache Global 1-63 Case insensitive • Alphanumeric and hyphen
Search Service Global 2-60 Lowercase • Alphanumeric and hyphen
Power BI Workspace
Collection
Subscription 3-64 Case insensitive • Alphanumeric and hyphen
Cognitive Services Account Subscription 2-64 Case insensitive • Alphanumeric, underscore and hyphen
Data Catalog Subscription 2-26 Case insensitive • Alphanumeric
HDInsight Cluster Global 1-59 Case insensitive • Alphanumeric and hyphen
Machine Learning Workspace Subscription 3-24 Case insensitive • Alphanumeric and hyphen
Contoso Ltd.
Microsoft Azure Naming Convention
#6 : Other [Part 2]
#HK
Resource or artifact Context (Scope) Length (Min-Max) Case Valid character set
Data Factory Subscription 3-64 Case insensitive • Alphanumeric and hyphen
Event Hub Subscription 1-50 Case insensitive • Alphanumeric, underscore and hyphen
Service Bus Namespace Global 6-50 Case insensitive • Alphanumeric and hyphen
Service Bus Queue Subscription 1-50 Case insensitive • Alphanumeric, underscore and hyphen
Service Bus Topic Subscription 1-50 Case insensitive • Alphanumeric, underscore and hyphen
Stream Analytics Job Subscription 3-63 Case insensitive • Alphanumeric and hyphen
IoT Hub Subscription 3-50 Case insensitive • Alphanumeric and hyphen
Traffic Manager Global 1-63 Case insensitive • URL characters
Media Service Account Global 3-24 Lowercase • Alphanumeric
CDN Profile Global 1-50 Case insensitive • Alphanumeric and hyphen
Azure AD Domain Global 1-27 Case insensitive • Alphanumeric
Azure AD Subscription 1-256 Case insensitive • Any character
Team Services Account Global 1-50 Case insensitive • Alphanumeric and hyphen
Team Project Account 1-65 Case insensitive • Alphanumeric and hyphen
DevTest Labs Subscription 1-27 Case insensitive • Alphanumeric, underscore, hyphen and parenthesis
Contoso Ltd.
Microsoft Azure Naming Convention
#6 : Other [Part 3]
#HK
Resource or artifact
Context
(Scope)
Length
(Min-Max)
Case Valid character set
Application Insights Subscription 1-255 Case insensitive • Any except 3 characters
Automation Account Subscription 6-50 Case insensitive • Alphanumeric and hyphen
Recovery Services Vault Subscription 2-50 Case insensitive • Alphanumeric and hyphen
Scheduler Job Subscription 1-260 Case insensitive • Alphanumeric, underscore and hyphen
Scheduler Job Collection Subscription 1-100 Case insensitive • Alphanumeric, underscore and hyphen
Cloud Service Global 1-63 Case insensitive • Alphanumeric and hyphen
Batch Account Global 3-24 Lowercase • Alphanumeric
BizTalk Service Global 6-20 Lowercase • Alphanumeric
Mobile Engagement Collection Global 2-50 Case insensitive • Alphanumeric and hyphen
Mobile Engagement App Resource Global 1-50 Case insensitive • Alphanumeric, underscore and hyphen
Mobile Engagement Application Subscription 1-13 Case insensitive • Any character
RemoteApp Collection Subscription 3-13 Case insensitive • Alphanumeric
Key Vault Global 3-24 Case insensitive • Alphanumeric and hyphen
Operations Mgmt Suite
Namespace
Global 4-24 Case insensitive • Alphanumeric and hyphen
Contoso Ltd.
Microsoft Azure Naming Convention
Recommendations
#HK
1
2
Segment A Segment B Segment C Segment D Segment E
3 chars
[Company
Identifier
Prefix] + 2
chars [ Pole :
US-FR-GE…]
2 chars [Site
Name (AZ for
Azure)
/Region
Name] : WE
(WestEurope)
3 chars
[Resident/
Type of
Environeme
nt] PRD for
Production
2-3 chars
(Azure
Resource
Type]
3 chars
[Numeric
Sequence
of
Deployment
Divide the Naming into Segments
Environnements VMs (2 chars) Objects (3 chars)
PRD: Production DC: Azure Domain
Controller
CLS : Cloud Service
DEV: Development DB: Azure SQL Server ILB : Internal Load
Balancer
QAL; Qualification WW: Web Server STA: Storage
Account
LAB: Test and Lab AS: Generic IaaS VM VNT: Virtual Network
… … VGTW : Virtual
Gateway
Create abbreviations for environments and
resources (VM and Objects)
Entity :
K&K GROUP France
KKGFR
Site /Region
Azure
AZ
Environment :
Production
PRD
Azure Virtual
Network
VNT
The first Azure
VNET
001
3.1
Entity :
K&K GROUP France
KKGFR
Site /Region
Azure
AZ
Environment :
Production
PRD
Azure offer
Azure DC VM
DC
Seconde Azure
Domain
Controller
002
KKGFRAZPRDDC002
3.2 Example Azure Object
KKGFRAZPRDVNT001
Example Azure IaaS VM
Contoso Ltd.
Microsoft Azure Naming Convention
Appendix : Codes for some Azure Objects /Services
#HK
Category Cloud Service/Object Codes (3-4 chars)
Resource Group Resource Group RSG
Resource Group Availability Set AVS
Storage Storage STA
Networking Virtual Network (VNet) VNET
Networking Subnet SUB
Networking Network Interface NIC
Networking Network Security Group NSG
Networking Public IP Address PIP
Networking Internal Load Balancer ILB
Networking External Load Balancer ELB
Networking Application Gateways AAG
Contoso Ltd.
End of Lesson
Hope this Helps ☺
Contoso Ltd.
#HK o_O
/hicham_kadiri
/in/hichamkadiri
Subscribe to my Blog
hichamkadiri.wordpress.com

More Related Content

What's hot

Azure governance v4.0
Azure governance v4.0Azure governance v4.0
Azure governance v4.0Marcos Oikawa
 
[Azure Governance] Lesson 3 : Azure Tags
[Azure Governance] Lesson 3 : Azure Tags[Azure Governance] Lesson 3 : Azure Tags
[Azure Governance] Lesson 3 : Azure Tags☁ Hicham KADIRI ☁
 
Azure security and Compliance
Azure security and ComplianceAzure security and Compliance
Azure security and ComplianceKarina Matos
 
Az 104 session 4: azure storage
Az 104 session 4: azure storageAz 104 session 4: azure storage
Az 104 session 4: azure storageAzureEzy1
 
Introduction to Azure AD and Azure AD B2C
Introduction to Azure AD and Azure AD B2CIntroduction to Azure AD and Azure AD B2C
Introduction to Azure AD and Azure AD B2CJoonas Westlin
 
Azure Fundamentals || AZ-900
Azure Fundamentals || AZ-900Azure Fundamentals || AZ-900
Azure Fundamentals || AZ-900thisiswali
 
Microsoft Azure Cost Optimization and improve efficiency
Microsoft Azure Cost Optimization and improve efficiencyMicrosoft Azure Cost Optimization and improve efficiency
Microsoft Azure Cost Optimization and improve efficiencyKushan Lahiru Perera
 
Building an Enterprise-Grade Azure Governance Model
Building an Enterprise-Grade Azure Governance ModelBuilding an Enterprise-Grade Azure Governance Model
Building an Enterprise-Grade Azure Governance ModelKarl Ots
 
Understanding Azure Disaster Recovery
Understanding Azure Disaster RecoveryUnderstanding Azure Disaster Recovery
Understanding Azure Disaster RecoveryNew Horizons Ireland
 
AZ-204 : Implement Azure security
AZ-204 : Implement Azure securityAZ-204 : Implement Azure security
AZ-204 : Implement Azure securityAzureEzy1
 
Azure role based access control (rbac)
Azure role based access control (rbac)Azure role based access control (rbac)
Azure role based access control (rbac)Srikanth Kappagantula
 
Azure Active Directory | Microsoft Azure Tutorial for Beginners | Azure 70-53...
Azure Active Directory | Microsoft Azure Tutorial for Beginners | Azure 70-53...Azure Active Directory | Microsoft Azure Tutorial for Beginners | Azure 70-53...
Azure Active Directory | Microsoft Azure Tutorial for Beginners | Azure 70-53...Edureka!
 
Azure active directory
Azure active directoryAzure active directory
Azure active directoryRaju Kumar
 
適切な Azure AD 認証方式の選択の決め手
適切な Azure AD 認証方式の選択の決め手適切な Azure AD 認証方式の選択の決め手
適切な Azure AD 認証方式の選択の決め手Yusuke Kodama
 
Govern your Azure environment through Azure Policy
Govern your Azure environment through Azure PolicyGovern your Azure environment through Azure Policy
Govern your Azure environment through Azure PolicyMicrosoft Tech Community
 
Advanced Load Balancer/Traffic Manager and App Gateway for Microsoft Azure
Advanced Load Balancer/Traffic Manager and App Gateway for Microsoft AzureAdvanced Load Balancer/Traffic Manager and App Gateway for Microsoft Azure
Advanced Load Balancer/Traffic Manager and App Gateway for Microsoft AzureKemp
 

What's hot (20)

Azure Governance
Azure GovernanceAzure Governance
Azure Governance
 
Azure governance v4.0
Azure governance v4.0Azure governance v4.0
Azure governance v4.0
 
[Azure Governance] Lesson 3 : Azure Tags
[Azure Governance] Lesson 3 : Azure Tags[Azure Governance] Lesson 3 : Azure Tags
[Azure Governance] Lesson 3 : Azure Tags
 
Azure Cost Management
Azure Cost ManagementAzure Cost Management
Azure Cost Management
 
Azure security and Compliance
Azure security and ComplianceAzure security and Compliance
Azure security and Compliance
 
Az 104 session 4: azure storage
Az 104 session 4: azure storageAz 104 session 4: azure storage
Az 104 session 4: azure storage
 
Introduction to Azure AD and Azure AD B2C
Introduction to Azure AD and Azure AD B2CIntroduction to Azure AD and Azure AD B2C
Introduction to Azure AD and Azure AD B2C
 
Azure Fundamentals || AZ-900
Azure Fundamentals || AZ-900Azure Fundamentals || AZ-900
Azure Fundamentals || AZ-900
 
Microsoft Azure Cost Optimization and improve efficiency
Microsoft Azure Cost Optimization and improve efficiencyMicrosoft Azure Cost Optimization and improve efficiency
Microsoft Azure Cost Optimization and improve efficiency
 
Building an Enterprise-Grade Azure Governance Model
Building an Enterprise-Grade Azure Governance ModelBuilding an Enterprise-Grade Azure Governance Model
Building an Enterprise-Grade Azure Governance Model
 
Azure Backup Simplifies
Azure Backup SimplifiesAzure Backup Simplifies
Azure Backup Simplifies
 
Azure Security Overview
Azure Security OverviewAzure Security Overview
Azure Security Overview
 
Understanding Azure Disaster Recovery
Understanding Azure Disaster RecoveryUnderstanding Azure Disaster Recovery
Understanding Azure Disaster Recovery
 
AZ-204 : Implement Azure security
AZ-204 : Implement Azure securityAZ-204 : Implement Azure security
AZ-204 : Implement Azure security
 
Azure role based access control (rbac)
Azure role based access control (rbac)Azure role based access control (rbac)
Azure role based access control (rbac)
 
Azure Active Directory | Microsoft Azure Tutorial for Beginners | Azure 70-53...
Azure Active Directory | Microsoft Azure Tutorial for Beginners | Azure 70-53...Azure Active Directory | Microsoft Azure Tutorial for Beginners | Azure 70-53...
Azure Active Directory | Microsoft Azure Tutorial for Beginners | Azure 70-53...
 
Azure active directory
Azure active directoryAzure active directory
Azure active directory
 
適切な Azure AD 認証方式の選択の決め手
適切な Azure AD 認証方式の選択の決め手適切な Azure AD 認証方式の選択の決め手
適切な Azure AD 認証方式の選択の決め手
 
Govern your Azure environment through Azure Policy
Govern your Azure environment through Azure PolicyGovern your Azure environment through Azure Policy
Govern your Azure environment through Azure Policy
 
Advanced Load Balancer/Traffic Manager and App Gateway for Microsoft Azure
Advanced Load Balancer/Traffic Manager and App Gateway for Microsoft AzureAdvanced Load Balancer/Traffic Manager and App Gateway for Microsoft Azure
Advanced Load Balancer/Traffic Manager and App Gateway for Microsoft Azure
 

Similar to [Azure Governance] Lesson 1 : Azure Naming Convention

[Azure Governance] Lesson 2 : Azure Locks
[Azure Governance] Lesson 2 : Azure Locks[Azure Governance] Lesson 2 : Azure Locks
[Azure Governance] Lesson 2 : Azure Locks☁ Hicham KADIRI ☁
 
Being Well Architected in the Cloud (Updated)
Being Well Architected in the Cloud (Updated)Being Well Architected in the Cloud (Updated)
Being Well Architected in the Cloud (Updated)Adrian Hornsby
 
Being Well-Architected in the Cloud
Being Well-Architected in the CloudBeing Well-Architected in the Cloud
Being Well-Architected in the CloudAmazon Web Services
 
Adelaide Global Azure Bootcamp 2018 - Azure 101
Adelaide Global Azure Bootcamp 2018 - Azure 101Adelaide Global Azure Bootcamp 2018 - Azure 101
Adelaide Global Azure Bootcamp 2018 - Azure 101Balabiju
 
AWS Amazon S3 Mastery Bootcamp
AWS Amazon S3 Mastery BootcampAWS Amazon S3 Mastery Bootcamp
AWS Amazon S3 Mastery BootcampMatt Bohn
 
Building a Server-less Data Lake on AWS - Technical 301
Building a Server-less Data Lake on AWS - Technical 301Building a Server-less Data Lake on AWS - Technical 301
Building a Server-less Data Lake on AWS - Technical 301Amazon Web Services
 
Azure Cosmos DB - The Swiss Army NoSQL Cloud Database
Azure Cosmos DB - The Swiss Army NoSQL Cloud DatabaseAzure Cosmos DB - The Swiss Army NoSQL Cloud Database
Azure Cosmos DB - The Swiss Army NoSQL Cloud DatabaseBizTalk360
 
A Real World Guide to Building Highly Available Fault Tolerant SharePoint Farms
A Real World Guide to Building Highly Available Fault Tolerant SharePoint FarmsA Real World Guide to Building Highly Available Fault Tolerant SharePoint Farms
A Real World Guide to Building Highly Available Fault Tolerant SharePoint FarmsEric Shupps
 
AWS Summit Auckland - Building a Server-less Data Lake on AWS
AWS Summit Auckland - Building a Server-less Data Lake on AWSAWS Summit Auckland - Building a Server-less Data Lake on AWS
AWS Summit Auckland - Building a Server-less Data Lake on AWSAmazon Web Services
 
Avere & AWS Enterprise Solution with Special Bundle Pricing Offer
Avere & AWS Enterprise Solution with Special Bundle Pricing OfferAvere & AWS Enterprise Solution with Special Bundle Pricing Offer
Avere & AWS Enterprise Solution with Special Bundle Pricing OfferAvere Systems
 
Big Data adoption success using AWS Big Data Services - Pop-up Loft TLV 2017
Big Data adoption success using AWS Big Data Services - Pop-up Loft TLV 2017Big Data adoption success using AWS Big Data Services - Pop-up Loft TLV 2017
Big Data adoption success using AWS Big Data Services - Pop-up Loft TLV 2017Amazon Web Services
 
Database and Analytics on the AWS Cloud
Database and Analytics on the AWS CloudDatabase and Analytics on the AWS Cloud
Database and Analytics on the AWS CloudAmazon Web Services
 
SQL Server Database as a Cloud Service
SQL Server Database as a Cloud ServiceSQL Server Database as a Cloud Service
SQL Server Database as a Cloud ServicePio Balistoy
 
mysql_pn_heatwave.pdf
mysql_pn_heatwave.pdfmysql_pn_heatwave.pdf
mysql_pn_heatwave.pdfRavishPatel19
 
Migrating Enterprise Applications to AWS
Migrating Enterprise Applications to AWSMigrating Enterprise Applications to AWS
Migrating Enterprise Applications to AWSTom Laszewski
 
Interactive Analytics with the Starburst Presto + Alluxio stack for the Cloud
Interactive Analytics with the Starburst Presto + Alluxio stack for the CloudInteractive Analytics with the Starburst Presto + Alluxio stack for the Cloud
Interactive Analytics with the Starburst Presto + Alluxio stack for the CloudAlluxio, Inc.
 
Migrating Enterprise Applications to AWS: Best Practices & Techniques (ENT303...
Migrating Enterprise Applications to AWS: Best Practices & Techniques (ENT303...Migrating Enterprise Applications to AWS: Best Practices & Techniques (ENT303...
Migrating Enterprise Applications to AWS: Best Practices & Techniques (ENT303...Amazon Web Services
 

Similar to [Azure Governance] Lesson 1 : Azure Naming Convention (20)

[Azure Governance] Lesson 2 : Azure Locks
[Azure Governance] Lesson 2 : Azure Locks[Azure Governance] Lesson 2 : Azure Locks
[Azure Governance] Lesson 2 : Azure Locks
 
Being Well Architected in the Cloud (Updated)
Being Well Architected in the Cloud (Updated)Being Well Architected in the Cloud (Updated)
Being Well Architected in the Cloud (Updated)
 
Being Well-Architected in the Cloud
Being Well-Architected in the CloudBeing Well-Architected in the Cloud
Being Well-Architected in the Cloud
 
Adelaide Global Azure Bootcamp 2018 - Azure 101
Adelaide Global Azure Bootcamp 2018 - Azure 101Adelaide Global Azure Bootcamp 2018 - Azure 101
Adelaide Global Azure Bootcamp 2018 - Azure 101
 
AWS Amazon S3 Mastery Bootcamp
AWS Amazon S3 Mastery BootcampAWS Amazon S3 Mastery Bootcamp
AWS Amazon S3 Mastery Bootcamp
 
Building a Server-less Data Lake on AWS - Technical 301
Building a Server-less Data Lake on AWS - Technical 301Building a Server-less Data Lake on AWS - Technical 301
Building a Server-less Data Lake on AWS - Technical 301
 
Azure Cosmos DB - The Swiss Army NoSQL Cloud Database
Azure Cosmos DB - The Swiss Army NoSQL Cloud DatabaseAzure Cosmos DB - The Swiss Army NoSQL Cloud Database
Azure Cosmos DB - The Swiss Army NoSQL Cloud Database
 
A Real World Guide to Building Highly Available Fault Tolerant SharePoint Farms
A Real World Guide to Building Highly Available Fault Tolerant SharePoint FarmsA Real World Guide to Building Highly Available Fault Tolerant SharePoint Farms
A Real World Guide to Building Highly Available Fault Tolerant SharePoint Farms
 
AWS Summit Auckland - Building a Server-less Data Lake on AWS
AWS Summit Auckland - Building a Server-less Data Lake on AWSAWS Summit Auckland - Building a Server-less Data Lake on AWS
AWS Summit Auckland - Building a Server-less Data Lake on AWS
 
The Best of re:invent 2016
The Best of re:invent 2016The Best of re:invent 2016
The Best of re:invent 2016
 
Avere & AWS Enterprise Solution with Special Bundle Pricing Offer
Avere & AWS Enterprise Solution with Special Bundle Pricing OfferAvere & AWS Enterprise Solution with Special Bundle Pricing Offer
Avere & AWS Enterprise Solution with Special Bundle Pricing Offer
 
Big Data adoption success using AWS Big Data Services - Pop-up Loft TLV 2017
Big Data adoption success using AWS Big Data Services - Pop-up Loft TLV 2017Big Data adoption success using AWS Big Data Services - Pop-up Loft TLV 2017
Big Data adoption success using AWS Big Data Services - Pop-up Loft TLV 2017
 
Database and Analytics on the AWS Cloud
Database and Analytics on the AWS CloudDatabase and Analytics on the AWS Cloud
Database and Analytics on the AWS Cloud
 
SQL Server Database as a Cloud Service
SQL Server Database as a Cloud ServiceSQL Server Database as a Cloud Service
SQL Server Database as a Cloud Service
 
Introduction to Amazon Athena
Introduction to Amazon AthenaIntroduction to Amazon Athena
Introduction to Amazon Athena
 
Azure CosmosDb
Azure CosmosDbAzure CosmosDb
Azure CosmosDb
 
mysql_pn_heatwave.pdf
mysql_pn_heatwave.pdfmysql_pn_heatwave.pdf
mysql_pn_heatwave.pdf
 
Migrating Enterprise Applications to AWS
Migrating Enterprise Applications to AWSMigrating Enterprise Applications to AWS
Migrating Enterprise Applications to AWS
 
Interactive Analytics with the Starburst Presto + Alluxio stack for the Cloud
Interactive Analytics with the Starburst Presto + Alluxio stack for the CloudInteractive Analytics with the Starburst Presto + Alluxio stack for the Cloud
Interactive Analytics with the Starburst Presto + Alluxio stack for the Cloud
 
Migrating Enterprise Applications to AWS: Best Practices & Techniques (ENT303...
Migrating Enterprise Applications to AWS: Best Practices & Techniques (ENT303...Migrating Enterprise Applications to AWS: Best Practices & Techniques (ENT303...
Migrating Enterprise Applications to AWS: Best Practices & Techniques (ENT303...
 

Recently uploaded

Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 

Recently uploaded (20)

Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 

[Azure Governance] Lesson 1 : Azure Naming Convention

  • 1. Azure Naming Convention Azure Free Training Module 1 : Azure Governance Model By Hicham KADIRI October 27, 2018 A K&K Group Company
  • 2. Contoso Ltd. About me Microsoft MVP • Windows Expert-IT Pro (2014-2015) • Cloud and Datacenter Management (2016) • Enterprise Mobility /RDS (2017) • CDCM /Azure (2018) Founder @BecomeITExpert.com Co-Founder @K&K Group Think {Cloud /DevOps /Security} IT Author (+10 eBooks) • RDS 2012 R2 and 2016 Pocket Consultant • RDS & OS Security & Hardening guide • Azure CLI 2.0 Pocket Consultant • GPO, PowerShell, AppLocker … Lead Cloud Architect /Az Expert • Working for several large companies and international group including Thales, Areva, Rabobank, Gemalto, Vinci, CE, BP…etc IT Blogger • hichamkadiri.wordpress.com • AskTheCloudExpert.wordpress.com • ~2millions views ☺ /hicham_kadiri /in/hichamkadiri TechNet Contributor (Top 0,5%) • MTFC (Microsoft Technical French Contributor) • MCC (Microsoft Community Contributor) Hicham KADIRI (aka #HK)
  • 3. Document Objectives • Reminder about Azure Governance • Explains the importance of naming convention in the Microsoft Azure environment • Keys items You Should Know • List all Azure Naming Convention Rules & Restrictions • Lists some of Azure Naming Constraints Examples • Gives you an example (suggestion) of Azure Naming convention
  • 6. Contoso Ltd. Azure Naming Convetion Why it’s important ? #HK
  • 7. Contoso Ltd. Microsoft Azure Naming Convention Why it’s important ? • As shown in the previous figure, the first pillar of the Azure scaffold is naming standards. Well-designed naming standards enable you to identify resources in the portal, on a bill, and within scripts. • Most likely, we already have naming standards for on-premises infrastructure. When adding Azure to the existing environment, we should extend those naming standards to our Azure resources. • Naming standard facilitate more efficient management of the environment at all levels. • The choice of a name for any resource in Microsoft Azure is important because: • It is difficult to change a name later. • Names must meet the requirements of their specific resource type. #HK
  • 8. Contoso Ltd. Azure Naming Convetion Keys items You Should Know #HK
  • 9. Contoso Ltd. Microsoft Azure Naming Convention What You Should Know • Naming convention is a key decision for object management, tracking, and billing • Pick names that will give you information in the portal • Make it easy to understand what a resource is for • Use tagging to set the context that you do not need in the name • Maybe you do not need to indicate if something is production or non-production in the name, but do it with a tag • Outline initial Azure naming convention • HK Best Practice : always extend your existing naming convention to Azure >> Do not create a new naming convention model for Azure IaaS VM, just re-use (extend) your existing naming standards by replacing site name by AZ (or AZUR) #HK
  • 10. Contoso Ltd. Azure Naming Convetion Naming rules and restrictions #HK
  • 11. Contoso Ltd. Microsoft Azure Naming Convention Important Note • There are some rules and restrictions related to Azure naming standards. • This section presents these limits and restrictions • All limits and restrictions related to naming standards on Azure must be taken into account when creating the Azure Naming Convention document for your Cloud environment. • Refer to the following slides to read more about Azure naming rules and restrictions #HK IMPORTANT NOTE : the Standard rule/restriction related to Azure Naming Standard In general, avoid having any special characters (- or _) as the first or last Character in any name. These characters will cause most validation rules to fail.
  • 12. Contoso Ltd. Microsoft Azure Naming Convention Naming Rules & Restrictions The following informations must be taken into account when designing the naming convention model : • Some resources have to be globally unique because you're actually creating a DNS record on Microsoft namespace • Some resources can only have lowercase letters • Some resources can't contain hyphens or underscores • Some resources can't contain numbers or special characters • Any combination of all of the above #HK
  • 13. Contoso Ltd. Microsoft Azure Naming Convention Constraints Examples • Some resource name constrained unique across entire Azure cloud • e.g., SQL Server Name, Storage Account Name, etc. must be unique across Azure not just subscription • Some resource name constrained by length • e.g., Search Service is constrained 2 to 15 characters • Some resource name constrained to alpha-numeric • e.g., Storage Account Name cannot have dash, dots, etc. • Some resource name constrained unique within account • e.g., Storage Table Name must be unique within Azure subscription account • Some resource names cannot be upper characters • e.g., Storage account names must be all lower case #HK
  • 14. Contoso Ltd. Microsoft Azure Naming Convention #1 : General (RG, Availability Set, Tag) #HK Resource /Artifact Context (Scope) Length (Min-Max) Casing Valid Characters Set Resource Group Subscription 1-90 Case insensitive • Alphanumeric • Underscore • Parentheses • Hyphen • Period (except at end) Availability Set Resource Group 1-80 Case insensitive • Alphanumeric • Underscore • Hyphen Tag Associated Entity 512 (name) 256 (value) Case insensitive • Alphanumeric
  • 15. Contoso Ltd. Microsoft Azure Naming Convention #2 : Compute #HK Resource /Artifact Context (Scope) Length (Min-Max) Casing Valid Characters Set Virtual Machine Resource Group 1-15 (Windows) 1-64 (Linux) Case insensitive • Alphanumeric • Hyphen Function App Global 1-60 Case insensitive • Alphanumeric • Hyphen
  • 16. Contoso Ltd. Microsoft Azure Naming Convention #3 : Storage #HK Resource /Artifact Context (Scope) Length (Min-Max) Casing Valid Characters Set Storage account name (data) Global 3-24 Lowercase • Alphanumeric Storage account name (disks) Global 3-24 Lowercase • Alphanumeric Container name Storage account 3-63 Lowercase • Alphanumeric • Hyphen Blob name Container 1-1024 Case sensitive • Any URL characters Queue name Storage account 3-63 Lowercase • Alphanumeric • Hyphen Table name Storage account 3-63 Case insensitive • Alphanumeric File name Storage account 3-63 Lowercase • Alphanumeric Data Lake Store Global 3-24 Lowercase • Alphanumeric
  • 17. Contoso Ltd. Microsoft Azure Naming Convention #4 : Network #HK Resource /Artifact Scope Length (Min-Max) Casing Valid Characters Set Virtual Network (VNet) Resource Group 2-64 Case insensitive • Alphanumeric • Hyphen, • Underscore • Period Subnet Parent VNet 2-64 Case insensitive Network Interface Resource Group 1-80 Case insensitive Network Security Group Resource Group 1-80 Case insensitive Network Security Group Rule Resource Group 1-80 Case insensitive Public IP Address Resource Group 1-80 Case insensitive Load Balancer Resource Group 1-80 Case insensitive Load Balanced Rules Config Load Balancer 1-80 Case insensitive Azure Application Gateway Resource Group 1-80 Case insensitive Route Table Resource Group 1-80 Case insensitive ExpressRoute Circuit Resource Group 1-80 Case insensitive Traffic Manager Profile Resource Group 1-63 Case insensitive • Alphanumeric • Hyphen • Period
  • 18. Contoso Ltd. Microsoft Azure Naming Convention #5 : App #HK Resource or artifact Context (Scope) Length (Min-Max) Case Valid character set App Service Plan Subscription 2-40 Case insensitive • Alphanumeric Web App Global 2-60 Case insensitive • Alphanumeric and hyphen Mobile App Logic App API App App Service Environment App Service Certificate Global 3-15 Case insensitive • Alphanumeric API Management Global 1-50 Case insensitive • Alphanumeric
  • 19. Contoso Ltd. Microsoft Azure Naming Convention #6 : Other [Part 1] #HK Resource or artifact Context (Scope) Length (Min-Max) Case Valid character set Notification Hub Subscription 1-260 Case insensitive • Alphanumeric, underscore, hyphen and point Notification Hub Namespace Global 2-50 Case insensitive • Alphanumeric and hyphen SQL Database Subscription 1-28 Case insensitive • Alphanumeric, underscore and hyphen SQL Server Global 1-63 Lowercase • Alphanumeric and hyphen SQL Data Warehouse Database Subscription 1-28 Case insensitive • Alphanumeric, underscore and hyphen Document DB Global 3-50 Lowercase • Alphanumeric and hyphen Redis Cache Global 1-63 Case insensitive • Alphanumeric and hyphen Search Service Global 2-60 Lowercase • Alphanumeric and hyphen Power BI Workspace Collection Subscription 3-64 Case insensitive • Alphanumeric and hyphen Cognitive Services Account Subscription 2-64 Case insensitive • Alphanumeric, underscore and hyphen Data Catalog Subscription 2-26 Case insensitive • Alphanumeric HDInsight Cluster Global 1-59 Case insensitive • Alphanumeric and hyphen Machine Learning Workspace Subscription 3-24 Case insensitive • Alphanumeric and hyphen
  • 20. Contoso Ltd. Microsoft Azure Naming Convention #6 : Other [Part 2] #HK Resource or artifact Context (Scope) Length (Min-Max) Case Valid character set Data Factory Subscription 3-64 Case insensitive • Alphanumeric and hyphen Event Hub Subscription 1-50 Case insensitive • Alphanumeric, underscore and hyphen Service Bus Namespace Global 6-50 Case insensitive • Alphanumeric and hyphen Service Bus Queue Subscription 1-50 Case insensitive • Alphanumeric, underscore and hyphen Service Bus Topic Subscription 1-50 Case insensitive • Alphanumeric, underscore and hyphen Stream Analytics Job Subscription 3-63 Case insensitive • Alphanumeric and hyphen IoT Hub Subscription 3-50 Case insensitive • Alphanumeric and hyphen Traffic Manager Global 1-63 Case insensitive • URL characters Media Service Account Global 3-24 Lowercase • Alphanumeric CDN Profile Global 1-50 Case insensitive • Alphanumeric and hyphen Azure AD Domain Global 1-27 Case insensitive • Alphanumeric Azure AD Subscription 1-256 Case insensitive • Any character Team Services Account Global 1-50 Case insensitive • Alphanumeric and hyphen Team Project Account 1-65 Case insensitive • Alphanumeric and hyphen DevTest Labs Subscription 1-27 Case insensitive • Alphanumeric, underscore, hyphen and parenthesis
  • 21. Contoso Ltd. Microsoft Azure Naming Convention #6 : Other [Part 3] #HK Resource or artifact Context (Scope) Length (Min-Max) Case Valid character set Application Insights Subscription 1-255 Case insensitive • Any except 3 characters Automation Account Subscription 6-50 Case insensitive • Alphanumeric and hyphen Recovery Services Vault Subscription 2-50 Case insensitive • Alphanumeric and hyphen Scheduler Job Subscription 1-260 Case insensitive • Alphanumeric, underscore and hyphen Scheduler Job Collection Subscription 1-100 Case insensitive • Alphanumeric, underscore and hyphen Cloud Service Global 1-63 Case insensitive • Alphanumeric and hyphen Batch Account Global 3-24 Lowercase • Alphanumeric BizTalk Service Global 6-20 Lowercase • Alphanumeric Mobile Engagement Collection Global 2-50 Case insensitive • Alphanumeric and hyphen Mobile Engagement App Resource Global 1-50 Case insensitive • Alphanumeric, underscore and hyphen Mobile Engagement Application Subscription 1-13 Case insensitive • Any character RemoteApp Collection Subscription 3-13 Case insensitive • Alphanumeric Key Vault Global 3-24 Case insensitive • Alphanumeric and hyphen Operations Mgmt Suite Namespace Global 4-24 Case insensitive • Alphanumeric and hyphen
  • 22. Contoso Ltd. Microsoft Azure Naming Convention Recommendations #HK 1 2 Segment A Segment B Segment C Segment D Segment E 3 chars [Company Identifier Prefix] + 2 chars [ Pole : US-FR-GE…] 2 chars [Site Name (AZ for Azure) /Region Name] : WE (WestEurope) 3 chars [Resident/ Type of Environeme nt] PRD for Production 2-3 chars (Azure Resource Type] 3 chars [Numeric Sequence of Deployment Divide the Naming into Segments Environnements VMs (2 chars) Objects (3 chars) PRD: Production DC: Azure Domain Controller CLS : Cloud Service DEV: Development DB: Azure SQL Server ILB : Internal Load Balancer QAL; Qualification WW: Web Server STA: Storage Account LAB: Test and Lab AS: Generic IaaS VM VNT: Virtual Network … … VGTW : Virtual Gateway Create abbreviations for environments and resources (VM and Objects) Entity : K&K GROUP France KKGFR Site /Region Azure AZ Environment : Production PRD Azure Virtual Network VNT The first Azure VNET 001 3.1 Entity : K&K GROUP France KKGFR Site /Region Azure AZ Environment : Production PRD Azure offer Azure DC VM DC Seconde Azure Domain Controller 002 KKGFRAZPRDDC002 3.2 Example Azure Object KKGFRAZPRDVNT001 Example Azure IaaS VM
  • 23. Contoso Ltd. Microsoft Azure Naming Convention Appendix : Codes for some Azure Objects /Services #HK Category Cloud Service/Object Codes (3-4 chars) Resource Group Resource Group RSG Resource Group Availability Set AVS Storage Storage STA Networking Virtual Network (VNet) VNET Networking Subnet SUB Networking Network Interface NIC Networking Network Security Group NSG Networking Public IP Address PIP Networking Internal Load Balancer ILB Networking External Load Balancer ELB Networking Application Gateways AAG
  • 24. Contoso Ltd. End of Lesson Hope this Helps ☺
  • 25. Contoso Ltd. #HK o_O /hicham_kadiri /in/hichamkadiri Subscribe to my Blog hichamkadiri.wordpress.com