Template configurationedit

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

_artifactsLocation
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. The value must end in a trailing /.
_artifactsLocationSasToken
The sasToken required to access _artifactsLocation. The default value should be an empty string ""` for scenarios where the _artifactsLocation is not secured, such as the raw GitHub URI for the Azure Marketplace public repo.
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.