-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace AAD/ Add Microsoft Entra ID #498
Conversation
@@ -10,7 +10,7 @@ Follow the steps below to troubleshoot and resolve the issue: | |||
|
|||
### Validate environment and account configuration | |||
|
|||
- **Check Configuration**: Review your Azure Virtual Desktop (AVD) virtual network configuration and ensure that DNS is properly configured and the virtual network is peered to the network Hub or Identity Services virtual network. When using AD DS or AAD DS commonly the virtual network will need to be setup with custom DNS servers settings that point to the domain controllers IPs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AAD DS service hasn't been renamed to the new Microsoft Entra ID model, for now let's keep AAD DS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@roarrioj this one seems to be pending for updates.
@@ -11,7 +11,7 @@ | |||
- **Environment** – Deployment Environment type (Development/Test/Production), will be used for naming and tagging purposes. | |||
- **Identity provider** blade | |||
- **Identity Service Provider** - Identity service provider (AD DS, AAD DS, AAD) that already exists and will be used for Azure Virtual Desktop. | |||
- Microsoft Entra ID (AAD). | |||
- Microsoft Entra ID. | |||
- Active Directory (AD DS). | |||
- Microsoft Entra ID Domain Services (AAD DS). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AAD DS service hasn't been renamed to the new Microsoft Entra ID model, for now let's keep Azure AD DS (AAD DS)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
@@ -1,4 +1,4 @@ | |||
# Implement Azure Virtual Desktop with Azure Active Directory |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Azure" needs to be removed, the new service name is "Microsoft Entra ID" not "Azure Microsoft Entra ID"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done! @danycontre
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@roarrioj thanks for your contribution.
Please take a look at the comments and adjust the PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
replace Azure Microsoft Entra
Overview/Summary
Replace this with a brief description of what this Pull Request fixes, changes, etc.
This PR fixes/adds/changes/removes
Breaking Changes
Testing Evidence
Replace this with any testing evidence to show that your Pull Request works/fixes as described and planned (include screenshots, if appropriate).
As part of this Pull Request I have
.bicep
file/s I am adding/editing are using the latest API version possiblemain
branch