You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the following Resource Manager template with any of the [standard deployment options](../resource-manager-samples.md#deploy-the-sample-templates) to create an Azure Monitor workspace.
65
+
Use one of the following Resource Manager templates with any of the [standard deployment options](../resource-manager-samples.md#deploy-the-sample-templates) to create an Azure Monitor workspace.
66
66
67
67
```json
68
68
{
@@ -88,6 +88,20 @@ Use the following Resource Manager template with any of the [standard deployment
88
88
}
89
89
```
90
90
91
+
```bicep
92
+
@description('Specify the name of the workspace.')
93
+
param workspaceName string
94
+
95
+
@description('Specify the location for the workspace.')
0 commit comments