Azure devops - Az cli extension can access pipeline variables definition
Az Cli extension can access pipeline variable definition without any environment setup. You should be able to use do something like this :-
Where $ENVIRONMENT are pipelines variable definition.
az functionapp cors remove -g $ENVIRONMENT$RESOURCE_GROUP_NAME -n
$ENVIRONMENT$FUNCTIONAPP_NAME --allowed-origins "*"
Comments