Questions tagged as 'azure-app-service'

1
answer

Error while deploying in Azure Service Apps

I'm having the following problem, I'm using the azure deploy service, I'm trying to upload an application in lumen (php). I even get uploaded when I make a request inside the application the following error occurs:    The resource you are loo...
asked by 28.11.2018 / 19:24
0
answers

Error in Microsoft.Azure.WebJobs.Hosting.IWebJobsStartup when trying to inject dependency into an azure function

I'm trying to run a TimeTrigger trigger from azure functions , where I need to access my repository layer where it contains the data access methods in which I get the following error when executing the project: A ScriptHost error has occu...
asked by 01.10.2018 / 22:02
0
answers

Create a Endpoint via CDN for a blob (Storage Azure)

I'm thinking of uploading an Angular.JS application to a blob and creating an endpoint to access the app. Create a Storage and a blob that gave the app name with access permission "Container" then I configured in the Azure CDN an Endpoint for th...
asked by 15.08.2018 / 01:58
1
answer

How to insert Message from visual studio C # to Queue no Azure?

To insert message into the queue I ran this code which seems to be correct and yet it still does not work I do not know why the error it gives (in the addmessage part is 404 not found and from what I saw on the net the connections seem be well d...
asked by 01.08.2018 / 00:36
1
answer

Application service with the same name in Azure

If I delete an application service in Azure, can I create another application service with the same name?     
asked by 01.07.2018 / 08:16
0
answers

Azure 401 Error in API Asp .Net Core Publication

I published an API in Azure, but any method I try to access from the error:    {"statusCode": 401, "message": "Access denied due to missing   subscription key. Make sure to include subscription key when making   requests to an API. "} I j...
asked by 07.04.2018 / 17:52
0
answers

Error in connection to oracle database after it does publish in azure with visual studio

I'm developing a project in asp.net with Oracle data base 12c. The connection to the database, locally, works. It does all the CRUD functions. I am also using azure services (project requirement) for both the bank and the website. When I publish...
asked by 12.03.2018 / 20:25
0
answers

Application does not communicate with external api

Good morning. I'm testing an application in Azure's WebAppService and I'm having difficulties. The application has connection to some external services, such as smtp, a Zenvia api for SMS, VoIPServer. In my environment it works perfectl...
asked by 07.02.2018 / 18:48
0
answers

Angular 4 + Laravel 5 Error: The resource you are looking for has been removed, has its name changed, or is temporarily unavailable

I have a project in which I am using Angular 4 and Laravel 5. Locally it is running locally but when I go into production (I'm using Azure as the server) it does not work properly. I have a registration form and Angular. And clicking the "...
asked by 25.10.2017 / 07:33
1
answer

Application without access to the database after publishing in Azure

I posted an Asp.Net Core 2.1 application in Azure, did the Migrations, the database and tables were created normally, I can see the whole structure of the database by VS, but the application does not access the database. Cananyonetellmewhatm...
asked by 25.10.2018 / 04:28