Questions tagged as 'windows-azure'

1
answer

Site does not connect to the database after it has been published

I published a WEB application (developed in C# ) in Azure that uses a database, it happens that when I try to run it through the domain provided by Azure, it gives me the following error:    "Server Error in '/' Application."   "Login...
asked by 13.04.2017 / 20:20
0
answers

Oauth in Azure does not open

I'm working with the Google Drive API, and on localhost the Consent screen - one that allows you to make changes and view your data - usually opens in a new browser tab. But when uploading the project to Azure when I click the button that ope...
asked by 28.03.2017 / 19:40
1
answer

Error handling does not work

In the config of my application I deleted the customErrors to do a test of an error that is difficult to replicate. And where the error should be I put a try: if (ModelState.IsValid) { db.TarefaHoras.Add(tarefaHora);...
asked by 01.04.2017 / 15:14
1
answer

Azure Sotarage on Android - open failed: ENOENT (No such file or directory)

I have a problem with the AZURE STORAGE API for Android which is when I try to upload an image with the following code storageAccount = CloudStorageAccount.parse(storageConnectionString); CloudBlobClient blobClient = storageAccount...
asked by 09.03.2017 / 19:52
1
answer

java.lang.NoClassDefFoundError: Failed resolution of: Ljavax / xml / stream / XMLOutputFactory; Azure

I'm taking a picture and then I want to send it to the azure storage however in the following line of code: CloudStorageAccount account = CloudStorageAccount.parse(storageConnectionString); I get the following error: java.lang.NoClassDefFou...
asked by 08.03.2017 / 13:50
0
answers

Application Service connect to external MySQL database of azure

I'm trying to connect wordpress that is running on an Azure Application Service. In the main domain I have an ASP NET MVC application and I configured an application to run wordpress in the same domain. PHP is working normally because I can run...
asked by 12.04.2017 / 00:10
1
answer

Azure Scheduler

Does anyone know if I can do a simple console program, do some insert in SQL and put it to run in Azure's scheduler? (either free or that payment link ) I see some problems when running in the scheduler instead of the classic VM: Would i...
asked by 09.01.2017 / 18:10
0
answers

Azure - Do not create the tables

I created an ASP.Net MVC 5 project, I made some modifications to the login and my machine happens everything calmly, however when I send pro Azure, at the time of creating the user error occurs. What I came to realize is that the tables are no...
asked by 15.12.2016 / 18:49
1
answer

SQL Azure connection failure

I'm getting the following error message when attempting to connect to the AZURE hosted bank through a WEB application:    An exception has been raiset that is likely due to transient failure. If you are connecting to Sql Azure database, consi...
asked by 04.11.2016 / 14:14
1
answer

Authentication using php and Azure webapp services

Is there something like Firebase - with authentication ready for AZURE cloud? How do I make the php issue? Can you help me with an example?     
asked by 22.08.2016 / 19:20