Add Azd support for the simple environment #16
Replies: 7 comments
-
I really like this idea. The ask has been there for a while to be able to quickly set up the 'end state'. A couple of thoughts:
|
Beta Was this translation helpful? Give feedback.
-
Thanks for supporting this idea, actually now I am working on this task.
Currently I am not an expert on azd & bicep area, I try to get some time line later some time.
|
Beta Was this translation helpful? Give feedback.
-
I should have time later this week and hopefully next week to add to the azd lab. It would be nice if we can put additional explanation steps in it for the learner. |
Beta Was this translation helpful? Give feedback.
-
@sonwan2020 could we also add the creation of the ACR repository to the bicep templates? In combination with the import statement, we could then have everything in 1 go without needing any extra steps. Import in Bicep: https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.resources/deployment-script-azcli-acr-import/main.bicep |
Beta Was this translation helpful? Give feedback.
-
Yes, I will create another discussion about this.
Regards,
Songbo
…________________________________
From: Gitte Vermeiren ***@***.***>
Sent: Friday, September 27, 2024 2:48 PM
To: Azure-Samples/java-microservices-aca-lab ***@***.***>
Cc: Songbo Wang ***@***.***>; Mention ***@***.***>
Subject: Re: [Azure-Samples/java-microservices-aca-lab] Add Azd support for the simple environment (Discussion #16)
@sonwan2020<https://github.com/sonwan2020> could we also add the creation of the ACR repository to the bicep templates? In combination with the import statement, we could then have everything in 1 go without needing any extra steps.
Import in Bicep: https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.resources/deployment-script-azcli-acr-import/main.bicep
—
Reply to this email directly, view it on GitHub<#16 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/APC3IA6I2XKGQXHCDF22TKLZYT5UFAVCNFSM6AAAAABNXRZGP6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANZXGE2DSMY>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Also, it would be nice if we could 'pull apart' this automation lab in the following (with more explanation as well):
|
Beta Was this translation helpful? Give feedback.
-
Agree.
Let's discuss the GH actions in a new thread
Regards,
Songbo
…________________________________
From: Gitte Vermeiren ***@***.***>
Sent: Friday, September 27, 2024 3:01 PM
To: Azure-Samples/java-microservices-aca-lab ***@***.***>
Cc: Songbo Wang ***@***.***>; Mention ***@***.***>
Subject: Re: [Azure-Samples/java-microservices-aca-lab] Add Azd support for the simple environment (Discussion #16)
Also, it would be nice if we could 'pull apart' this automation lab in the following (with more explanation as well):
* automate environment creation with bicep templates
* add explanation on how the bicep files are build up
* add steps for az deployment group create
* automate environment creation with azd
* add explanation for azure.yml file
* automatically deploy with GH actions
—
Reply to this email directly, view it on GitHub<#16 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/APC3IAYJGN5NR4YR3UNJ5SLZYT7EDAVCNFSM6AAAAABNXRZGP6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANZXGE3DCNQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Target:
Single
azd up
command to deploy the petclinic solution to Azure Container Apps environmentThis task will auto finish the steps of lab 1/2/3/4
Some flags to control:
With external network, we finish the steps of 1/2/3/4 in one command
With internal support, we can quickly jump to the more secure solution starting from
'Lab 5: Protect endpoints using Web Application Firewalls
Note:
Beta Was this translation helpful? Give feedback.
All reactions