Skip to content

Commit 9e112c1

Browse files
authored
Merge pull request #200457 from sandeepraichura/patch-3
Update azure-compute-gallery.md
2 parents 051ac72 + 34310bf commit 9e112c1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

articles/virtual-machines/azure-compute-gallery.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,21 @@ As the Azure Compute Gallery, definition, and version are all resources, they ca
180180

181181
We recommend sharing at the Gallery level for the best experience. We do not recommend sharing individual image versions. For more information about Azure RBAC, see [Assign Azure roles](../role-based-access-control/role-assignments-portal.md).
182182

183+
## Activity Log
184+
The [Activity log](../azure-monitor/essentials/activity-log.md) displays recent activity on the gallery, image, or version including any configuration changes and when it was created and deleted. View the activity log in the Azure portal, or create a [diagnostic setting to send it to a Log Analytics workspace](../azure-monitor/essentials/activity-log.md#send-to-log-analytics-workspace), where you can view events over time or analyze them with other collected data
185+
186+
The following table lists a few example operations that relate to gallery operations in the activity log. For a complete list of possible log entries, see [Microsoft.Compute Resource Provider options](../role-based-access-control/resource-provider-operations.md#compute)
187+
188+
| Operation | Description |
189+
|:---|:---|
190+
| Microsoft.Compute/galleries/write | Creates a new Gallery or updates an existing one |
191+
| Microsoft.Compute/galleries/delete | Deletes the Gallery |
192+
| Microsoft.Compute/galleries/share/action | Shares a Gallery to different scopes |
193+
| Microsoft.Compute/galleries/images/read | Gets the properties of Gallery Image |
194+
| Microsoft.Compute/galleries/images/write | Creates a new Gallery Image or updates an existing one |
195+
| Microsoft.Compute/galleries/images/versions/read | Gets the properties of Gallery Image Version |
196+
| | |
197+
183198

184199
## Billing
185200
There is no extra charge for using the Azure Compute Gallery service. You will be charged for the following resources:

0 commit comments

Comments
 (0)