An environment in Azure CycleCloud is a set of resources created by an external source, such as an Azure Resource Manager deployment. You can create an environment that will pull in relevant properties from any resource that ARM supports, and integrate them with your cluster template. You can also set up dependencies between deployments and nodes that work in either direction.
Create an Environment
When creating a cluster, create a set of resources using environment. You can reference your template using:
TemplateURL, i.e. az://storage/container/arm/azure.deploy.json
TemplatePath, i.e. arm/azure.deploy.json
TemplateContents, i.e. ${AzureDeployJsonContents}
Chain together environment creation by using the outputs from one environment as the input to the next. Environments are created the first time the cluster is started, and are not deleted until the cluster is deleted.
An environment is a space to store, manage, and share your organization's business data that is stored within an instance of a Dataverse database. You can set up one or many environments, depending on the needs of your organization. This module explores these environments and how you can use them with instances of Dataverse databases.