microsoft / microsoft/AzureTRE

Allow AD joining of VM from Workspaces

Open
#978 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
235
Forks
192
Avg merge
1d 23h
Merged PRs (30d)
13

Description

From workspace subnet, allow on firewall:
https://enterpriseregistration.windows.net - For device registration.
http://169.254.169.254 - Azure Instance Metadata Service endpoint.
https://login.microsoftonline.com - For authentication flows.
https://pas.windows.net - For Azure RBAC flows.

Allow port 80 on NSG for http://169.254.169.254

https://docs.microsoft.com/en-us/azure/active-directory/devices/howto-vm-sign-in-azure-ad-windows

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No repository file or test is named. Start with the linked Azure AD VM sign-in documentation and inspect the workspace subnet firewall and NSG configuration; done means the listed endpoints are allowed and port 80 permits access to the Azure Instance Metadata Service.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure
Domain
authentication, cloud, networking
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.