Skip to content

Commit ef38ff4

Browse files
Merge pull request #281616 from ggailey777/patch-4
[Functions] Fix typo in Bicep
2 parents 021d00b + 981981c commit ef38ff4

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)