Skip to content

Commit 6ec4bee

Browse files
author
jugi92
committed
improve docs
1 parent a13a16b commit 6ec4bee

12 files changed

+33
-0
lines changed

README.md

+33
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,36 @@ python3 manage_fabric_capacity.py.py /subscriptions/12345678-1234-1234-1234-123a
1717

1818
## Azure Automation Runbook
1919
To use the script as an Azure Runbook, the authentication will happen via the System Assigned Managed Identity of the Automation Account. That identity will need to have contributor rights on the Fabric Capacity resource.
20+
21+
Create Runbook:
22+
![Create Runbook](media/01_Screenshot_Create_Runbook.png)
23+
24+
Choose from Gallery:
25+
![Choose from Gallery](media/02_Screenshot_Choose_from_Gallery.png)
26+
27+
Search Gallery for "Fabric":
28+
![Search Gallery for "Fabric"](media/03_Screenshot_Search_Gallery_For_Fabric.png)
29+
30+
Name the Runbook and select Python Runtime:
31+
![Name the Runbook and select Python Runtime](media/04_Screenshot_Name_Runbook_and_Select_Runtime_Environment.png)
32+
33+
Publish the runbook:
34+
![Publish the runbook](media/05_Screenshot_Publish_Runbook.png)
35+
36+
Go to schedules:
37+
![Go to schedules](media/06_Screenshot_Go_To_Schedules.png)
38+
39+
Get Ressource ID of your Fabric Capacity
40+
![Get Ressource ID of your Fabric Capacity](media/07_Screenshot_Get_Fabric_Capacity_Ressource_ID.png)
41+
42+
Copy the Ressource ID
43+
![Copy the Ressource ID](media/08_Screenshot_Copy_Fabric_Capacity_Ressource_ID.png)
44+
45+
Put Capacity ID and the Operations (e.g. "suspend") as parameter
46+
![Put Capacity ID and the Operations (e.g. "suspend") as parameter](media/09_Screenshot_Set_Capacity_ID_and_operation_as_parameter.png)
47+
48+
Create Identity for Automation Account and copy the Object ID
49+
![Create Identity for Automation Account and copy the Object ID](media/10_Screenshot_Assign_Identity_And_Copy_Object_ID.png)
50+
51+
On the Fabric Capacity assign the contributor role to the Automation Account Object ID
52+
![On the Fabric Capacity assign the contributor role to the Automation Account Object ID](media/11_Screenshot_Assign_Contributor_Role_To_AutomationAccountIdentity.png)
81.6 KB
Loading
137 KB
Loading
Loading
Loading
115 KB
Loading
86.5 KB
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)