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

enhance devcontainer.json for prebuilds, az installs #319

Open
nitya opened this issue Mar 26, 2025 · 0 comments
Open

enhance devcontainer.json for prebuilds, az installs #319

nitya opened this issue Mar 26, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@nitya
Copy link
Member

nitya commented Mar 26, 2025

Is your feature request related to this sample app, or to an Azure service, such as Azure OpenAI or Azure AI Search?
Describe the scope of your request. This forum is focused on features relating to this sample app and its functionality, not the functionality of underlying Azure services.

Yes, related to this sample.

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when

Using GitHub Codespaces to launch takes a long time.
We also get the documented issue on "az" needing to be updated manually sometimes.
Both these should be easy to resolve with devcontainers config.

Describe the solution you'd like
A clear and concise description of what you want to happen.

We should enable prebuilds on the devcontainer for speedup.
We should have the curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash command run post-create by default in the prebuild, so the container is always setup right.

Is this feature specific to your use case or your organization, or would it apply broadly across other uses of this app?
Describe how you and others might leverage this feature.

Will apply broadly to anyone who takes the devcontainers route to explore sample

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Alternative is to (a) wait for non-prebuilds, and (b) do installs manually
Both take up valuable time especially in time-constrained lab environments.

Additional context
Add any other context or screenshots about the feature request here.

@nitya nitya added the enhancement New feature or request label Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant