-
Notifications
You must be signed in to change notification settings - Fork 231
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
[FEATURE] Enable Azure Dev CLI to deploy AKS-LZA #64
Comments
Will use https://github.com/Azure/AKS-Landing-Zone-Accelerator/blob/main/Scenarios/AKS-Secure-Baseline-PrivateCluster/Bicep/07-workload.md Created repo in https://github.com/carmodyquinnms/AKS-Construction-azd
Then the provisioning ran just fine. |
Changing this issue to align with the product's new direction. We are going to be working out of the:
|
Changing this issue to align with the product's new direction. We are going to be working out of the: Create a new folder inside https://github.com/Azure/AKS-Landing-Zone-Accelerator/tree/main/Scenarios/AKS-Secure-Baseline-PrivateCluster/Bicep similar to the all-in-1 folder already existing there. this new folder can be called AZD-Deploy |
Is your feature request related to a problem? Please describe.
A well architect AKS environment can be complicated to build. Enter the AKS deployment helper! However how do we make various sample apps available to customers who want to try out AKS and want the quickest option possible?
Describe the solution you'd like
Azure dev CLI makes it easy and quick to get started on Azure rapidly and is developer focused. Leveraging it to enable customers create well architected AKS environment will get more customers using AKS quickly
Describe alternatives you've considered
Using the AKS deploy helper to create the environment. However the dev CLI option will be even simpler albert not as flexible. The dev CLI can also be used to create sample apps in various languages. We will begin with our javascript app
Additional context
we will be using the AKS construction project for the IaC and have the repo pulled in as a submodule.
Here are the required tasks:
After all these steps are completed we will then proceed to complete step 2 and 3 highlighted in this doc
The text was updated successfully, but these errors were encountered: