question

GurucharanSatya-0281 avatar image
0 Votes"
GurucharanSatya-0281 asked HimanshuSinha-MSFT answered

It is possible to manually deploy the pipelines in synapse workspace with out Azure Dep ops Git or Git hub

It is possible to manually deploy the pipelines or any others in synapse workspace with out Azure Dep ops Git or Git hub because we the client is using the Azure Gov Cloud.

  1. Azure Dep ops Git --> not supported by Azure Gov Cloud.

  2. Git hub --> it is open source and the client do not want to use it.

I am looking for options on how to do the deployment of pipelines or any others in synapse workspace. Any suggestions.



azure-synapse-analytics
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@fred31330: Could you please help me on this.

0 Votes 0 ·

Hello @GurucharanSatya-0281,
Thanks for the ask and using the Microsoft Q&A platform.
At this time, we are reaching out to the internal team to get some help on this . We will update you once we hear back from them.
Thanks
Himanshu

0 Votes 0 ·

@HimanshuSinha-MSFT : Hi Himanshu any update. Request you to please provide the infromation soon it would a great help

0 Votes 0 ·

1 Answer

HimanshuSinha-MSFT avatar image
0 Votes"
HimanshuSinha-MSFT answered

Hello @GurucharanSatya-0281,
Just heard back from the product team and they confimred that you can use the synapse powershell cmdlet to achieve the same .

https://docs.microsoft.com/en-us/powershell/module/az.synapse/?view=azps-7.5.0

Calling out few cammdlets below for clarity .

Invoke-AzSynapsePipeline :Invokes a pipeline to start a run for it.

Invoke-AzSynapseSparkStatement :Invokes a Synapse Analytics Spark statement.

Invoke-AzSynapseTriggerRun :Invokes another instance of a trigger run.

New-AzSynapseFirewallRule:Creates a Synapse Analytics Firewall Rule.

Please do let me if you have any queries.
Thanks
Himanshu


  • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how

  • Want a reminder to come back and check responses? Here is how to subscribe to a notification

  • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.