Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

which of the following tools is not used to request to the azure resour…

Question

which of the following tools is not used to request to the azure resource manager (arm) application programming interface (api) a o docker b o azure portal c o command-line d o visual studio

Explanation:

Brief Explanations

Docker is a platform for developing, shipping, and running applications in containers. It is not directly used to make requests to the Azure Resource Manager (ARM) API. The Azure portal is a web - based interface that interacts with ARM API. Command - line tools (like Azure CLI) can also send requests to ARM API. Visual Studio (especially with Azure development extensions) can be used to deploy resources which involves communication with ARM API.

Answer:

A. Docker