Hi there
If you don’t want to worry about having all required Azure PowerShell modules up to date in your PC you can use the Azure Cloud Shell to execute your tasks on Azure.
Azure Cloud Shell is an interactive, authenticated, browser-accessible shell for managing Azure resources.
To access it. Go to your Azure Portal
on the Right Top you have the Cloud Shell icon. (click on it)
This will requires an Azure Storage Account to store your profile with scripts, files, etc.
WARNING: If the Azure Storage Account fails you’re not a Global Administrator and you need to request proper access to complete this action.
After the Azure Console is loaded you choose between PowerShell or Bash style console.
Basic Concepts
- Cloud Shell runs on a temporary host provided on a per-session, per-user basis
- Cloud Shell times out after 20 minutes without interactive activity
- Cloud Shell requires an Azure file share to be mounted
- Cloud Shell uses the same Azure file share for both Bash and PowerShell
- Cloud Shell is assigned one machine per user account
- Cloud Shell persists $HOME using a 5-GB image held in your file share
- Permissions are set as a regular Linux user in Bash
Want to know more how to use it?
Check this Article on how to Manage Azure Tags with Azure Cloud Shell.
Reference
https://docs.microsoft.com/en-us/azure/cloud-shell/overview
[Book Me]
Thanks,