External DocumentationTo learn more, visit the Azure documentation.
Parameters
Example Output
Workflow Library Example
Log Analytics List Workspaces in Resource Group with Azure and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Resource Group Name | The name of the resource group. The name is case insensitive. Can be obtained via the List Resource Groups action. |
| Subscription ID | The ID of the target subscription. Can be obtained via the List Subscriptions action. |
{
"value": [
{
"properties": {
"customerId": "<string>",
"provisioningState": "<string>",
"sku": {
"name": "<string>",
"lastSkuUpdate": "2022-05-05T10:32:46"
},
"retentionInDays": 69,
"features": {
"legacy": 182,
"searchVersion": 968,
"enableLogAccessUsingOnlyResourcePermissions": true
},
"workspaceCapping": {
"dailyQuotaGb": 477.85,
"quotaNextResetTime": "2023-10-22T01:34:37",
"dataIngestionStatus": "<string>"
},
"publicNetworkAccessForIngestion": "<string>",
"publicNetworkAccessForQuery": "<string>",
"createdDate": "2023-05-22T21:30:28",
"modifiedDate": "2023-11-06T02:22:25"
},
"location": "<string>",
"tags": {},
"id": "<string>",
"name": "<string>",
"type": "<string>",
"etag": "<string>"
}
]
}
Was this page helpful?