The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
94 views

How to setup Azure Connect?

I'm trying to setup Azure Connect so my worker role in the cloud can access my SQL Server database on my private premises. I've followed the articles here, here and here, but they all seem outdated. ...
-1
votes
0answers
22 views

Connect iOS application with windows azure Database [closed]

please i need help as soon as possible i have an iOS application that need to send location to windows azure Database but it work will only in simulator but not in real device. thanx.
0
votes
0answers
79 views

Connecting to MongoDB running on Windows Azure from Node app on Heroku

I have created a node app that uses a mongodb database, but I dont know how to connect to a database that is running on a virtual machine. Because I am poor, I decided to put my mongodb database on a ...
0
votes
0answers
57 views

Windows Azure Sql on Windows 8

On win32 application i had to import System.Data.SqlClient; And then : SqlConnectionStringBuilder data = new SqlConnectionStringBuilder(); csBuilder.DataSource = "machine.database.windows.net"; ...
0
votes
1answer
104 views

Azure Mobile Service Single Sign on Microsoft Account

I have implemented single sign on using the WL api, but I only recently realized that I need to call mobileService.login on top of that to use the nice authentication features of Azure Mobile ...
0
votes
1answer
195 views

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 ...
1
vote
1answer
123 views

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 ...
0
votes
1answer
133 views

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 ...
0
votes
1answer
106 views

How to login on azure virtual machine using domain Admin credentials, In domain added machine

I have created two virtual machine on azure. in one machine I have configured Active Directory/Domain Controller and added other machine in configured domain. The question is how to login on second ...
0
votes
2answers
100 views

azure connect between azure myWebRole and nonazure server not working

My webapplication hosted on windows azure, needs to communicate with TFS Server. When any one login to my web app using live id, I want the logged in user to use my Team foundation server(TFS) ...
0
votes
0answers
55 views

Programatically sending TFS credentials from azure webrole to non-azure TFS server and Azure connect --trouble shoot

My webapplication hosted on windows azure, needs to communicate with TFS Server. When any one login to my web app using live id, I want the logged in user to use my Team foundation server(TFS) ...
0
votes
1answer
112 views

Using windows azure connect

Is it possible for an asp.net mvc web api deployed on azure to connect to on premise db using windows authentication?
0
votes
1answer
124 views

How to implement windows azure caching on local database?

I am working on windows azure with asp.net mvc as a web role. I am trying to connect to my local database from the window azure and i successfully connected to my local database. Now my website ...
1
vote
0answers
82 views

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( ...
1
vote
2answers
191 views

How to deploy ASP.NET MVC 3 project with ADO .NET EF on windows azure?

I am working on windows azure with asp.net mvc 3 web role. I am trying to list out all the records in my table by using ADO.NET Entity Framework. and i have used the following connection string to ...
0
votes
1answer
253 views

why i cannot login windows azure portal using my custom domain which hosted by live domain service [closed]

My Microsoft ID use my custom domain '*@jeanfish.com'. Recently when i want to login azure portal, the login page remind me that i cannot use this ID to login. It also tell me that i will logout all ...
1
vote
0answers
83 views

Accessing OnPremises Active Directory from WebRole running in Azure

I am trying to access the onpremises active directory from the web application running on Azure. We have selected Azure Connect as it best fits our requirement (authenticate user as well as fetch user ...
0
votes
0answers
97 views

Connect to CRM 2011 on premise from azure worker role through the use of proxy dll

I have developed a asp.net application which interacts with CRM 2011 on premise. I am trying to connect to CRM 2011 on premise from windows azure worker role through proxy dll. But I am getting an ...
0
votes
3answers
296 views

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 ...
0
votes
2answers
392 views

SQL Server secure connection using Windows Azure Connect

I am setting up a system that runs on Azure but needs to access an on-premises SQL Server. I've built it out as detailed in this article. This calls for me opening port 1433 to the world which looks ...