Questions tagged [azure-connect]

68 questions
11
votes
5 answers

Windows Azure VPN - How to Install/Use Azure Connect

I'm feeling like an idiot here. I've setup a simple Windows virtual machine in Azure that needs to be accessed via VPN by 12 remote users (who all work from home) to simply access a shared drive. I thought this would be super easy, but I have…
bigmac
  • 2,553
  • 6
  • 38
  • 61
5
votes
1 answer

how to logout from oauth2.0 authentication of windows azure active directory authentication

We are using auth2.0 for windows azure active directory authentication where authentication is performed on https://login.microsoftonline.com/login.srf?wa=wsignin1.0&wtrealm=...... and after successful authentication we are redirecting to our…
Abhishek
  • 173
  • 2
  • 10
4
votes
1 answer

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. Furthermore, i'm using Visual Studio 2012, and…
RPM1984
  • 72,246
  • 58
  • 225
  • 350
2
votes
1 answer

Microsoft Graph API - Azure AD Connect - extensionAttribute

When I try querying extensionAttribute with Graph API (Hybrid Exchange), I cannot get any value. E.g., if I try: https://graph.microsoft.com/v1.0/users/?$select=extensionAttribute2, I cannot see the value even I know it’s there. Do…
2
votes
1 answer

Unable to ping VM outside windows Azure

I followed the following link to create the azure instance http://michaelwasham.com/2013/09/03/connecting-clouds-site-to-site-aws-azure/ I am able to ssh to the VM from my local machine, however I am not able to ssh or ping from the VM to any public…
2
votes
2 answers

How to create Pear MDB2 sqlsrv connection for windows sql azure?

I want to connect with windows sql azure database using PEAR MDB2 sqlsrv driver. I can able to connect non federated database using this sqlsrv://username@server:password@server.database.windows.net:1433/mydatabase but with federated database I…
DEVOPS
  • 18,190
  • 34
  • 95
  • 118
2
votes
0 answers

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 virtual machine on Windows Azure. My Node app is…
2
votes
0 answers

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 information from Active Directory). I have…
Ripin
  • 35
  • 5
2
votes
2 answers

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 like a serious security problem. Is there any…
Jeff Hornby
  • 12,948
  • 4
  • 40
  • 61
1
vote
0 answers

RDP with Azure credentials to Win Server 2019 Hybrid Joyned VM in AWS. Domain joined to DC ec2 with Azure Connect. Is possible?

So that. Here is the environment: A bunch of windows servers in ec2 instances in aws (1, 2, 3, x,...) A DC ec2 instance in aws also that we will call DC01. DC01 has azure connect and works fine and appears in the Azure portal as "Hybrid Azure AD…
1
vote
1 answer

How to route all traffic through Azure Firewall in Azure, even on Prem( connected with VPN)

In our Azure tenant we have a Azure Firewall and a VPN connection with our on prem servers. I want to route all traffic through the azure firewall, whether it's incoming traffic from on prem to azure or outgoing traffic from azure to on prem. For…
AzUser1
  • 183
  • 1
  • 14
1
vote
2 answers

Windows Azure VPN and IP restriction

We integrate with a third-party service where we can run queries which is right now secured using HTTPS encryption and username/password. We send our queries from a service running on the Windows Azure cloud. The third-party provider wants to…
georgiosd
  • 3,038
  • 3
  • 39
  • 51
1
vote
2 answers

Azure generate URL for a standard Logic app with connection to CosmosDB

I have a workflow in a standard logic app, that have HTTP trigger. When the workflow is trigged, the workflow, retrieve some data from a CosmosDB. Something like: The previous method will require to have an API connection. I have already created…
1
vote
0 answers

Use 'Connect-AzAccount' command of PowerShell in C#

I want to connect to Azure the same way I log in using Powershell commands. Since I have not found any API to do that with .NET, I thought that a good idea would be to execute PS scripts with.NET. I have already installed the Powershell for azure…
1
vote
3 answers

Connecting Apps with Windows Azure Connect - Problem connecting

I'm following the Connecting Apps with Windows Azure Connect lab in the Azure Training Kit. I've followed the instructions to set up the Groups and Roles, and the Activated EndPoints. I've updated the SQL Express settings and restarted the…
John Jones
  • 11
  • 4
1
2 3 4 5