![]() |
Consumption Analytics Documentation |
Windows Azure requires the following information in a data source:
You can define this information in a managed data source or an explicit data source. For general information about these two types, see Setting up a data source.
When creating a managed data source, select the type Azure Public Cloud. When referring to your data source from a job, use the com.cloudcruiser.batch.collect.microsoft.azurepublic.ManagedAzurePublicDataSource
bean. For example:
<bean id="dataSource" class="com.cloudcruiser.batch.collect.microsoft.azurepublic.ManagedAzurePublicDataSource"> <property name="name" value="MyAzureDataSource"/> </bean>
When defining your data source in a job, use the com.cloudcruiser.batch.collect.microsoft.azurepublic.AzurePublicDataSourceConfig
bean. For example:
<bean class="com.cloudcruiser.batch.collect.microsoft.azurepublic.AzurePublicDataSourceConfig"> <property name="endpoint" value="https://ea.windowsazure.com" /> <property name="username" value="mymsaccount" /> <property name="password" value="mypassword" /> </bean>
(c) Copyright 2017-2020 Hewlett Packard Enterprise Development LP