Questions tagged [azure-sdk-.net]

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

Windows Azure SDK for .NET is a set of tools that enable the development and deployment of hosted services in .NET . In particular:

  • it provides the libraries needed to write web and worker roles;
  • it provides a development environment that emulates Compute and Storage in order to debug locally the service;
  • it provides the tools needed to package the roles into a file that can be deployed on Azure;
  • it provides integration with Visual Studio 2010/2012 that assists the developer in the programming, the debugging, the deployment and the monitoring of hosted services.
542 questions
0
votes
1 answer

Microsoft Azure SDK 2.8 for VS 2015 failed to Install

I tried to install Microsoft Azure SDK for VS 2015 using Web Platform installer 5.0. Installation failed with several dependency packages failed to download. These are the some errors logged there. Error: 0 : Signature verification failed on…
0
votes
0 answers

Exceptions and improper responses when dealing with Azure Webapps Metric API

Trying to programmatically retrieve performance metric definition and values from the Azure Management API for a Webapp Using latest Nuget package (Rest-based) for Azure Management: Assembly Microsoft.Azure.Management.Websites.dll,…
Igorek
  • 15,716
  • 3
  • 54
  • 92
0
votes
1 answer

c# ADAL v1.x pass user credentials without browser window

I have some problem with ADAL version 1.x I need to obtain user credentials on my own way, not with ADAL browser window, but I don't know how to pass these credentials to AcquireToken method. Unfortunately I cannot use version 2.x of ADAL, because…
Szymon Szczupak
  • 153
  • 1
  • 7
0
votes
2 answers

Need help on using documentdb-lumenize on .net documentdb client sdk

I have a problem using the aggregate storedproc lumenize https://github.com/lmaccherone/documentdb-lumenize with the .net client. I get error when try passing in the parameter and query into the storedproc. Below is my code public async static void…
Teo
  • 25
  • 6
0
votes
2 answers

Unable to install Azure SDK 2.6 for VS2013 using Web Platform Installer

I am trying to install Azure SDK 2.6 for Visual Studio 2013. I tried downloading the Web Platform Installer from the archive page this . Here is the link. However each time I try to open the installer I am getting the following error - "Microsoft…
0
votes
0 answers

install Azure SDK 2.7 for .net in azure web role using start up task

I want the web role to contain .net SDk 2.7 for azure once code is deployed. Startup tasks seem to be the way around but i am not getting how to use it to install azure .net sdk specifically. Is there anyway to install Azure SDK 2.7 for .net in…
0
votes
1 answer

Migrating Azure SDK 1.6 TableStorage and Writing/Reading Entity handlers

Have some legacy code using Azure SDK 1.6 that I have been tasked with updating to latest/2.7. Below is a quick example of saving an entity. Note that it appears we use a custom serializer of our own. I know how to convert to the new CloudTable…
Heems
  • 49
  • 7
0
votes
1 answer

Installing Azure SDK 2.7.0 After installing 2.7.1 and missing a version reference

The project was created with a local install of Azure SDK 2.7.0. One of the libraries is versioned to a Azure Reference of 2.7.0.0, which is apparently not available from the Azure 2.7.1 release. Specific Error (While accessing Azure KeyVault): …
Jeff Ancel
  • 3,076
  • 3
  • 32
  • 39
0
votes
1 answer

How to Create a VM and deploy an application in Azure Resource Group Template

I want to create a set of VMs using either the Resource Group Template in VS 2015 or utilise one of the azure-quickstart-templates as the basis for doing this. My specific requirements are also to install a simple .exe application and modify its…
0
votes
1 answer

Azure SDK Compute Emulator Initialization error

I am getting thefollowing error when trying to open Azure Storage Emulator - v4.2. I am using Visual Studio 2015, SQL Server 2014 and Azure SDK 2.7.1. Error 1. When I hit OK then I get the following screen. Error 2 I have tried reinstalling azure…
0
votes
1 answer

Azure .NET management libraries - List all hosted services, failed to authenticate -

Hi I am not able to connect to APIs in Microsoft Azure management libraries. I am able to retrieve Management Certificate but couldn't make use of Azure management libraries.It is throwing the below error..
0
votes
0 answers

How do Diagnostics Connection String in config, deployment and the acutal Azure instance relate?

I'm using VS 2015 + Azure SDK 2.7 and have observed the following: When I update the Diagnostic Connection String in ServiceConfiguration.Cloud.csfg it does not get picked up when I go to Build > Publish. Whatever was published the first time I…
phillipwei
  • 1,243
  • 2
  • 12
  • 25
0
votes
1 answer

Azure service bus QueueClient per Queue name?

Do we need to maintain a QueueClient for each queue name in the Service Bus namespace. As it is recommended to cache the QueueClient. I wanted to know if we can have a single QueueClient and use the same for different queues.
rakesh
  • 301
  • 1
  • 3
  • 12
0
votes
0 answers

Could not Install microsoft azure authoring tools 2.7.1

I am trying to install microsoft azure authoring tools 2.7.1 on Visual Studio 2013 using Web Platform installer. It throws error with 404 (Not found). Anyone solution ? Here's what I found in the log - DownloadManager Error: 0 : Error while…
Gaurav
  • 139
  • 1
  • 14
0
votes
1 answer

Azure Diagnostics in Azure sdk 2.7

I cannot find the diagnostics.xsd schema for diagnostics in azure 2.7 version.It was available in earlier version.Can anybody point me where it is in 2.7 version?