Questions tagged as 'azure'

1
answer

ReportViewer remote data

Good morning. I have a problem with the reports (.RDLC) of my project (ASP.Net MVC), it turns out that I just uploaded it to Azure (App Service). I was working with a local database, which did not have credentials (username, password), wit...
asked by 12.03.2017 / 16:25
0
answers

Problems exporting sql azure database

Currently I would like to back up the database that I have in SQL AZURE, when trying it seems to be all right since the message exits, when checking the storage I see that the backup was created but it does not contain anything. Also try to d...
asked by 25.08.2016 / 17:20
0
answers

Can you see instances in Azure as in Monitis? [closed]

What is required is to have a vision of all the servers in one, such as monitis for example. Help!     
asked by 15.06.2016 / 20:01
0
answers

Connecting to an FTP Server from an Azure Virtual Machine

I have created a virtual resource management machine on the Azure platform and I want to connect to a remote FTP server from that virtual machine. From the VM I can ping the remote server but I do not have access to port 21 (FTP) of that server....
asked by 01.06.2016 / 23:18
1
answer

Profiling in azure webapp?

We have developed a WebApi platform which is hosted on Azure, and using MongoDB as a database. Before release, we did several load tests and it supports up to 11000 requests per second, and right now we have an average load of around 200 requ...
asked by 02.08.2016 / 15:31
1
answer

Scaling site in Azure [closed]

This question is based on this question: link Basically I would like to know how to scale my website when I have many requests, since this is very successful.     
asked by 02.03.2016 / 19:23
1
answer

Problem when deploying in Microsoft Azure

I made a web application, I use NPM and several packages there, after doing build of my application and uploading my final files (only the html , css and js ) to Azure , I get the following error when loadi...
asked by 24.08.2018 / 21:50
1
answer

Replicas in kubernetes between nodes

I am currently deploying from my local machine in kubernetes with the following commands docker push xxxdev.azurecr.io/xxxxoapi:latest kubectl run xxxxapi --image=xxxxdev.azurecr.io/travelexpensesparametroapi:latest --replicas=2 --labels app...
asked by 02.08.2018 / 15:42
1
answer

Can I restore an Azure Virtual Machine without creating a new one?

Currently reviewing the official Microsoft documentation regarding the Backup service I have only managed to restore but creating a new VM, I can not simply restore the current one, keeping for example the IP. If someone has done this procedure...
asked by 30.07.2018 / 16:25
1
answer

Azure Service Bus for Java

I have to program a client of an Azure Service Bus broker, in Java. The problem that arises is that I get this error when I start the application:    java.lang.ClassNotFoundException: org.apache.http.impl.client.HttpClientBuilder and I ha...
asked by 20.03.2017 / 13:52