You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a situation where we use azd to deploy Bicep files, and we intentionally leave one of the parameters unspecified, so that azd prompts for that parameter.
Directory: /home/runner/work/azure-search-openai-demo/azure-search-openai-demo
Error: An exception occurred while analyzing template /home/runner/work/azure-search-openai-demo/azure-search-openai-demo/infra/main.bicep with parameters file /home/runner/work/azure-search-openai-demo/azure-search-openai-demo/infra/main.parameters.json
Exception details:
Microsoft.Azure.Templates.Analyzer.Core.TemplateAnalyzerException: Error while processing template.
---> Azure.Deployments.Templates.Exceptions.TemplateValidationException: The value for the template parameter 'openAiResourceGroupLocation' at line '83' and column '36' is not provided. Please see https://aka.ms/arm-create-parameter-file for usage details.
I tried providing test.parameters.json with it filled in, but that doesn't work due to issue #47
It'd be great if either #47 was fixed or if it didn't error with an unprovided parameter.
The text was updated successfully, but these errors were encountered:
@pamelafox - Hi, are you using azure devops pipeline task "MicrosoftSecurityDevOps@1" ?
If yes then I have a query-
How are you passing GDN_TEMPLATEANALYZER_ANALYZEDIRECTORY environment variable for scanning bicep template.
in my case I have a folder which has the bicep template.
I have tried below, but thats not working and scanning the complete repo.
We have a situation where we use
azd
to deploy Bicep files, and we intentionally leave one of the parameters unspecified, so thatazd
prompts for that parameter.However, the template-analyzer errors out in that case:
https://github.com/Azure-Samples/azure-search-openai-demo/actions/runs/5612367638/job/15205930925
I tried providing test.parameters.json with it filled in, but that doesn't work due to issue #47
It'd be great if either #47 was fixed or if it didn't error with an unprovided parameter.
The text was updated successfully, but these errors were encountered: