Skip to content Skip to sidebar Skip to footer
Showing posts with the label Azure

Azure Pageblob Upload A New File: X-ms-blob-content-length Error

I am trying to write a simple python code to upload a file to Azure PageBlob. I am not sure what sh… Read more Azure Pageblob Upload A New File: X-ms-blob-content-length Error

How To Extract Month And Year From Given Date In Python In Azure Ml

I was working in azure ml for the past few days. I came up with a dataset which consists of date in… Read more How To Extract Month And Year From Given Date In Python In Azure Ml

Is There Any Python Api Which Can Get The Ip Address (internal Or External) Of Virtual Machine In Azure

I want to control the VMs in Azure with python SDK. Is there any API that can get a VM's IP add… Read more Is There Any Python Api Which Can Get The Ip Address (internal Or External) Of Virtual Machine In Azure

Azure Sharepoint Multi-factor Authentication With Python

I'm trying to use python to download an excel file that is hosted in a sharepoint which is part… Read more Azure Sharepoint Multi-factor Authentication With Python

I Am Getting An Error While Connecting To An Sql Db In Jupyter Notebook

Facing issue with below code on jupyter while connecting with SQL DB. con = pyodbc.connect('… Read more I Am Getting An Error While Connecting To An Sql Db In Jupyter Notebook

Azure Ad Authentication Python Web Api

I'm trying to get the user authenticated using OAuth2 and access resources. However, I'm ha… Read more Azure Ad Authentication Python Web Api