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 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
+
64
67
### [Resource Manager](#tab/resource-manager)
65
68
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.
66
69
@@ -88,6 +91,20 @@ Use the following Resource Manager template with any of the [standard deployment
88
91
}
89
92
```
90
93
94
+
```bicep
95
+
@description('Specify the name of the workspace.')
96
+
param workspaceName string
97
+
98
+
@description('Specify the location for the workspace.')
0 commit comments