-
Notifications
You must be signed in to change notification settings - Fork 2
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.md File.
- Topics on repo contains ['azd-templates', 'ai-azd-templates'].
Source code structure and conventions:
- azure-dev.yml File.
- azure.yml File.
- infra Folder.
- .devcontainer Folder.
Functional Requirements:
-
❌ azd up. [How to fix?]
Details
Initialize bicep provider
ERROR: prompting for value: no default response for prompt 'Enter a value for the 'userPrincipalName' infrastructure parameter:'
-
⚠️ 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
ERROR: initializing provisioning manager: prompting for value: no default response for prompt 'Enter a value for the 'userPrincipalName' infrastructure parameter:'
Security Requirements:
-
⚠️ Security Scan. [How to fix?]-
⚠️ Azure.Deployment.OutputSecretValue (AZR-000279)Consider removing any output values that return secret values in code.
reference: https://azure.github.io/PSRule.Rules.Azure/en/rules/Azure.Deployment.OutputSecretValue/
-