[x] bug report -> please search issues before submitting
[ ] documentation issue or request
[ ] regression (a behavior that used to work and stopped in a new release)
Issue description
In West Europe region I have failed to create Container Apps Environment with virtual network. I followed documentation provided here.
Tried both with Azure CLI and Azure Powershell.
Steps to reproduce
Copy paste all commands from documentation until New-AzContainerAppManagedEnv (including it) into powershell script.
Run script.
Expected behavior
Successfully create Container Apps Environment with connection to subnet
Actual behavior
Error message is display:
Message: Fail to create managed environment because provided subnet Id is invalid
Screenshots
Additional context
The issue occurred when using Azure Portal, Azure CLI and Azure Powershell.
This issue is a: (mark with an x)
Issue description
In West Europe region I have failed to create Container Apps Environment with virtual network. I followed documentation provided here. Tried both with Azure CLI and Azure Powershell.
Steps to reproduce
New-AzContainerAppManagedEnv
(including it) into powershell script.Expected behavior Successfully create Container Apps Environment with connection to subnet
Actual behavior Error message is display:
Message: Fail to create managed environment because provided subnet Id is invalid
Screenshots
Additional context
The issue occurred when using Azure Portal, Azure CLI and Azure Powershell.
Additionally I paste my powershell script: