I was writing this article where I was testing out how to backup my App Service from the Cloud Shell using BASH. And I got this exception when I was publishing, Figure 1. Web deployment task failed. (Could not connect to the remote computer (“***.scm.azurewebsites.net”). On the remote computer, make sure that Web Deploy is […]
Read More →Search Results for: publish failed
Deploy an Azure Function created from Visual Studio
I created an Azure Function and added some some code to connect to a database and now I want to deploy it to the Azure platform. How to create an Azure Function in Visual Studio How to connect to a database from an Azure Function Deploy an Azure Function created from Visual Studio Check out […]
Read More →An error occurred
While I was writing these articles about creating, developing local and deploying an Azure Function App, I received this error, Figure 1. How to create an Azure Function in Visual Studio How to connect to a database from an Azure Function Deploy an Azure Function created from Visual Studio Check out all my Azure Functions […]
Read More →Azure Functions – HTTP Trigger
The labs contained in this article show how to create, configure, code and monitor an Azure Function with an HTTP Trigger. There is a detailed document here “Azure Functions HTTP triggers and bindings” which discusses the HTTP Trigger in detail so I will not readdress that content. I have written an AzureFunctionConsumer program which I […]
Read More →Deploy an Azure Function created from Visual Studio
I created an Azure Function and added some some code to connect to a database and now I want to deploy it to the Azure platform. How to create an Azure Function in Visual Studio How to connect to a database from an Azure Function Check out all my Azure Functions articles here Right-click on […]
Read More →An error occurred
While I was writing these articles about creating, developing local and deploying an Azure Function App, I received this error, Figure 1. How to create an Azure Function in Visual Studio How to connect to a database from an Azure Function Deploy an Azure Function created from Visual Studio Check out all my Azure Functions […]
Read More →Enable System.Net tracing on Azure App Service
It is becoming a common scenario that customers of Azure App Services Web Apps are making requests to services hosted on other Azure IaaS or PaaS platforms, services not hosted on the Azure platform (on premises) and which use the System.Net class. For example, making a request from your code that uses either of the […]
Read More →How to configure GitHub or VSTS for use with an Azure Function
I have written a few post about setting up source code repositories for App Services and now, while I am getting up to speed with Azure Functions I wanted to do the same. Here are some other GitHub related articles I have written: #AzureFunctions #Azure #GitHub Setting up and using GitHub in Visual Studio 2017 […]
Read More →How to install IIS and Tracing on a Nano for Windows Server 2016
If you have not already reviewed my other articles on using IIS on Nano, then you might want to take a look at them. Just so you know the perspective I am coming from and the context in which I work within. What’s new in IIS 10 How to list Packages available when creating a […]
Read More →How to configure GitHub or VSTS for use with an Azure Function
I have written a few post about setting up source code repositories for App Services and now, while I am getting up to speed with Azure Functions I wanted to do the same. Here are some other GitHub related articles I have written: #AzureFunctions #Azure #GitHub Setting up and using GitHub in Visual Studio 2017 […]
Read More →