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
Hi,
i am building a github action to deploy a synapse workspace.
I have a service principal that is owner on the ressource group and admin in the synapse workspace.
i can login with the service principal and "az account show" shows the right Ids and Subscription Name
i can run "az synapse workspace list --name --resource-group " and i get the right (and only) synapse workspace.
i can run "az synapse linked-service list --workspace-name " and it shows the linked services i created for this test (else the workspace is empty)
when i run the command Publish-SynapseFromJson locally - it works. when i use Azure CLI or github Action i get "Synapse Workspace instance does not exist" (i checked multiple times for typos...)
for testing i even deactivated the firewall. The fact that i can login and list the workspace and linked services shows that the service principal has the right permissions and is not blocked by conditional acces
Has anybody had this behaviour before?
Best,
Tim
The text was updated successfully, but these errors were encountered:
Hi, unfortunately, i'm also experiencing this issue. @NowinskiK has using this package using github actions/Azure Pipelines given this same issue for you as well?
Hi,
i am building a github action to deploy a synapse workspace.
for testing i even deactivated the firewall. The fact that i can login and list the workspace and linked services shows that the service principal has the right permissions and is not blocked by conditional acces
Has anybody had this behaviour before?
Best,
Tim
The text was updated successfully, but these errors were encountered: