Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script says Synapse Workspace Instance does not exist - but it does #36

Open
timspannagel opened this issue Nov 18, 2024 · 1 comment
Open

Comments

@timspannagel
Copy link

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

@dsmithsolutions
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants