Jon Gallant
Jon Gallant
You can set it in the body, but the TF validation doesn't allow it, hence the request to disable that validation for update. The related error message is the same...
> > @Menghua1 , you force-pushed your changes erasing my last commit. See my comment: [#3976 (comment)](https://github.com/Azure/azure-dev/pull/3976#issuecomment-2215405821). > > I have manually cancel the repo-man pipeline to avoid the issues...
> What do you think of Wbreza's better middle ground solution? Let's get some app modules in azure-dev repo, but not in infra/core. They can be part of shared app...
> @jongio According to your suggestion, we have now added two shared app modules in infra/app, namely [web-avm.bicep](https://github.com/Azure/azure-dev/blob/26963c93c6bb82afcf9f278954d5e4b9f5dd953b/templates/todo/common/infra/bicep/app/web-avm.bicep) and [api-avm.bivep](https://github.com/Azure/azure-dev/blob/26963c93c6bb82afcf9f278954d5e4b9f5dd953b/templates/todo/common/infra/bicep/app/api-avm.bicep). The creation of `app service` becomes simpler by calling these...
> @jongio [web-avm.bicep](https://github.com/Azure/azure-dev/blob/26963c93c6bb82afcf9f278954d5e4b9f5dd953b/templates/todo/common/infra/bicep/app/web-avm.bicep) is applicable to all front-ends using appservice (only for node), [api-avm.bivep](https://github.com/Azure/azure-dev/blob/26963c93c6bb82afcf9f278954d5e4b9f5dd953b/templates/todo/common/infra/bicep/app/api-avm.bicep) is applicable to all back-ends using appservice (for all language), and these two files can be...
> @jongio At present, the migration to AVM has been completed. We have also done some simple testing of all templates locally and they have all been provisioned and deployed...
@copilot document the azd extension author process for getting their extension listed in gallery. Make the process very easy.
@copilot Make sure the user knows they have to enable the alpha extension feature and add the appropriate registry.
@vhvb1989 you good with this?
We are moving all module work to AVM, so this should be added there, not there. @v-xuto - Can you please start a PR into AVM for this work?