skip to Main Content

Azure generate_blob_sas TypeError

I am using the Azure Blob Storage python SDK and trying to generate a sas token for my blob, however I keep getting a TypeError. This is how I'm calling the built-in function (generate_blob_sas). sas_blob = generate_blob_sas(account_name= account_name, container_name= container_name,…

VIEW QUESTION

Azure – smtplib.SMTPAuthenticationError: (535, b'5.7.139 Authentication unsuccessful, the request did not meet the criteria to be authenticated successfully

File "C:UsersSanketPatilAppDataLocalProgramsPythonPython38libsmtplib.py", line 655, in auth raise SMTPAuthenticationError(code, resp) smtplib.SMTPAuthenticationError: (535, b'5.7.139 Authentication unsuccessful, the request did not meet the criteria to be authenticated successfully. Contact your administrator. [PN2PR01CA0009.INDPRD01.PROD.OUTLOOK.COM]') Process finished with exit code 1 I have enabled SMTP auth…

VIEW QUESTION

Azure AD B2C breaks OIDC spec

I've configured a custom policy with AAD B2C IEF per this link and am now trying to integrate it into API Gateway as a JWT authorizer per this link. However, attempting to configure the authorizer throws an error error updating…

VIEW QUESTION

Azure Face Service Invalid Request API Error On Running Quickstart Code

I have been trying to use the Azure face service through Python and have copy pasted the code from the official site. (https://learn.microsoft.com/en-us/azure/cognitive-services/computer-vision/quickstarts-sdk/identity-client-library?tabs=visual-studio&pivots=programming-language-python). I have a free student benefits account. I have updated the key and endpoint and let the…

VIEW QUESTION
Back To Top
Search