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
0 answers

Using same Azure role project with different role names in a ccproj

I have a role project (say, called MyRole) in my cloud project (.ccproj). So adding this MyRole.csproj project as a role will result an Azure role called MyRole while running the deployment. I was wondering, can I reuse this MyRole.csproj to have…
ahmet alp balkan
  • 42,679
  • 38
  • 138
  • 214
0
votes
1 answer

Cannot build Windows Azure Cloud project in VS 2010 after installing VS 2012 side by side

According to Microsoft the side-by-side installation of Visual Studio 2010 and 2012 is supported (http://msdn.microsoft.com/en-us/library/ms246609.aspx). I already had VS 2010 installed on my system (Windows 7 box) along with the Windows Azure Tools…
0
votes
3 answers

Hello World node.js for Azure not working

I've tried to follow this very basic introduction to Node.js, Azure and the Azure SDK for Node.js All is going according to plan, until I get to this: PS C:\node\helloworld\WebRole1> Start-AzureEmulator -Launch Creating local package... Starting…
Christian Rygg
  • 671
  • 12
  • 26
0
votes
1 answer

Downloaded Azure - Now All Builds Fail In VS2012

I have just started with Azure. http://www.windowsazure.com/en-us/develop/net/tutorials/get-started/ Downloaded the Azure SDK, and created the site (an empty mvc4 site). The build fails. Even worse, ALL my VS2012 websites now fail to build. Output…
JsAndDotNet
  • 16,260
  • 18
  • 100
  • 123
0
votes
2 answers

Where is the RelayConfigurationInstaller.exe tool in Azure SDK 1.7?

I can't seem to find the Azure Service Bus Relay configuration tool - RelayConfigurationInstaller.exe in the June 2012 SDK release. It used to be trivial to fix the relay configuration errors when the WCF extensions were not properly installed in…
SliverNinja - MSFT
  • 31,051
  • 11
  • 110
  • 173
0
votes
1 answer

Azure cache programatic configuration results in ErrorCode ERRCA0029 SubStatus ES0001 Authorization token passed by user Invalid

I am trying Proof of Concepts based on code at http://msdn.microsoft.com/en-us/library/windowsazure/gg618003. This cache is accesible if I use app.config settings. When I switched the application to use programatic configuration, I consistently get…
Chetan
  • 184
  • 12
-1
votes
1 answer

Best practice of SearchClient usage

I am going to migrate our service to use Azure.Search.Documents (v11) SDK instead of raw HttpClient GET/POST to query documents from an azure search. Per the SDK document, we need to initialize a SearchClient with a service endpoint and an index…
-1
votes
2 answers

How to create Azure Resources using REST API?

I want to create resources like CosmosDB, Azure Kubernetes service, etc I went through the following document : https://learn.microsoft.com/en-us/rest/api/resources/resources/create-or-update I see that the request URL has parameters like…
-1
votes
1 answer

How to resize disk of virtual machine using Azure.Net SDK/ Fluent API

I want to resize my os disk space but getting "Disk resizing is allowed only when creating a VM or when the VM is deallocated." Microsoft.Azure.Management.ResourceManager.Fluent.Core.RestClient restClient = GetRestClient(requestObject); …
DnyaneshSurya
  • 187
  • 1
  • 1
  • 14
-1
votes
2 answers

Authenticate Azure Management SDK in .NET Core?

I'm running ASP.NET Core application (.Net Core 3.0) and have referenced nuGet package Microsoft.Azure.Management.WebSites. It seems like there are half a dozen ways to connect to Azure and I'm hoping that is the correct one for my environment. I'm…
user1142433
  • 1,413
  • 3
  • 17
  • 34
-1
votes
1 answer

Is there an official LUIS API that returns the total number of Utterances for each intent?

I noticed the LUIS portal (www.luis.ai) shows Intents with the total number of Utterances for each. I'm looking to build a similar page in my application, although Microsoft's published APIs don't have a method that returns the total utterances per…
-1
votes
1 answer

Does Azure SDK 4 .NET support Azure gov?

Try to get Subscription's operations within Azure Gov, but the default api endpoint for Azure ManagementClient is the global one: https://management.azure.com/, After I specified the endpoint of azure gov ( https://management.usgovcloudapi.net/)…
-1
votes
1 answer

How Create Nested Azure Resources using Azure SDK

Using ARM template, we can define a storage account under a batch account. But how we can do this using .NET SDK? Currently I can create BatchAccount and StorageAccount as separate resources, but what to do if a StorageAccount should be appeared…
-1
votes
1 answer

Error while installing Azure .NET SDK for visual studio 2015

I am getting the following error message while installing the .NET SDK for azure from https://azure.microsoft.com/en-us/downloads/ How to fix this issue? I have the latest SSDT installed but still having the issue.
need_the_buzz
  • 423
  • 2
  • 9
  • 18
-1
votes
1 answer

Azure diagnostics configuration is wiped off after re-deploying

I have a project which I upgraded the Azure SDK to 2.5. I did the diagnostics changes and configured the diagnostics after deploying. After couple of re-deployments, I noticed that the diagnostics configuration is gone. It was no longer recording…
1 2 3
36
37