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
I believe there is a bug when passing in values to the parameter argument. My scenario is I am deploying Data Factory w/ Linked ARM templates. As part of this deployment I am :
creating a storage account
creating a container in the storage account
uploading templates to the storage account
creating a SAS for the container
running an ARM deployment
deleing the storage account
I am seeing an issue when the ARM deployment executes that the template file w/ the URL for the storage account and including the SAS key works. This same method does not work with the parameters and it appears it is stopping on the '=' in the SAS key and thinks this is an override to an ARM parameter in the template.
I believe there is a bug when passing in values to the
parameter
argument. My scenario is I am deploying Data Factory w/ Linked ARM templates. As part of this deployment I am :I am seeing an issue when the ARM deployment executes that the template file w/ the URL for the storage account and including the SAS key works. This same method does not work with the parameters and it appears it is stopping on the '=' in the SAS key and thinks this is an override to an ARM parameter in the template.
Link to my action: https://github.com/JFolberth/adf-cicd-demo/actions/runs/5207084212/jobs/9394295417
Here is the code:
The text was updated successfully, but these errors were encountered: