-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The resource group name limits to 80 (90 max) and vm name limits to 50 (64 max). the vm name will attach suffix, so it limits more. The leading "lisa-" keeps in the name for two reasons. 1. It's needed to identify auto created envs, and delete by pipelines. 2. It avoids the random start chars like "-". It causes resource creation failure, because Azure accept name starts with chars only.
- Loading branch information
1 parent
d357de1
commit f5c2b05
Showing
2 changed files
with
35 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters