filmov
tv
Django Azure | Get List of Azure Resource Groups with Python Django | Python + Django + Azure
![preview_player](https://i.ytimg.com/vi/vXhv_mWhStw/maxresdefault.jpg)
Показать описание
#python #azure #azuretutorials #azureservices #django #pythonprogramming #webapplications #pythonazure #coding #djangoproject #pythonforbeginners #programming #pythontutorial
In this video, we will create a web based application using python, django and microsoft azure. which will help to get the list of resource groups available under a subscription id.
This is a common task that you'll need to be able to do when working with azure resources. By using this code snippet, you'll be able to easily fetch all the resource groups under a subscription id and same code can be used with little tweaking to fetch the resources available under one resource group. Check out the video to see how it's done!
Let me know in the comments below if the application need to be created which will fetch the resources under resource group.
please do subscribe the channel :)
Command to run on cloud shell:
az role assignment create --assignee principal_id --role "Reader" --scope "/subscriptions/subscription_id"
github link:
In this video, we will create a web based application using python, django and microsoft azure. which will help to get the list of resource groups available under a subscription id.
This is a common task that you'll need to be able to do when working with azure resources. By using this code snippet, you'll be able to easily fetch all the resource groups under a subscription id and same code can be used with little tweaking to fetch the resources available under one resource group. Check out the video to see how it's done!
Let me know in the comments below if the application need to be created which will fetch the resources under resource group.
please do subscribe the channel :)
Command to run on cloud shell:
az role assignment create --assignee principal_id --role "Reader" --scope "/subscriptions/subscription_id"
github link: