Top "Azure-sdk-.net" questions

Enables to build and debug hosted services in .NET and to deploy them to Azure

CloudBlockBlob.DownloadToStream vs DownloadRangeToStream

Trying to use the ASP.NET azure SDK for downloading images from blob storage.. I read in another post that …

c# asp.net azure azure-storage-blobs azure-sdk-.net
How to deploy App_Data files with Azure cloud service (web role)

I have a read-only data file (for IP geolocation) that my web role needs to read. It is currently in …

azure visual-studio-2013 azure-sdk-.net
How to automatically detect the version of installed Azure SDK?

Is there a simple (documented?) way to detect the actually installed version of Azure SDK in automation script? I am …

azure-sdk-.net
Azure ExpiredAuthenticationToken during New-AzureRmResourceGroupDeployment when deploying resources via Visual Studio

I'm trying to deploy an HDInsight cluster using an ARM template via Visual Studio. I've created an Azure Resource Group …

azure visual-studio-2015 azure-resource-manager azure-sdk-.net
Getting transient errors when making calls against Azure SQL Database from Azure Function

We are using .NET Core 2.1 and Entity Framework Core 2.1.1 I have the following setup in Azure West Europe Azure SQL …

entity-framework-core azure-sql-database azure-functions azure-sdk-.net