You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We used the "VS Code Dev Containers" link to create our initial container but we noticed that the Infra directory does not contain the following biceps
network-isolation.bicep
private-endpoints.bicep
Based on the link above not pulling all of the code into the Docker Desktop container we manually cloned the repo locally and then pushed into a Docker Desktop container manually.
We have downloaded the latest code and installed with an app service. The solution works.
Next we attempted to Deploy with private access using the following
azd env set AZURE_USE_PRIVATE_ENDPOINT true
azd env set AZURE_PUBLIC_NETWORK_ACCESS Enabled
azd up
The deployment completed but on private endpoints were created?
Is deploying private endpoints still a feature.
The text was updated successfully, but these errors were encountered: