The Scenario I\'ve been following Brad Abrams Silverlight tutorial on his blog.... I have tried following Brads \"How to deploy your app to the Cloud\" tutorial however i\'m struggling with it, even
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'m trying to validate token from the request header in API level. The token can be from Azure B2C or Azure AD depends on the way that the API get called. Are there any ways to distinguish the two fr
I have this python file (calculator) stored in my repository. In order for that to execute, parameters in the python file should be received.
I want to create Azure AD B2C Signup f开发者_如何学编程low that accepts a phone number and password. I don\'t want to enforce phone number verification.
I am currently on a student plan for azure (gotta stay finessing as a college student lol)开发者_如何学JAVA and am looking for the best way to upload videos to azure blob storage. Currently, I am usin
My azure function works correctly locally but when I deploy it on azure. It will return this message:
The subscription does not have QuotaId/Feature requir开发者_开发知识库ed by SKU \'S0\' from kind \'QnAMaker\' .
I would like to check, if for example the field \'street\' does not exists. I tried this: SELECT * FROM c WHERE NOT IS_DEFINED(c.street)