So now we have the Deployment project with the Infrastructure module instead of the most part of the arm-template.json. A small part of it still stays as Farmer does not support all the Application Insights settings that we need. They are plugged in via link_to_unmanaged_app_insights in the webApp of Infrastructure.
In general yes this is much better and concise than raw json. Azure Pipelines are adjusted.
So now we have the
Deployment
project with theInfrastructure
module instead of the most part of thearm-template.json
. A small part of it still stays as Farmer does not support all the Application Insights settings that we need. They are plugged in vialink_to_unmanaged_app_insights
in thewebApp
ofInfrastructure
.In general yes this is much better and concise than raw json. Azure Pipelines are adjusted.