Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Deploying with private access" is not creating Private Endpoints #2145

Open
trideau opened this issue Nov 11, 2024 · 2 comments
Open

"Deploying with private access" is not creating Private Endpoints #2145

trideau opened this issue Nov 11, 2024 · 2 comments

Comments

@trideau
Copy link

trideau commented Nov 11, 2024

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.

@trideau
Copy link
Author

trideau commented Nov 11, 2024

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

The VS Code Dev Containers Link was as follows:

https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/azure-samples/azure-search-openai-demo

@trideau
Copy link
Author

trideau commented Nov 12, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant