-
Notifications
You must be signed in to change notification settings - Fork 9
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. [How to fix?]-
⚠️ ## Features is missing in README.md. -
⚠️ ## Getting Started is missing in README.md. -
⚠️ ## Guidance is missing in README.md. -
⚠️ ## Resources is missing in README.md.
-
-
LICENSE.md File.
-
⚠️ SECURITY.md File. [How to fix?]-
⚠️ SECURITY.md file is missing.
-
-
CODE_OF_CONDUCT.md File.
-
⚠️ CONTRIBUTING.md File. [How to fix?]-
⚠️ CONTRIBUTING.md file is missing.
-
-
⚠️ ISSUE_TEMPLATE.md File or ISSUE_TEMPLATE Folder. [How to fix?]-
⚠️ ISSUE_TEMPLATE.md file or ISSUE_TEMPLATE folder is missing.
-
-
⚠️ Topics on repo contains ['azd-templates', 'ai-azd-templates']. [How to fix?]-
⚠️ azd-templates is missing in topics. -
⚠️ ai-azd-templates is missing in topics.
-
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
Initialize bicep provider
Note: Running custom 'up' workflow from azure.yamlProvisioning 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 subscription:
Validation Error Details:
InvalidTemplateDeployment: The template deployment 'ai41344882507-130-1745929619' is not valid according to the validation procedure. The tracking id is 'fed16ab8-274a-4162-b3c7-0fd6a36910b9'. See inner errors for details.
PreflightValidationCheckFailed: Preflight validation failed. Please refer to the details for the specific errors.
AccountNameInvalid: stai41344882507130devuh4e6 is not a valid storage account name. Storage account name must be between 3 and 24 characters in length and use numbers and lower-case letters only.TraceID: d742cb6a9e8710f4f7eef701838acee7
-
⚠️ azd down. [How to fix?]Details
Deleting all resources and deployed code on Azure (azd down)
Local application code is not deleted when running 'azd down'.Initialize bicep provider
Discovering resources to delete...ERROR: deleting infrastructure: error deleting Azure resources: finding completed deployments: 'ai41344882507-130': no deployments found
Security Requirements:
-
⚠️ Security Scan. [How to fix?]-
⚠️ Azure.AI.DisableLocalAuth (AZR-000282)Consider only using Entra ID identities to authenticate requests to Azure AI service accounts. Once configured, disable authentication based on access keys.
reference: https://azure.github.io/PSRule.Rules.Azure/en/rules/Azure.AI.DisableLocalAuth/
-