Registering the Azure Provider
Before BMC Cloud Lifecycle Management can use a third-party resource provider, you must register that resource provider. For Azure, you can register Azure Service Manager (classic), Azure Resource Manager, or Azure Template Provider as described in this topic. When you register the Azure Provider by using the BMC Cloud Lifecycle Management console, you specify configuration values that enable communication between the BMC Cloud Lifecycle Management application and the Microsoft Azure cloud provider. Typically, this configuration is a one-time task in the infrastructure-configuration process for the Azure Provider.
This topic explains how to register, unregister, and edit the Azure Provider instance.
In BMC Cloud Lifecycle Management 4.6.05 and later, you can use Azure Resource Manager templates. To register a provider for them, you must register AzureRMTemplateProvider as a proxy custom resource provider. (For more information, see Provisioning-for-Azure-Resource-Manager-with-or-without-templates.)
Before you begin
Ensure that you complete the following tasks:
- Creating and uploading the Azure Management Certificate
- Installing-an-Azure-Provider-using-the-Azure-Provider-installer
To register an Azure Provider instance (Azure Service Manager, classic)
Use this procedure if you want to register Azure Service Manager (classic).
- From the BMC Cloud Lifecycle Management Administration Console, click the vertical Workspaces menu on the left side of the window and select Providers.
On the Providers page, click Register
.
- In the Register Provider dialog box, select Azure from the Provider Type list.
Complete the following fields:
Field
Description
Name
Name of the Azure Provider instance. The Azure Provider instance Name field contains a default value and cannot be changed.
Description
Text description that distinguishes this provider.
Rest API Version
Version number of the Microsoft Azure Service Management REST API used for the Azure Provider.
Task Polling Interval
Time, in seconds, after which BMC Cloud Lifecycle Management actively polls for the status of an executed request on the Azure Provider.
Valid value: Any positive integer
Default value: 60Task Polling Count
Number of polls for the status of an executed request on the Azure Provider.
Valid value: Any positive integer
Default value: 50RSCD Port
Port number or an endpoint that will be opened as a public and private port with the TCP protocol before installing a software on a provisioned VM.
Default value: 4750PDC Sync Interval
Time, in hours, after which BMC Cloud Lifecycle Management actively polls for onboarding the Microsoft Azure images as Product Catalog (PDC) entries for the Azure Provider.
Valid value: Any positive integer
Default value: 3Proxy Settings
Complete the following settings to use a proxy host to access the internet.
Enable Proxy
Select True to enable BMC Cloud Lifecycle Management to access the internet via a proxy host.
The default value is False; proxy mode is not enabled.
Proxy Host
Enter the name or IP address of the system that serves as the proxy host. If proxy is enabled, this field is required.
Port
Enter the port on which BMC Cloud Lifecycle Management communicates with the proxy host (for example, 8080). If proxy is enabled, this field is required.
User Name
Enter the name of a user with Administrator privileges on the proxy host.
Password
Enter the password for the above user.
NTLM Domain
Enter the NTLM domain name.
NTLM Workstation
Enter the NTLM workstation. If you specify the NTLM domain, you must specify this parameter.
- Click Submit.
- Stop the BMC_CSM service of the Cloud Platform Manager (OSGi):
- (Windows) In the Services window, use the stop command link.
- (Linux) From the specified path, enter the /etc/init.d/stop bmccsm command.
- Restart the BMC_CSM service of the Cloud Platform Manager (OSGi):
- (Windows) In the Services window, use the start command link.
- (Linux) From the specified path, enter the /etc/init.d/start bmccsm command.
Configure the Microsoft Azure account.
To use the registered Azure Provider, you must configure at least one account. For more information, see the "To add account credentials" section in Managing-multiple-user-accounts-for-an-Azure-Provider.
To deregister the Azure Provider instance
- From the list in the Providers workspace, select the Azure Provider instance.
- Click Deregister
.
- In the confirmation dialog box, click OK.
To edit the Azure Provider instance
You can change any of the information that you supplied when you registered a resource provider instance during installation.
- From the list in the Azure Provider workspace, select the Azure Provider instance.
- Click Edit
.
The Edit Provider dialog box is displayed with the current information. Make your changes.
- Click Submit.
- Restart the Cloud Platform Manager (OSGi) to apply the changes.
Where to go from here