Template configurationedit

The ARM template has some general parameters that control the operation of the template:

artifactsBaseUrl
The base public URI which informs the main template from where the other contents of the ARM template will be retrieved, such as linked templates and deployment scripts. Default is https://raw.githubusercontent.com/elastic/azure-marketplace/{branch}/src where {branch} is the git branch or tag to target, for repeatable deployments
location
The Azure location in which to deploy the resources. Defaults to the same location as the target resource group of the deployment. All deployed resources are deployed to this location.