Most voted "azure-app-service" questions
22 questions
Sort by count of
-
3
votes1
answer249
viewsWhat are the differences between Container(Docker), App Service(App service) and Fabric Service in Azure?
When we publish an application, service or Web API we now have a wide range of options. I particularly like Azure for its mindset of facilitating settings across the dashboard and shifting…
windows-azure asp.net-web-api docker microservices azure-app-serviceasked 7 years, 3 months ago Alexandre Cavaloti 2,225 -
2
votes1
answer105
viewsMicroservices and Clusters
Good morning. I have a question about clusters and Microservices. What is the right way to deploy microservice, one per cluster? Or it could be more? I will exemplify: I have an app that is formed…
-
1
votes0
answers31
viewsAzure error: I can’t load view from the controller!
I have a news registration system developed in PHP (MVC) in which each url triggers a controller that calls a view. But in Azure is not called the corresponding view while in xampp/apache the system…
-
1
votes1
answer52
viewsConfigure Webjob Azure to run every 15 minutes
Good afternoon, I’m trying to publish a Webjob on Azure to run every 15 minutes. I am publishing directly by visual studio and already put the file Settings.job. My problem is that when I put to run…
-
1
votes0
answers75
viewsUse certificates in Azure web application after the Brazilian Root v5 intermediary chain has been updated to authorize Nfe
I have a web application in Azure. I have model A1 certificates with the certification chain still Raiz Brasileira v2. The revenue Webservices have been updated to use the new certification chain as…
-
1
votes1
answer42
viewsAzure Application Service Permission Bug
I have an application service on Azure running wordpress. One day, while updating a plugin, this not only stopped working as the panel Kudu cannot visualize it. Observe: I can list inside the folder…
wordpress windows-azure file-system azure-app-service file-permissionasked 6 years ago Andre Mesquita 1,114 -
1
votes0
answers22
viewsAjax Control Toolkits does not run on the Azure Web App
I have an app WebForms .aspx with Ajax component controls Ajax Control Toolkits, that runs perfectly on the local machine! But when I publish on the Azure Web App server, the controls don’t work…
-
0
votes1
answer19
viewsAzure Remote Debugging - Simultaneous Connections
I am using Azure Remote Debugging and I have the following question. In the Free, Shared or Basic layer, how many simultaneous connections can I make?
-
0
votes2
answers268
viewsAzure phpMyAdmin error: Access denied!
Sometimes, during my work developing my app on Azure, I come across this situation: I use Chrome browser My Mysql database: MySQL no Aplicativo so I only use for one application. Any suggestions on…
-
0
votes1
answer41
viewsapi result different from my site result
I created a C# API in Azure where it returns me an array by passing the following parameters:…
-
0
votes1
answer18
viewsApp service with the same name in Azure
If I delete an app service in Azure, I can create another app service with the same name?
-
0
votes1
answer62
viewsError deploying to Azure Service Apps
I am having the following problem, I am using the deploy service of Azure, I am trying to upload an application in Lumen ( php ). I can even go up but when I make a request inside the application…
-
0
votes0
answers26
viewsUpdate multiple databases with Entityframework
I have an application developed with React + API with . NET Core where I use Entityframework to run database migrations. The applications and databases (one for each customer) are all in Azure. I’m…
-
0
votes0
answers159
viewsAngular 4 + Laravel 5 Error: The Resource you are Looking for has been Removed, had its name changed, or is temporarily unavailable
I have a project in which I am using Angular 4 and Laravel 5. Locally it is working locally but when I go up in production (I’m using Azure as a server) it doesn’t work properly. I have a…
-
0
votes0
answers50
viewsError in connection to oracle database after doing Publish on Azure with visual studio
I am developing a project in Asp.net with Oracle data base 12c. The connection to the database locally works. It does all CRUD functions. I am also using the services of Azure (project requirement),…
-
0
votes0
answers15
viewsDOT NET Application Build 4.6.1 MVC 5.2.3 with MSBUILD generates more files than needed
Build command generates more files than needed. In the Azure Appservice I have 234 files when the build generates 326. Have some other command like DOTNET PUBLISH to run later? Command used to…
-
0
votes1
answer14
viewsPublish Core Web Application with Authentication in Azure
I created a Core Web Application , with Visual Studio 2019 and published it following exactly the step by step indicated in…
-
0
votes0
answers139
viewsCURL via command line works, but with php’s Curl library returns timeout
I have an app in Laravel that runs with Docker inside an Azure VM in production. As a development environment, I use the same Docker structure locally, on an Ubuntu. There is a feature that performs…
-
-1
votes1
answer31
viewsHow to Insert Message from visual studio C# to Queue in Azure?
To insert message in the I ran this code that seems to be correct and however, it still doesn’t work I don’t know why the error it gives (in the addmessage part is 404 not found and from what I saw…
-
-1
votes1
answer32
viewsApplication without access to the Database after publication in Azure
I published an Asp.Net Core 2.1 application in Azure, I made the Migrations, the database and tables were created normally, I can see the whole structure of the database by VS, but the application…
-
-1
votes0
answers7
viewsHow do I remove # from the URL of an Angular application published in an Azure Application Service?
Good night. I have an application developed in Angular 11. I need to remove # from the address, since it looks like this : https://meusite.com.br/#/login. I want to take out the # that is put in the…
-
-2
votes1
answer125
viewsCSS does not load after publication in Azure
I published an Asp.Net Core 2.1 application in Azure, but the CSS does not work, so the application is all messed up. In development environment, my application works normally. I noticed in devtools…