Skip to content

Commit 981981c

Browse files
authored
Fix typo in Bicep
1 parent 9f5cb57 commit 981981c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-infrastructure-as-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ This example section creates a Standard general purpose v2 storage account:
113113
### [Bicep](#tab/bicep)
114114

115115
```bicep
116-
resource storageAccountName 'Microsoft.Storage/storageAccounts@2023-05-01' = {
116+
resource storageAccount 'Microsoft.Storage/storageAccounts@2023-05-01' = {
117117
name: storageAccountName
118118
location: location
119119
kind: 'StorageV2'

0 commit comments

Comments
 (0)