Skip to content

Commit 38f44c2

Browse files
committed
Add note to NoSQL template quickstarts
1 parent 92dc049 commit 38f44c2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

articles/cosmos-db/nosql/quickstart-template-bicep.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ Three Azure resources are defined in the Bicep file:
4040

4141
- [Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers](/azure/templates/microsoft.documentdb/databaseaccounts/sqldatabases/containers): Create an Azure Cosmos DB container.
4242

43+
> [!IMPORTANT]
44+
> The Azure Resource Manager provider, `Microsoft.DocumentDB/databaseAccounts`, has maintained the same name for many years. This ensures that templates written years ago are still compatible with the same provider even as the name of the service and sub-services have evolved.
45+
4346
## Deploy the Bicep file
4447

4548
1. Save the Bicep file as **main.bicep** to your local computer.

articles/cosmos-db/nosql/quickstart-template-json.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ Three Azure resources are defined in the template:
4646

4747
* [Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers](/azure/templates/microsoft.documentdb/databaseaccounts/sqldatabases/containers): Create an Azure Cosmos DB container.
4848

49+
> [!IMPORTANT]
50+
> The Azure Resource Manager provider, `Microsoft.DocumentDB/databaseAccounts`, has maintained the same name for many years. This ensures that templates written years ago are still compatible with the same provider even as the name of the service and sub-services have evolved.
51+
4952
More Azure Cosmos DB template samples can be found in the [quickstart template gallery](https://azure.microsoft.com/resources/templates/?resourceType=Microsoft.Documentdb).
5053

5154
## Deploy the template

0 commit comments

Comments
 (0)