We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e8d2fa commit c174e69Copy full SHA for c174e69
articles/azure-resource-manager/templates/user-defined-functions.md
@@ -72,7 +72,7 @@ The following example shows a template that includes a user-defined function to
72
"resources": [
73
{
74
"type": "Microsoft.Storage/storageAccounts",
75
- "apiVersion": "2022-09-01",
+ "apiVersion": "2025-01-01",
76
"name": "[contoso.uniqueName(parameters('storageNamePrefix'))]",
77
"location": "South Central US",
78
"sku": {
0 commit comments