Top "Azure-cloud-services" questions

PaaS service provided by Microsoft Azure to host stateless Windows Server virtual machines that are automatically provisioned and scaled.

How to download files from Azure Blob Storage with a Download Link

I made an Azure Cloud Service, where you can upload and delete files to the cloud storage using Blobs. I …

c# html azure-storage-blobs azure-cloud-services
Staging or Production Instance?

Is there anywhere in the service runtime that would tell me if I'm currently running on 'Staging' or 'Production'? Manually …

azure azure-cloud-services
Move a Microsoft Azure VM to a Different Subnet Within a vNet

Can't we Move a Microsoft Azure VM to a Different Subnet Within a vNet using the azure new portal or …

azure azure-virtual-machine azure-cloud-services azure-virtual-network azureportal
CloudConfigurationManager missing from Azure SDK v2.4?

Can someone help me figure out where CloudConfigurationManager exists in Azure SDK v2.4? CloudConfigurationManager, in the v2.3 SDK, is located …

azure azure-cloud-services azure-sdk-.net
Set the application ConnectionString in the Service Configuration instead of web.config in Azure

I have an application currently in Azure and whenever we push it into the Staging segment, we cannot truly test …

azure web-config connection-string azure-cloud-services azure-configuration
How can I host a TCP Listener in Azure?

I am looking to build an application in Azure which will act as TCP listener, receive TCP message streams on …

azure tcp azure-webjobs azure-cloud-services azure-logic-apps
TargetProfile gives No default service configuration error

I am building an Azure Cloud service application in a TFS 2012 build definition. Everything is working properly with the default …

azure msbuild tfsbuild azure-cloud-services
Web API interface works locally but gets 404 after deployed to Azure Website

I'm working on a ASP.NET MVC 4 website. Together with MVC controllers, I have one API controller which contains an …

.net asp.net-mvc-4 asp.net-web-api http-status-code-404 azure-cloud-services
How to run Headless Chrome in Azure Cloud Service or Azure Functions?

I am trying to use Headless Chrome to generate a PDF file from a complex HTML file (contains images, SVGs, …

google-chrome azure azure-functions azure-cloud-services google-chrome-headless
Advantages of Service Fabric Microservices vs Collection of Azure Cloud services/web apps

I have a application that can be broken down into multiple communicating services. My current implementation is monolithic and I …

azure microservices azure-service-fabric azure-cloud-services azure-appfabric