Computer Science, asked by siddharthdullu1163, 1 year ago

What differentiates Azure Resource Manager PowerShell cmdlets from Service Manager PowerShell cmdlets?

Answers

Answered by aqsaahmed19945
0

Answer:

Difference b/w Azure Resource Manager & Service Manager

The Resource Manager and Service Manager arrangement models demonstrate two distinct methods for conveying and dealing with your Azure arrangements. You work with them through two unique API sets, and the deployed assets can contain significant contrasts. The two models are not perfect with one another.  

Microsoft presents the Resource Manager idea in 2014. From that point, some Service Manager based administrations is deplored. Some are still there and usable, however not built up any more. I prescribe you to utilize Resource Manager wherever conceivable.  

Asset Manager cmdlets collaborate with Azure Resource Manager assets, while Service Manager cmdlets associate with exemplary (Service Manager) assets.

Answered by dsekar
1

Answer:

All ARM PowerShell cmdlet names include the string 'RM'

Explanation:

Similar questions