
schema.com.microsoft.azure.toolkit.appservice.AppServicePlanName.json Maven / Gradle / Ivy
The newest version!
{
"title": "App Service Plan Name",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Name for Azure App Service Plan",
"type": "string",
"pattern": "^[a-zA-Z0-9\\-]+$",
"minLength": 1,
"maxLength": 60
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy