135k views
3 votes
Are services that are in public preview mode only able to be used via Azure CLI?

A) Yes
B) No

1 Answer

6 votes

Final answer:

No, Azure services in public preview can be accessed through various interfaces such as the Azure CLI, Azure Portal, and Azure PowerShell. Users are encouraged to use these features for testing and feedback before they reach general availability.

Step-by-step explanation:

No, services that are in public preview on Microsoft Azure are not limited to being accessed only via the Azure Command Line Interface (CLI). They can also be accessed through the Azure Portal, Azure PowerShell, and sometimes through REST APIs, depending on the specific service and its level of integration during the preview phase.

Microsoft Azure often provides multiple interfaces to interact with their services, and during a public preview, they encourage users to experiment with the new features and provide feedback. While the Azure CLI is a powerful tool for automation and scripting, the Azure Portal provides a user-friendly graphical interface that many users may find more accessible, especially when exploring new services.

It is essential to note that preview features might not be as stable as general availability (GA) features and could change before becoming GA. Hence, it's recommended to use them for testing and development purposes rather than in production environments.

User Mahega
by
8.5k points