Skip to content

Commit bc5d684

Browse files
DEVOPS-282 updated README file
1 parent fc352a1 commit bc5d684

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,21 @@ AZURE_CLIENT_SECRET = "value"
3434
AZURE_TENANT_ID = "value"
3535
```
3636

37-
3837
* The code is using python with poetry as package management tool
3938

40-
* This job is set to run as a cron every day and as a manual trigger as well if necessary
39+
* This job is set to run as a cron every day and as a manual trigger as well if necessary
40+
41+
```markdown
42+
43+
This is a sample of output showing what are the resources deleted
44+
45+
The below resources are decommisioned on <Date : yyyy-mm-dd>
46+
+------------------------+-----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
47+
| Name | Type | ID | Resource Group Name |
48+
+========================+===================================+====================================================================================================================================================+=======================+
49+
| Name of resource | Type | Resource Id | Rg name |
50+
+------------------------+-----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
51+
| mystorageaccountswswwe | Microsoft.Storage/storageAccounts | /subscriptions/es271149ae-05d3-4dcsssf-b946-d71f3f39/resourceGroups/ARCHITECTS-3/providers/Microsoft.Storage/storageAccounts/mystorageaccountswswwe | ARCHITECTS-3 |
52+
+------------------------+-----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
53+
54+
```

0 commit comments

Comments
 (0)