Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Turn off AwaysOn in Azure Function to get a free App Service Plan?

I made an Azure function, which made me an App Service Plan. I noticed my bill started going up, so I tried to change my app service plan to the free pricing tier. It rejected with the reason:

Cannot update the site 'my-site' because it uses AlwaysOn feature which is not allowed in the target compute mode.

Is there a way I can turn off the AlwaysOn feature of my Azure Function so I can change my app service plan to the free tier?

like image 641
AskYous Avatar asked Jun 13 '19 00:06

AskYous


People also ask

Does an Azure function need an app service plan?

When you create a function app in Azure, you must choose a hosting plan for your app. There are three basic hosting plans available for Azure Functions: Consumption plan, Premium plan, and Dedicated (App Service) plan. All hosting plans are generally available (GA) on both Linux and Windows virtual machines.

How do I change the app service plan for Azure function app?

In the Azure portal, search for and select App services and select the app that you want to move. From the left menu, select Change App Service plan. In the App Service plan dropdown, select an existing plan to move the app to.

How do I create a free app service in Azure?

Creating Free Azure ServiceLogin to Azure Portal. Click on App Services and you will see your App Services panel as shown below (you will see your services listed if you have any; which were created previously). Click on "+Add" and choose Web App from the screen. From the next screen, click on "Create".

Can we stop Azure App Service to save cost?

Anyways we cannot stop the Azure App Service to save some costs.


1 Answers

In the Overview page click on configuration and then click on general settings

Overview

General settings

like image 74
Arunprasath Avatar answered Oct 21 '22 03:10

Arunprasath