Questions tagged [azure-app-service-plans]

594 questions
-1
votes
1 answer

Custom domains/SSL binding in Microsoft Azure server

I have installed SSL successful in my azure server but it's not binding with domain. I am getting following error message.
-1
votes
1 answer

Can you move an App Service Plan in Azure?

I know that you can move and App Service or Webapp but can you move an App Service Plan from one resource group to another? If you can then I'm running into the following issue. I've created a basic App Service Plan under resource group A and I…
-1
votes
1 answer

Which Reports can deploy in Azure Standard Website Plan?

I want to know, is there any reporting tool available which supports in Azure App/Web service? As per my reading, for SSRS its compulsory required Virtual Machine. Crystal Reports also cannot be working with Azure App/Web Service? I don't want to…
-1
votes
2 answers

Azure App Service "Has Encountered an Error String Match Failed. String Not Found"

We're hosting a php website on Azure App Service. Sometimes it is down and displays this error: "Has Encountered an Error String Match Failed. String Not Found" After restarting the App Service it works again. I'm quite sure it has nothing to do…
jbe
  • 1,722
  • 1
  • 12
  • 20
-2
votes
1 answer

Azure app service plan obtain actual ACU usage

I have an EP1 app service plan that is hosting a function app. The plan has 210ACU per month. How do I find out how many of those I'm using? (What happens if I run out?)
Richard Barraclough
  • 2,625
  • 3
  • 36
  • 54
-2
votes
1 answer

Will Azure AppServices bill for every database transaction and resources usage or my monthly bill from Azure calculator will cover the bill

My company is about to deploy a .net core 5 app on Azure AppServices. The app uses Azure SQL database with a lot of read and write. Whenever user open the app dashboard, a lot of query is sent to the SQL database to generate dashboard data. As we…
-2
votes
2 answers

Best way to deploy Azure Webjobs on an Azure AppServicePlan

Supposing I have 1 Azure AppService Plan, is it better to deploy • 2 Web Jobs on a Single App Service (which is tied to the above 1 APSP) or • 2 Web jobs to 2 different App Services (which are both tied to the above 1 APSP). I understand that…
-2
votes
1 answer

DateTime send through JSON subtract one day on Azure App Service

I have this JSON which I send to an API. This data is saved to a COSMOS DB. Whenever I debug my API and use POSTMAN to send this JSON the DateTime got saved correct in the DB- 2018-12-23T00:00:00+01:00. But when I call the API on the cloud (Azure…
Loc Dai Le
  • 1,661
  • 4
  • 35
  • 70
-3
votes
1 answer

I need power shell script to get pricing tier and App type of all the App services (Web apps and Function Apps) in Azure

Example: Get all the details of App service with Pricing Tier and App type Below given is power shell script to export Web app details but i am unable to fetch Pricing tier and App type of App service. #Provide the subscription Id where the Webapps…
RahulTripathi07
  • 85
  • 2
  • 10
1 2 3
39
40