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

Add DevContainer #70

Merged
merged 1 commit into from
Nov 14, 2023
Merged

Conversation

ross-p-smith
Copy link
Collaborator

Purpose

This adds the ability to run this solution in a vscode Dev Container. It will install python 3, azure cli, Functions Core Tools and bicep automatically once opening

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[x] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

  • Install "Remote Development" extension in vscode.
  • Clone repo in WSL
  • Open in vscode and follow prompt to "Open in Development Container"
  • Profit!

What to Check

Verify that the following are valid by running them in your dev container terminal.
func --version
bicep --version
az --version
python --version

Other Information

This is the first PR. I will add the other developer build steps if you think this is a benefit. Related to #69

@gmndrg gmndrg merged commit 1077262 into Azure-Samples:main Nov 14, 2023
1 check passed
@ross-p-smith ross-p-smith mentioned this pull request Nov 15, 2023
8 tasks
eduardogch pushed a commit to devopsdale/chat-with-your-data-solution-accelerator that referenced this pull request Apr 30, 2024
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

Successfully merging this pull request may close these issues.

2 participants