Parameters is not supported in azure.yaml now.
We are trying to put some variables in the azure.yaml
credentials:
key: '${PLAYWRIGHT_SERVICE_ACCESS_TOKEN}'
metadata:
resourceId: '${PLAYWRIGHT_SERVICE_RESOURCE_ID}'
But these were not asked while doing the Azd init
this works when we do the azd env set PLAYWRIGHT_SERVICE_ACCESS_TOKEN xyz
but it will be helpful if it can be asked in the CLI's UI instead, which used to be the case in the agent.manifest.yaml, this is gone only in the new azure.yml flow.
Parameters is not supported in azure.yaml now.
We are trying to put some variables in the azure.yaml
But these were not asked while doing the Azd init
this works when we do the azd env set PLAYWRIGHT_SERVICE_ACCESS_TOKEN xyz
but it will be helpful if it can be asked in the CLI's UI instead, which used to be the case in the agent.manifest.yaml, this is gone only in the new azure.yml flow.