forked from jackyzha0/quartz
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6e65f45
commit c566b4c
Showing
33 changed files
with
145 additions
and
1 deletion.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
--- | ||
tags: | ||
- azure | ||
- iam | ||
--- | ||
|
||
|
||
|
5 changes: 5 additions & 0 deletions
5
content/2 Azure Services/Azure Conditional Access Policies.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
content/2 Azure Services/Enabling BitLocker Keys in Active Directory.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
To start using management groups, click the 'Start using management groups' button: | ||
|
||
![[Pasted image 20240711131159.png]] | ||
|
||
Give it a Group ID and display name: | ||
|
||
![[Pasted image 20240711131755.png]] | ||
|
||
We can now see that the management group has been created: | ||
|
||
![[Pasted image 20240711131843.png]] | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
5 changes: 5 additions & 0 deletions
5
...Configuring Multifactor Authentication.md → ...vices/Multifactor Authentication (MFA).md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
59 changes: 59 additions & 0 deletions
59
content/2 Azure Services/Privileged Identity Management (PIM).md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
|
||
|
||
To setup Privileged Identity Management, navigate to the PIM portal and select 'Microsoft Entra roles': | ||
|
||
![[Pasted image 20240711122656.png]] | ||
|
||
Select 'Assign Eligibility': | ||
|
||
![[Pasted image 20240711122735.png]] | ||
## Configuring Roles | ||
Select 'Application Developer': | ||
|
||
![[Pasted image 20240711123010.png]] | ||
|
||
Select the 'Settings' tab: | ||
|
||
![[Pasted image 20240711123140.png]] | ||
|
||
Select the Edit button: | ||
|
||
![[Pasted image 20240711123228.png]] | ||
|
||
Here you can set the duration, [[Multifactor Authentication (MFA)]], and justification settings: | ||
|
||
![[Pasted image 20240711123445.png]] | ||
|
||
In the Assignment tab, we can configure permanent active and eligible assignments: | ||
|
||
![[Pasted image 20240711123606.png]] | ||
|
||
We can change the notifications in the next tab, once done click on 'New Assignment': | ||
|
||
![[Pasted image 20240711123726.png]] | ||
|
||
## Assigning users to Role | ||
|
||
Go back to the Application Developer assignment and click 'Add assignments': | ||
|
||
![[Pasted image 20240711124021.png]] | ||
|
||
Choose the user you want the role to be assigned to: | ||
|
||
![[Pasted image 20240711124108.png]] | ||
|
||
Assign the duration of the assignment in the next tab: | ||
|
||
![[Pasted image 20240711124205.png]] | ||
|
||
The user now has been added to the Application Developer role: | ||
|
||
![[Pasted image 20240711124255.png]] | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
37 changes: 37 additions & 0 deletions
37
content/2 Azure Services/Role Based Access Control (RBAC).md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
|
||
Navigate to Resource groups and select a resource group you want to enable RBAC for: | ||
|
||
![[Pasted image 20240711133315.png]] | ||
|
||
Navigate to the Access control (IAM) blade: | ||
|
||
![[Pasted image 20240711133430.png]] | ||
|
||
In the Role assignments tab, we can see all the roles that have been assigned for this resource group: | ||
|
||
![[Pasted image 20240711133654.png]] | ||
|
||
In the Add dropdown, select 'Add role assignment': | ||
|
||
![[Pasted image 20240711133844.png]] | ||
|
||
Select the desired role you want to assign: | ||
|
||
![[Pasted image 20240711134006.png]] | ||
|
||
Select members and assign them: | ||
|
||
![[Pasted image 20240711134109.png]] | ||
|
||
The user is now assigned the reader role to the resource group: | ||
|
||
![[Pasted image 20240711134220.png]] | ||
|
||
Remember that roles are inherited so anything created under this resource group will allow the user to access with their reader role. | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.