Skip to content

Resolves RuiRomano/pbigtwmonitor/issues#7 #8

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

aquibchiniwala
Copy link

Add an option to authenticate ADLS with VM's System Managed Identity along with the ability to connect over a connection string when deploying data gateway on Azure VMs.

@aquibchiniwala aquibchiniwala changed the title Add option to authenticate ADLS with VM's System Managed Identity Closes #7 Add option to authenticate ADLS with VM's System Managed Identity Mar 28, 2023
@aquibchiniwala aquibchiniwala changed the title Closes #7 Add option to authenticate ADLS with VM's System Managed Identity Resolves https://github.com/RuiRomano/pbigtwmonitor/issues/7 Mar 28, 2023
@aquibchiniwala aquibchiniwala changed the title Resolves https://github.com/RuiRomano/pbigtwmonitor/issues/7 Resolves RuiRomano/pbigtwmonitor/issues#7 Mar 28, 2023
@luaguila
Copy link

Hey Team, for the "Mashup Container Profile" query you need to modify the "Added Custom1" which is giving a wrong Json Format:
"[" & Text.Trim(Text.Replace(Text.Combine(List.Skip(Lines.FromBinary([Content]),7)),"}","},"), ",") & "]"
The correct way to show format this and avoid the error is:
Text.Trim(Text.Replace(Text.Combine(List.Skip(Lines.FromBinary([Content]),7)),"}","}"))

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

Successfully merging this pull request may close these issues.

3 participants