Skip to content

Commit c5c647f

Browse files
Merge pull request #252393 from EdB-MSFT/patch-14
Update migrate-to-azure-storage-lifecycle-policy.md
2 parents 618d9f3 + 11b200a commit c5c647f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-monitor/essentials/migrate-to-azure-storage-lifecycle-policy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ The sample policy definition file below sets the retention for all blobs in the
120120
]
121121
}
122122

123-
``````
123+
```
124124

125125
## [Templates](#tab/templates)
126126

@@ -130,7 +130,7 @@ Apply the following template to create a lifecycle management policy. You must s
130130
131131
az deployment group create --resource-group <resource group name> --template-file <template file>
132132
133-
``````
133+
```
134134

135135
The following template sets the retention for storage account *azmonstorageaccount001* for all blobs in the container *insights-activity-logs* for all resources for the subscription ID *ABCD1234-5849-ABCD-1234-9876543210AB*.
136136

@@ -180,7 +180,7 @@ The following template sets the retention for storage account *azmonstorageaccou
180180
}
181181
]
182182
}
183-
``````
183+
```
184184

185185
---
186186

0 commit comments

Comments
 (0)