File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Creates a function app.
5151New-AzFunctionApp -Name MyUniqueFunctionAppName `
5252 -ResourceGroupName MyResourceGroupName `
5353 -Location centralUS `
54- -StorageAccount MyStorageAccountName `
54+ -StorageAccountName MyStorageAccountName `
5555 -Runtime PowerShell
5656```
5757
@@ -62,7 +62,7 @@ This command creates a consumption PowerShell function app in Central US.
6262New-AzFunctionApp -Name MyUniqueFunctionAppName `
6363 -ResourceGroupName MyResourceGroupName `
6464 -PlanName MyPlanName `
65- -StorageAccount MyStorageAccountName `
65+ -StorageAccountName MyStorageAccountName `
6666 -Runtime PowerShell
6767```
6868
@@ -73,7 +73,7 @@ This command creates a PowerShell function app which will be hosted in a service
7373New-AzFunctionApp -Name MyUniqueFunctionAppName `
7474 -ResourceGroupName MyResourceGroupName `
7575 -PlanName MyPlanName `
76- -StorageAccount MyStorageAccountName `
76+ -StorageAccountName MyStorageAccountName `
7777 -DockerImageName myacr.azurecr.io/myimage:tag
7878```
7979
You can’t perform that action at this time.
0 commit comments