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

Update global parameters fails for Azure Government subscription #356

Open
cog-adf opened this issue Jul 26, 2023 · 4 comments
Open

Update global parameters fails for Azure Government subscription #356

cog-adf opened this issue Jul 26, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@cog-adf
Copy link

cog-adf commented Jul 26, 2023

Describe the bug
I'm receiving a 404 (Subscription not found) when the task is trying to update the global parameters.

To Reproduce
Run the pipeline to deploy/update an ADF instance to a subscription hosted in Azure Government which contains global parameters.

GlobalParam.ps1 contains a hardcoded reference to https://management.azure.com (= Azure commercial URL)
The Azure Government URL equivalent is https://management.usgovcloudapi.net

Expected behaviour
The parameters are updated without any issues/errors.

Screenshots
2023-07-26 14_22_22-Azure Data Factory - Release-15 - Pipelines

Version of PowerShell module of:

  • ver.........

Provide all files to reproduce the issue

  • Attach at least log file (you can wipe out any potentially sensitive info)
  • Attach files of objects which are involved in the process
@cog-adf cog-adf added the triage Issue is under investigation label Jul 26, 2023
@NowinskiK
Copy link
Member

Currently adftools does support Azure Public environment only.
However, if the required change would be only around Management URL - I will take this suggestion improvement.

@cog-adf
Copy link
Author

cog-adf commented Aug 29, 2023

Can you try by changing the URL or setting it as a parameter?
I can then try deploying to see if anything else is causing issues.

@NowinskiK
Copy link
Member

You can download the module locally, change the code and then install it from disc. Do more investigation and let me know here.

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

No branches or pull requests

2 participants