-
Notifications
You must be signed in to change notification settings - Fork 236
Description
AI Gallery Standard Validation: NON-CONFORMING
Severity: High
Please review the warnings below. If your template is already published, it may be subject to removal from a collection.
Head to this link for more information: template-lifecycle
Repository Management:
- README.md File.
- LICENSE.md File.
- SECURITY.md File.
- CODE_OF_CONDUCT.md File.
- CONTRIBUTING.md File.
- ISSUE_TEMPLATE Folder.
- Topics on repo contains ['azd-templates', 'ai-azd-templates'].
Source code structure and conventions:
-
⚠️ azure-dev.yml File. [How to fix?]-
⚠️ azure-dev.yml file is missing.
-
-
azure.yml File.
-
infra Folder.
-
.devcontainer Folder.
Functional Requirements:
-
❌ azd up. [How to fix?]
Details
New environment 'ai25-30244r5' created and set as default.
Initialize bicep provider
Retrieving locations...Packaging services (azd package)
Provisioning Azure resources (azd provision)
Provisioning Azure resources can take some time.Initialize bicep provider
Reading subscription and location from environment...
Subscription: Azure SDK Test Resources - AI Apps (90b334cb-854f-4207-a89c-cf44ab8673fe)
Location: Sweden CentralCreating a deployment plan
Comparing deployment stateERROR: error executing step command 'provision': deployment failed: error deploying infrastructure: validating deployment to resource group:
Validation Error Details:
POST https://management.azure.com/subscriptions/90b334cb-854f-4207-a89c-cf44ab8673fe/resourcegroups/rg-ai25-30244r5/providers/Microsoft.Resources/deployments/ai25-30244r5-1761585143/validateRESPONSE 400: 400 Bad Request
ERROR CODE: InvalidTemplate{
"error": {
"code": "InvalidTemplate",
"message": "Deployment template validation failed: 'The provided value for the template parameter 'location' is not valid. The value 'swedencentral' is not part of the allowed value(s): 'australiaeast,centralus,eastasia,eastus2,japaneast,northeurope,southeastasia,uksouth'.'.",
"additionalInfo": [
{
"type": "TemplateViolation",
"info": {
"lineNumber": 1,
"linePosition": 895,
"path": "properties.template.parameters.location.allowedValues"
}
}
]
}
}TraceID: 5896ad1321e3e5d0c432779c745854bc
- azd down.
Security Requirements:
- Security scan is not performed.