Closed zakimaksyutov closed 5 years ago
For now I modified URL myself and followed the following instructions to make it work. It worked =)
git clone git://github.com/Microsoft/jupyter-Kqlmagic.git
cd ./jupyter-Kqlmagic
python setup.py install
which cloud are you trying to access?
Michael
From: zakimaksyutov notifications@github.com Sent: Tuesday, May 21, 2019 4:08:09 AM To: microsoft/jupyter-Kqlmagic Cc: Subscribed Subject: Re: [microsoft/jupyter-Kqlmagic] How to use Kqlmagic with non-public Azure clouds? (#10)
For now I modified URL myself and followed the following instructions to make it work. It worked =)
git clone git://github.com/Microsoft/jupyter-Kqlmagic.git cd ./jupyter-Kqlmagic python setup.py install
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fmicrosoft%2Fjupyter-Kqlmagic%2Fissues%2F10%3Femail_source%3Dnotifications%26email_token%3DACGKLXXGKBBUSBXIR2JLBR3PWLZJTA5CNFSM4HOEFIRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVZZFBY%23issuecomment-494113415&data=02%7C01%7Cmichabin%40microsoft.com%7C2c5a446ea5df4942e96108d6dd567fa7%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636939760920381266&sdata=VwrZfLw00vkhKjei2fe%2BMS4Tlt2vro3vkDiKL44CYIY%3D&reserved=0, or mute the threadhttps://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FACGKLXUPISEIUEXVAQDKQR3PWLZJTANCNFSM4HOEFIRA&data=02%7C01%7Cmichabin%40microsoft.com%7C2c5a446ea5df4942e96108d6dd567fa7%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636939760920391279&sdata=UDXmhRkoOwWDZ9wV6ojBMwP11CEMjHml8bOrBYI8rEU%3D&reserved=0.
sovereign clouds were added in version 0.1.102. download latest version of Kqlmagic, and click on what's new in the Kqlmagic banner, to see the details on version 0.1.102
It looks like that DraftClient gets hardcoded URL for Azure public cloud:
_DATA_SOURCE = "https://api.applicationinsights.io"
How to override it?