Questions tagged [azure-connect]
68 questions
1
vote
1 answer
Azure B2B gives an error for some emails
I've developed a software that automates Azure B2B invitation process. All works well. But we found that for some email addresses we receive 400 Bad Request response message when making invitation call to Azure.
Error message:
The object either is…

Vnuuk
- 6,177
- 12
- 40
- 53
1
vote
3 answers
TeamViewer Unattended Access - Windows Azure VM
I have a Windows Azure VM with Teamviewer configured for unattended access.
When I stop and deallocate the VM, next time I start the Cloud Service & VM, the Teamviewer is not getting any unattended access. I have once again to login using RDP to…

Bill
- 2,026
- 9
- 55
- 99
1
vote
1 answer
how to connect windows azure virtual machine with ubuntu system correctly?
i have created a virtual machine with ubuntu installed, and tring to connect to it with PuTTY, but after typing account and password, the command window output the following:
Access Denied
i am novice for windows azure and ubuntu, any help?

paul cheung
- 748
- 2
- 13
- 32
1
vote
1 answer
Bing Image Search API results exipres after some time
I am implementing Bing Image Search API in php. I know that Bing API has been changed and now we have to involve that windows azure marketplace thing in-order to use the Bing Image Search API.
I have done that, which means i have opted for a free…

Adi
- 33
- 1
- 8
1
vote
2 answers
phpMyAdmin Hosted in Azure problems
I created my phpMyadmin in Windows Azure which only allows 1 MySQL database for free users.
After creating a phpMyAdmin I linked MySQL Database Resources to another Website.
In this website I try to login my accounts registered to the database.
At…

Toshi
- 314
- 5
- 17
1
vote
1 answer
Create two endpoints with the same private port on Windows Azure
I have an apache server running on port 8080.
I've created this endpoint:
8080 forwarding to 8080
But when I try to create this:
80 forwarding to 8080
I get an error that says that the private port and protocol conflict with another…

Eduardo
- 5,645
- 4
- 49
- 57
1
vote
3 answers
How can I find or change my password and login for windows Azure?
It's really big problem for me - ugly UI, where I can't see ssh connection requisites for my new virtual machine instance. Is it possible to change password? Password and login from my manage.windowsazure.com panel is not approach.

Александр Кривошеев
- 625
- 2
- 6
- 19
1
vote
2 answers
Cannot enable Azure Connect in Management Portal
I am new to Windows Azure platform and I am trying to set up Azure Load test. I have already set up Storage account, hosted service and Virtual Network. However, I cannot find Connect tab under Networks -> Virtual Network. The prerequites i.e.…

user2161630
- 13
- 3
1
vote
1 answer
How to: Connect to Windows Azure SQL Server Database Through Windows virtual machin
Hi guys,
i created sql server database in windows azure. after i integrate this database with my application its working fine.i want to move my application also windows azure virtual machine.i created required Environment(means install java and…

laxman
- 1,884
- 4
- 15
- 22
1
vote
1 answer
Windows Azure Connection
I'm trying to take my first steps with Windows Azure and i need to know if is possible to do what i need.
So, imagine the scenario that i've a BD on my local machine and i've a VM (Win Server 2008 with SQL Server) in Microsoft Azure.
I want to know…

cmnlima
- 53
- 2
- 9
1
vote
1 answer
With Azure Connect can I access on-premise file shares and printers from worker roles?
I'm experimenting with Azure Connect. I want to be able to push some files to an on premise server from a worker role. I'd also like to print to some network printers for some batch jobs. From what I've read I think that is supposed to be…

Bryan
- 857
- 1
- 11
- 25
1
vote
1 answer
Difference between Azure Connect and Azure Virtual Network?
Azure Connect is a service found on the older Azure.com portal and allows connectivity between on-premise and cloud servers/roles/resources. It creates a virtual IP (overlay) network - pretty much a VPN.
Azure Virtual Network (found on the new Azure…

DeepSpace101
- 13,110
- 9
- 77
- 127
1
vote
0 answers
How to set asp.net mvc routing for deployment in windows azure?
I am working on Asp.net mvc 4. I am trying to deploy my project on windows azure as a webrole. I have made caustom routes in global.asax(i.e. RouteConfig.cs) file like,
routes.MapRoute(
name: "DefaultConn",
url:…

Karthik Bammidi
- 1,851
- 9
- 31
- 65
1
vote
3 answers
Connect to CRM 2011 on Premise from windows azure worker role
I am trying to connect to CRM 2011 on-premise from windows azure worker role. I was able to connect it to CRM2011 online and it works fine. But when I tried to connect it on-premise from azure worker role then, I am getting error message as…

rubyist
- 3,074
- 8
- 37
- 69
0
votes
1 answer
Test agent cannot connect to Test controller on Windows Azure
I wanted to create a Test rig on cloud. I have created a windows azure hosted service that installs Test Controller and configures it with on premise DB. I have created another hosted service that installs Test Agent. I have enabled Virtual network…

Ozair Saleem
- 11
- 2