-
Notifications
You must be signed in to change notification settings - Fork 76
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
Deployment fails on azure.de germanycentral #92
Comments
the related ressource in the azuredeploy.json would be: |
I think I found the bug.
whereas in German Azure the correct suffix would be ".de". I will try to avoid this by editing the main JSON template and put the text of the WebEmptyTemplate into the main template. Hope this helps... regards, |
Maybe I’m missing something here, but shouldn’t you be able to simply select azure.de as region?
|
I grepped through the codebase to look for more azurewebsites.net references. There are a few other places but only related to testing and email notification when finished.
Can you make the domain suffix a parameter of the main deploy.json and set the default to azurewebsites.net?
Markus
|
Hi Markus, I am still struggling with the deployment on azure.de, but I will change the main deploy.json and make a pull request after I've found the solution. But prior to that I have some questions about customizing my existing deployment on azure.com. For a proof of concept I need to do some changes in the configuration.
Cheers, |
Hi,
1a) Yes you can customize the JSON features. See some documentation here: https://github.com/JohnLangford/vowpal_wabbit/wiki/JSON - no consistency check. We’re using Vowpal Wabbit as the ML library which is schemaless.
1b) We support variable number of actions with each request. I’d say that’s the primary usecase
c) _multi and then features within that. See above link at the very end.
2) It’s VW. You need to use vw -i model.file –readable_model model.txt (make sure to use proper dashes, not the one in the email). Since VW hashes everything you’d have to feed data and use –invert_hash to get the mappings).
3) The trainer is feeding of EventHub for data, the HTTP interface is only for management. The HTTP you see runs on a different set of servers. You can also integrate using the C# client library, which from a security perspective probably helps you a bit.
I’d suggest to have a quick Skype meeting to give you a bit more guidance. Contact me on [email protected]<mailto:[email protected]> and we can coordinate on time.
Mit freundlichen Grüssen,
Markus
|
Because of data privacy and legal issues we have to deploy to azure.de in Germany. Therefore I copied the content of the azuredeploy.json into a template deployment container and deployed it.
I had to kick out the application_insights ressource and its dependencies because it is not available in germany. That was no prob.
But then I ran into an error at the SAS_URI_Generator with Status "BAD_REQUEST":
{ "error": { "code": "InvalidContentLink", "message": "Unable to download deployment content from 'https://mc-n7okzt7dyzw66cb3dzxesxh2no.azurewebsites.net/Deployment/GenerateSASToken?parameters=key=nF8GESkTgKgwm4T9bLX6J7c1HLNX94jLfuD1MCxfAqTP2scde60hW2Ibq0ZnZ+JHbpBCE36hx/ol5qCfyjHKXQ==;trainer_size=Standard_D1_v2'. The tracking Id is '18ffadeb-bd71-4625-83d0-fbe82abc126b'. Please see https://aka.ms/arm-deploy for usage details." } }
Do you know what might have gone wrong?
regards,
Rainer
The text was updated successfully, but these errors were encountered: