-
Notifications
You must be signed in to change notification settings - Fork 206
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
AKS Service Target & template #1543
Conversation
439a58b
to
0cf7c6f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm guessing that all the AKS module bicep stuff is just code you pulled in from that existing project that we are referencing, vs something you hand authored, and we are going to maintain
templates/todo/projects/nodejs-mongo-aks/src/api/manifests/deployment.yaml
Outdated
Show resolved
Hide resolved
templates/todo/projects/nodejs-mongo-aks/src/api/manifests/deployment.yaml
Outdated
Show resolved
Hide resolved
2d50520
to
82b2a15
Compare
9436f8e
to
4d94644
Compare
templates/common/infra/bicep/core/security/registry-access.bicep
Outdated
Show resolved
Hide resolved
templates/common/infra/bicep/core/security/registry-access.bicep
Outdated
Show resolved
Hide resolved
templates/todo/projects/nodejs-mongo-aks/.repo/bicep/infra/main.bicep
Outdated
Show resolved
Hide resolved
To test this end-to-end you can run the following command using my WIP template: azd up -t https://https://github.com/wbreza/todo-nodejs-mongo-aks |
templates/common/infra/bicep/core/host/aks-managed-cluster.bicep
Outdated
Show resolved
Hide resolved
templates/todo/projects/nodejs-mongo-aks/.repo/bicep/azure.yaml
Outdated
Show resolved
Hide resolved
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash:
pwsh:
WindowsPowerShell install
MSI install
Standalone Binary
MSIContainer
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference (preview)
|
Repoman Generation ResultsRepoman pushed changes to remotes for the following projects: Project: todo-csharp-cosmos-sqlRemote: azure-samples-stagingBranch: pr/1543You can initialize this project with: azd init -t Azure-Samples/todo-csharp-cosmos-sql -b pr/1543 View Changes | Compare Changes Project: todo-csharp-sql-swa-funcRemote: azure-samples-stagingBranch: pr/1543You can initialize this project with: azd init -t Azure-Samples/todo-csharp-sql-swa-func -b pr/1543 View Changes | Compare Changes Project: todo-csharp-sqlRemote: azure-samples-stagingBranch: pr/1543You can initialize this project with: azd init -t Azure-Samples/todo-csharp-sql -b pr/1543 View Changes | Compare Changes Project: todo-java-mongo-acaRemote: azure-samples-stagingBranch: pr/1543You can initialize this project with: azd init -t Azure-Samples/todo-java-mongo-aca -b pr/1543 View Changes | Compare Changes Project: todo-java-mongoRemote: azure-samples-stagingBranch: pr/1543You can initialize this project with: azd init -t Azure-Samples/todo-java-mongo -b pr/1543 View Changes | Compare Changes Project: todo-nodejs-mongo-acaRemote: azure-samples-stagingBranch: pr/1543You can initialize this project with: azd init -t Azure-Samples/todo-nodejs-mongo-aca -b pr/1543 View Changes | Compare Changes Project: todo-nodejs-mongo-aksRemote: azure-samples-stagingBranch: pr/1543You can initialize this project with: azd init -t Azure-Samples/todo-nodejs-mongo-aks -b pr/1543 View Changes | Compare Changes Project: todo-nodejs-mongo-swa-funcRemote: azure-samples-stagingBranch: pr/1543You can initialize this project with: azd init -t Azure-Samples/todo-nodejs-mongo-swa-func -b pr/1543 View Changes | Compare Changes Project: todo-nodejs-mongoRemote: azure-samples-stagingBranch: pr/1543You can initialize this project with: azd init -t Azure-Samples/todo-nodejs-mongo -b pr/1543 View Changes | Compare Changes Project: todo-python-mongo-acaRemote: azure-samples-stagingBranch: pr/1543You can initialize this project with: azd init -t Azure-Samples/todo-python-mongo-aca -b pr/1543 View Changes | Compare Changes Project: todo-python-mongo-swa-funcRemote: azure-samples-stagingBranch: pr/1543You can initialize this project with: azd init -t Azure-Samples/todo-python-mongo-swa-func -b pr/1543 View Changes | Compare Changes Project: todo-python-mongoRemote: azure-samples-stagingBranch: pr/1543You can initialize this project with: azd init -t Azure-Samples/todo-python-mongo -b pr/1543 View Changes | Compare Changes |
Adds basic AKS support to AZD
Pending