2

I found this url for best practices for Azure resource naming conventions. It has list of prefixes based on resource type. I don't find prefix for Azure SQL Server in it. It has prefix for Azure SQL Database but not Server. Is there a 'standard' naming convention for Azure SQL Server?

2 Answers 2

3

I think even though naming convention for Azure SQL Server is not explicitly specified in the url, by extrapolating naming conventions for the mentioned resources we can say that prefix for Azure SQL Server resource should be sqls-. And accordingly the format for the resource should be sqls-<App Name>-<Environment>.

Sign up to request clarification or add additional context in comments.

1 Comment

That's a good suggestion, you can do that and others can reference from you.
0

An Azure SQL Server name is in the global namespace. It may be wise to include the business unit name or you will collide with servers of other companies.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.