Configuring the Azure provider instance
Configure the Azure provider instance to provide account information and to define templates that map your cluster's resource demands to Azure VMs.
Procedure
Follow these steps to configure the Azure configuration files, which can be found on the management host on which the HostFactory service runs at $HF_CONFDIR/providers/azureinst/conf/.
What to do next
- Ensure that Azure is enabled as the cloud provider for your cluster:
- In the hostProviderPlugins.json file, make sure that Azure is enabled in the enabled parameter. See hostProviders.json reference .
- In the hostProviders.json file, make sure that azureinst is enabled in the enabled parameter. See hostProviders.json reference.
- In the hostRequestors.json file, specify azureinst as a provider instance for the cwsinst requestor instance in the providers parameter. See hostRequestors.json reference.
- Configure the cwsinst requestor instance. See Registering a dynamic requestor which uses the cwsinst provider instance.