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

Azure Activity Log - Download file from Blog

In Visual Studio Server Explorer with the Azure SDK installed. If you open a blob container, you get a list of files. If you click one of the files a progress bar appears showing it is downloading. I cannot find where this file has been download to.
0
votes
0 answers

VSO Hosted Build Controller: Support for .NET 4.6 & Azure SDK 2.7?

The Visual Studio Online Hosted Build Controller does not seem to support .NET 4.6 or the Azure SDK 2.7 yet. Is there any idea as to when these will be supported?
Dave New
  • 38,496
  • 59
  • 215
  • 394
0
votes
1 answer

Azure WebApp .NET SDK Differentiate between small, medium and large instances

When I get information about hosting plan of a webapp using Microsoft.WindowsAzure.Management.WebSites.Models.WebSite.Sku property I can get following options: Free, Shared, Basic, Standard. But in the portal I see that Basic plan has small, middle…
Andriy Kozachuk
  • 743
  • 1
  • 13
  • 27
0
votes
1 answer

Unable to publish to Microsoft Azure API Apps (Preview)

I currently have Visual Studio 2013 and 2015 RC installed on my PC. With Azure 2.6 I can see the new Microsoft Azure API Apps (Preview) when publishing. Visual Studio 2013 On 2015 I don't see the option Visual Studio 2015 RC Enterprise Yet it…
Adam
  • 16,089
  • 6
  • 66
  • 109
0
votes
1 answer

Azure Blob video is not streaming

I'm trying to stream my videos from Azure blob, but its not working actually. I checked through different sources and found something interesting to update the x-ms-version. But before doing that I checked it in cloudberry explorer, it says as…
0
votes
1 answer

Do I need to install Azure SDK On headless Build Server?

When running the same build command on my machine vs our TeamCity Build Server, my machine deploys our VS2012 Web Site to azure (Web Sites), yet the Build Machine doesn't. No errors are produced on the build server. The build server creates the…
Fetchez la vache
  • 4,940
  • 4
  • 36
  • 55
0
votes
1 answer

Azure StorageClient versioning

According to this article: http://azure.microsoft.com/blog/2014/08/04/microsoft-azure-storage-service-version-removal/ Old versions of Azure SDK libraries will not be support by the end of 2015. In our projects we are using StorageClient.dll 1.7.…
Renatus
  • 145
  • 1
  • 1
  • 10
0
votes
1 answer

Azure's CloudContext.Clients.Create????ManagementClient methods deprecated?

We've upgraded to latest Azure Management libraries from Nuget and are seeing that the calls to CloudContext.Clients.Create-various-management-clients no longer exist. Is there a substituation somewhere else for this functionality? TIA
Igorek
  • 15,716
  • 3
  • 54
  • 92
0
votes
1 answer

Are blobs created with Azure SDK v1.8 page blobs or block blobs?

Our current code uses Azure SDK 1.8 and to generated a shared access signature it would first call CloudBlobContainer.GetBlobReference() and then call CloudBlob.GetSharedAccessSignature(). Same for other operations - first…
sharptooth
  • 167,383
  • 100
  • 513
  • 979
0
votes
1 answer

How to force Microsoft Azure .NET API calls to fail?

I am building an application that leverages Microsoft Azure and I am using Microsoft Azure .NET API calls for managing my infrastructure. I want to move to the testing phase, and I am curious if there are ways to force the calls to fail other…
rharrison33
  • 1,252
  • 4
  • 18
  • 34
0
votes
2 answers

where does the virtual machine files are stored in Windows Azure and how to retrieve them with Azure SDK?

where are the virtual machine files stored in windows azure and how to retrieve them programmatically with Azure Java SDK?
0
votes
1 answer

Retrieve List of networks for a subscription in windows azure with azure java sdk

How to Retrieve List of networks for a subscription in windows azure with azure sdk?
0
votes
1 answer

azure-sdk-for-net:Compiling source code

Cloned azure-sdk-for-net from this github repo and can't compile source in VS 2013 Update 3. I first tried to restore NuGet packages via the "Restore" button in the IDE, but got this message: "An error occurred while trying to restore packages:…
rharrison33
  • 1,252
  • 4
  • 18
  • 34
0
votes
1 answer

Azure table Client ExecuteQuery does it handle contunation token Automatically

Does the .excuteQuery of tableClient handles continuation token automatically unlike Azure SDK 1.7 CloudTable tableReference =…
user145610
  • 2,949
  • 4
  • 43
  • 75
0
votes
1 answer

Migrated from Azure SDK 2.3 to 2.4

I am upgrading the Azure sdk. Having issues with missing references such as TableServiceEntity, TableServiceContext, StorageClient, StorageCredentials, CloudStorageAccount, CloudTableClient etc. Any pointers to how they have been modified? Not…
OBL
  • 1,347
  • 10
  • 24
  • 45