synapse workspace publish templates, remove hardcoded resources
For deployment of our production synapse workspace, we have a dev workspace synced to a Git repo with a publish branch and a release pipeline to publish the template to our production workspace.
In this template (TemplatesForWorkspace.json) some resources seem to be hard coded. In particular the spark pool compute resource is specified to be the nonprod resources.
Obviously we want the prod resources to be different (because there is no option to use the nonprod resources from the prod workspace). What are the steps needed to generate the template with the resources to be parameterized or defined in the template instead of linked to the non-prod resources?