Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: correct resource name condition The condition for Log Analytics Workspace name is currently incorrect. The correct condition as per Microsoft documentation is: "4-63 chars, Alphanumerics and hyphens. Start and end with alphanumeric." source: https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-name-rules#microsoftoperationalinsights * correct resource naming regex According to Azure portal, the correct condition is: - The workspace name must be between 4 and 63 characters. - The workspace name can contain only letters, numbers and '-'. The '-' shouldn't be the first or the last symbol.
- Loading branch information