简体   繁体   中英

enable diagnostic for Azure subscription using powershell cmdlet

Is it really possible to enable diagnostic for entire Azure subscrition using powershell cmdlet? or diagnostics should be enabled case by case(monitoring azure application,monitoring vm and storage account)?

in the operations manager console,we added our azure subscription,imported azure management pack but the Operations manager does not discover the azure cloud service,vm or storage account under that subscrption...we hope that enabling diagnostic for the azure subscription will solve the problem.

There is no such thing as

Enabling diagnostics for the azure subscription

Even more, there is no diagnostics for VM (Azure VM) or Azure Storage. The only diagnostics you can enable is for a Cloud Service . You can read more here .

For your Windows Azure Virtual Machines (not a cloud service) you have to manage diagnostics/monitoring the way you do on-premises. There is nothing specific to Azure, nor there is a special azure diagnostics for Virtual Machines.

Storage accounts can only be monitored via Storage Analytics which again are configured on per-storage-account basis and not on subscription level.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM