0% found this document useful (0 votes)
7 views1 page

Day2 - 2

Uploaded by

rashaidbin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views1 page

Day2 - 2

Uploaded by

rashaidbin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

AZURE RESOURCE GROUPS

• Logical grouping azure resources (ex, vms, website, db, apps etc..
• Every azure resource should be associated with a resource group
• Better mgmt
• Tags can be created
• Policies can be applied
• Resource based access control (rbac) can be configured
• Locks –read (view) / Delete (R/W)

Role name Description


Owner Owner can mnage everything, including access.
Contributor Contributors can mange everything except access.
Reader Readers can vies everything but can't make changes

Level of RBAC

Subscription level
Resource Group level
Rescources level

Azure Powershell
Req. Windows 8 /10/2012 /2016 server Os
liux/win7/Mac Os - download powersheel and INSTALL POWERSELL (GITHUB POWERSHELL)

1- lABS
Prepare azure powershell to manage azure
req. WIDOWS 10 OS - Powershell
1- Download and Install WEB PI software through - open-web pi- azure powershell-
install (WEB PI DOWNLOAD)

OPEN POWERSEHLL ISE (Integrated Scripting Environment )


2- Install azure resouce manager moldules
install-module azurerm
3- Login to Azure Account
login-azurermaccount

any error
1-Powershell - run as admin
2- set-executionplolicy remotesigned - yes

You might also like