Questions tagged as 'windows-azure'

1
answer

Create a database backup that is in the azure

I would like to back up a database that is in Azure. I tried to back up by Microsoft SQL Server Management Studio, but the backup option does not appear. I tried to backup through the Azure portal but did not have the option.     
asked by 16.07.2017 / 18:22
1
answer

How to run a Query in Azure?

I have a PHP WebService type SOAP in Azure and I'm using MySQL in App. The database is up and running ... but I can not execute a simple Query! Where is the error? <?php $connectstr_dbhost = ''; $connectstr_dbname = ''; $connectstr_dbusern...
asked by 31.05.2017 / 18:18
0
answers

How to expose wordpress for external access in Azure / IIS?

I have a site made in wordpress it is hosted on a cloud server with the following path: C:\xampp\htdocs\site.com.br To access it locally with the external IP I use this way: link If I access this address from outside the server the sit...
asked by 22.11.2016 / 19:29
0
answers

ReportViewer does not work on azure

I have a free azure account and the report does not work after uploading the project to the azure server (on my machine it works), the error says that the dll is missing:    Could not load file or assembly 'Microsoft.ReportViewer.Common,   Ve...
asked by 16.10.2016 / 02:16
1
answer

Azure Storage Account - Subdomain with SSL

I've created a storage account in Azure . The Azure Storage Accounts allow instead of using their URL NOME_da_CONTA.blob.core.windows.net I use a subdomain SUB.meusite.com . Azure itself URLs come with SSL (https) , but whe...
asked by 22.08.2016 / 14:34
0
answers

Server Socket on Windows Azure, how to capture External Ip?

I developed an App Console, which creates an asynchronous Server Socket. You may see a similar HERE . I also have a common Web App, which consumes the information entered in the database by the App Console. There has been a need to upload...
asked by 06.01.2016 / 19:35
1
answer

Compilation Error - Azure - CS0103

I'm having a problem hosting a MVC 5 website, in my VS2013 it works on localhost usually everything 100%, but when uploading to a server this error appears:    Compilation Error Description: An error occurred during the   compilation of a r...
asked by 13.11.2015 / 15:17
1
answer

MySql with entity framework Code First ID jumping 10

I'm setting up a MySql in Azure for an application I'm working on, however saving my records to identity column is increasing by 10. Would this be an entity-adjustable setting or an adjustment made for all tables directly in the da...
asked by 29.07.2015 / 22:09
1
answer

Bring external domain (br br) to Azure [closed]

I'm new to this issue so it goes: It is the following, I have a domain already acquired in the registry br, example.com.br (it is an example). I performed the whole process of synchronizing with git in the azure. I wish that from this moment, my...
asked by 28.07.2016 / 20:27
1
answer

Generate report on Azure

I need to generate reports in an MVC application that will be hosted on Azure and I learned through this tutorial: Using the Report Viewer in ASP.NET MVC it is necessary to hire a Virtual Machine for the viwer reporter to work. From what I see...
asked by 09.10.2016 / 19:08