Asked by:
Error publishing apps to Azure

Question
-
User-1404740798 posted
Web-App was created using the Oracle database.
An unknown error occurs when connecting to the database during publishing.
Should I use a different method of publishing when I create with Oracle?
https://docs.microsoft.com/ko-kr/azure/app-service/app-service-web-tutorial-dotnet-sqldatabase
Created while viewing the MS tutorial at the address, and an error occurred while creating.
I'd appreciate it if you could tell me what else to do.
Friday, May 4, 2018 12:12 AM
All replies
-
User283571144 posted
Hi slkim,
According to your description, I couldn't understand your issue clearly.
Could you please post the details error message when you publish the web application?
Do you mean you have create an Oracle database when publishing the application?
Could you please post the publish profile or publish setting about your application?
If you could post more details information, it will be more easily for us to find the reason and solution.
Best Regards,
Brando
Monday, May 7, 2018 6:49 AM -
User-1404740798 posted
Hi Brando,
I created the ASP.NET MVC Web Application using the oracle database.
If I try to publish to Azure from a visual studio, I can successfully create the SQL database, press the Create button, and then an error message will appear when the publishing proceeds.
The error message is as follows.
Failed: /subscriptions/5f24376f-f43e-4399-b269-2d95f41395e5/resourceGroups/Aceturbo/providers/Microsoft.Sql/servers/aceturbo20180503093426dbserver() status(): error(ResourceDeploymentFailure): The resource operation completed with terminal provisioning state 'Failed'. Succeeded: /subscriptions/5f24376f-f43e-4399-b269-2d95f41395e5/resourceGroups/Aceturbo/providers/Microsoft.Web/serverfarms/Aceturbo20180503093426Plan()
These error messages indicate some errors and would be grateful if you could tell me how to successfully post Web-App to Azure.
Tuesday, May 8, 2018 12:41 AM -
User61956409 posted
Hi slkim,
The error message indicates that it seems fail on creating “Microsoft.Sql/servers/ aceturbo20180503093426dbserver”, if possible, you can try to create it on Azure portal and check if it can be created successfully.
Besides, you can also create web app on Azure portal, then publish your web application to that web app.
With Regards,
Fei Han
Monday, May 14, 2018 7:31 AM -
User-1404740798 posted
I posted to Azure and posted to Visual Studio, but I get an error.
Tuesday, May 15, 2018 1:38 AM