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

How To Make Setuptools Install A Wheel Containing Multiple Packages?

Suppose this wheel: M Filemode Length Date Time File - ---------- -------- ---… Read more How To Make Setuptools Install A Wheel Containing Multiple Packages?

Azure Put Blob Api Returns With A Non-matching Size Of File In Canonicalized Header

I am trying to upload a blob (pdf) file from my laptop to a container in Azure storage account. I f… Read more Azure Put Blob Api Returns With A Non-matching Size Of File In Canonicalized Header

Azure Function - Trigger Python Script Containing Azure Cli Commands

I have a python script for provisioning infrastructure in Azure - IaC. This script is using mostly … Read more Azure Function - Trigger Python Script Containing Azure Cli Commands

Azure Cloud Storage Config Error In Django App: Could Not Load Azure Bindings

I'm trying to set up Azure Cloud Storage for my Django app (app hosted on Azure VM with Ubuntu … Read more Azure Cloud Storage Config Error In Django App: Could Not Load Azure Bindings

Attaching Nsg To Subnet Using Python

I'm trying to create NSG and then attach it to a existing subnet. I've successfully able to… Read more Attaching Nsg To Subnet Using Python

Not Getting Azure Vm Metric Data Values

I am trying to fetch metric values for a vm using below rest API : https://management.azure.com/sub… Read more Not Getting Azure Vm Metric Data Values

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

How To Copy A Blob From One Container To Another Container Using Azure Blob Storage Sdk

I have been referring to the document https://docs.microsoft.com/en-us/azure/storage/blobs/storage-… Read more How To Copy A Blob From One Container To Another Container Using Azure Blob Storage Sdk