Cloud Shell

Streamline Azure administration with a browser-based shell.

Web Resources

5/15/2023, Azure PaaS Blog
Sometimes, user will need to send out REST API request to manage their resources in Azure platform, for example, when the REST API is upgraded but corresponding PowerShell module or User Interface are not upgraded yet. In this blog, it will contain three main parts: Common points of both ways to send request Send request manually with User Interface such as Postman Send request manually with command line, such as PowerShell in Windows and Curl in Linux   Common points of both ways to send request: No matter user wants to send request by which way, the next three points are always the...