I am trying to deploy a Virtual Network, Log analytics workspace and a Kubernetes service on Azure with Azure Devops.
The deployment of the Kubernetes Service requires input of my Log Analytics workspaceID and subnetID. I can use the ARM Outputs task to get the outputs of these resources but how would I set them in my parameter file?
I know you can use linked templates for this but it requires a storage account which adds extra complexity.