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

Azure Function - Unzip Password Protected File Using Python Code

I am trying to unzip password protected file which is stored on Azure Blob container. I want to ext… Read more Azure Function - Unzip Password Protected File Using Python Code

Open An Azure Storagestreamdownloader Without Saving It As A File

I need to download a PDF from a blob container in azure as a download stream (StorageStreamDownload… Read more Open An Azure Storagestreamdownloader Without Saving It As A File

Importerror: Cannot Import Name 'blobservice' When Using Azure Backend

I followed these instructions to set up Azure as my backend service: http://django-storages.readthe… Read more Importerror: Cannot Import Name 'blobservice' When Using Azure Backend

Pageblob Upload As One Chunk: X-ms-range Invalid

This is a follow up question to my previous question, I am now trying to use PutPage API to upload … Read more Pageblob Upload As One Chunk: X-ms-range Invalid

Setting Connection String As App Setting/environment Variable In Azure Function

In my Azure Function, I have specified an Environment Variable/App Setting for a database connectio… Read more Setting Connection String As App Setting/environment Variable In Azure Function

How Do I Authenticate A User Against An Azure Storage Blob In Python?

I'm looking for a way to authenticate a user against an Azure blob container. The sample code (… Read more How Do I Authenticate A User Against An Azure Storage Blob In Python?

In The Azure Functions Python Sdk, How Do I Get The Number Of Topics For A Given Namespace?

I'm using Python 3.8 with azure-mgmt-servicebus= v. 1.0.0. I would like to get the number of t… Read more In The Azure Functions Python Sdk, How Do I Get The Number Of Topics For A Given Namespace?

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