Login
Remember
Register
Ask a Question
Which service in Azure is used to manage resources in Azure?
0
votes
asked
Oct 31, 2020
in
Azure
by
rahuljain1
Which service in Azure is used to manage resources in Azure?
a. Azure Resource Manager
b. Application Insights
c. Log Analytics
d. Azure Portal
#azure-manage-resource
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 31, 2020
by
SakshiSharma
edited
Mar 12, 2022
by
sharadyadav1986
Answer: a) Azure Resource Manager
Azure Resource Manager is used to “manage” infrastructures which involve a no. of azure services. It can be used to deploy, manage and delete all the resources together using a simple JSON script.
...