-
So this may just be me, but I have tested this on two different laptops now, when using the New-AzResourceGroup deployment cmdlet with the tutorial the way it is currently written, I can't set the name of the storage account directly in the command using the -name parameter. I believe this is due to a naming conflict with the New-AzResourceGroupDeployment cmdlet's -Name parameter which specifies the name of the deployment. Obviously I can change the parameter identifier in the main.bicep file to something different, but I think maybe it would be better to update the tutorial so this doesn't confuse new learners in the future. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You are right. I can reproduce that behaviour on my machine. I created an issue for that case: #1799 |
Beta Was this translation helpful? Give feedback.
-
Now, the tutorial is no longer using the "Name" as parameter, so the conflict no longer happens. |
Beta Was this translation helpful? Give feedback.
Now, the tutorial is no longer using the "Name" as parameter, so the conflict no longer happens.
Pull Request: #1861