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

refactor: updating azd to deploy app via helm #137

Merged
merged 2 commits into from
Apr 16, 2024

Conversation

pauldotyu
Copy link
Contributor

Purpose

  • Azure Developer CLI version 1.6.0+ now has support for deploying applications to AKS via Helm and this change will use built-in support for Helm over custom predeploy azd-hooks.

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] 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

  • git clone https://github.com/pauldotyu/aks-store-demo.git && cd aks-store-demo

  • Ensure azd version 1.6.0 or later is installed

  • Enable Helm support with the command: azd config set alpha.aks.helm on

  • Run the deployment with the command: azd up

  • Optionally add environment variables outlined in Azd doc to test additional capabilities

  • Test the code

  • Azd should output the URL of the store-admin site in the terminal

  • Click the link to load the store-admin page

What to Check

Verify that the following are valid

  • Ensure the site functions as expected

Other Information

@pauldotyu pauldotyu marked this pull request as draft April 11, 2024 17:03
@pauldotyu pauldotyu marked this pull request as ready for review April 16, 2024 04:02
@pauldotyu pauldotyu merged commit c917c64 into Azure-Samples:main Apr 16, 2024
1 check passed
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.

1 participant