Skip to content

Commit 606133c

Browse files
author
Nicolas Oman
authored
Merge branch 'master' into seookr
2 parents 7537f06 + e2cc8bc commit 606133c

File tree

564 files changed

+8487
-7081
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

564 files changed

+8487
-7081
lines changed

.openpublishing.redirection.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,31 @@
110110
"redirect_url": "/azure/machine-learning/data-science-virtual-machine/tools-included",
111111
"redirect_document_id": false
112112
},
113+
{
114+
"source_path": "articles/machine-learning/data-science-virtual-machine/dsvm-data-platforms.md",
115+
"redirect_url": "/azure/machine-learning/data-science-virtual-machine/dsvm-tools-data-platforms",
116+
"redirect_document_id": true
117+
},
118+
{
119+
"source_path": "articles/machine-learning/data-science-virtual-machine/dsvm-ml-data-science-tools.md",
120+
"redirect_url": "/azure/machine-learning/data-science-virtual-machine/dsvm-tools-data-science",
121+
"redirect_document_id": true
122+
},
123+
{
124+
"source_path": "articles/machine-learning/data-science-virtual-machine/dsvm-deep-learning-ai-frameworks.md",
125+
"redirect_url": "/azure/machine-learning/data-science-virtual-machine/dsvm-tools-deep-learning-frameworks",
126+
"redirect_document_id": true
127+
},
128+
{
129+
"source_path": "articles/machine-learning/data-science-virtual-machine/dsvm-tools-explore-and-visualize.md",
130+
"redirect_url": "/azure/machine-learning/data-science-virtual-machine/dsvm-tools-productivity",
131+
"redirect_document_id": true
132+
},
133+
{
134+
"source_path": "articles/machine-learning/data-science-virtual-machine/dsvm-languages.md",
135+
"redirect_url": "/azure/machine-learning/data-science-virtual-machine/dsvm-tools-languages",
136+
"redirect_document_id": true
137+
},
113138
{
114139
"source_path": "articles/machine-learning/service/how-to-understand-accuracy-metrics.md",
115140
"redirect_url": "/azure/machine-learning/service/how-to-understand-automated-ml",
@@ -24185,6 +24210,11 @@
2418524210
"redirect_url": "/azure/storage/common/storage-auth-aad-rbac-portal",
2418624211
"redirect_document_id": true
2418724212
},
24213+
{
24214+
"source_path": "articles/storage/common/storage-auth-aad-script.md",
24215+
"redirect_url": "/azure/storage/common/authorize-active-directory-powershell",
24216+
"redirect_document_id": true
24217+
},
2418824218
{
2418924219
"source_path": "articles/storage/storage-cannot-delete-storage-account-container-vhd.md",
2419024220
"redirect_url": "/azure/storage/storage-resource-manager-cannot-delete-storage-account-container-vhd",
@@ -27455,6 +27485,16 @@
2745527485
"redirect_url": "/azure/security-center/security-center-enable-data-collection",
2745627486
"redirect_document_id": false
2745727487
},
27488+
{
27489+
"source_path": "articles/security-center/recommendations-network.md",
27490+
"redirect_url": "/azure/security-center/recommendations-reference#recs-network",
27491+
"redirect_document_id": false
27492+
},
27493+
{
27494+
"source_path": "articles/security-center/recommendations-compute-and-apps.md",
27495+
"redirect_url": "/azure/security-center/recommendations-reference#recs-computeapp",
27496+
"redirect_document_id": false
27497+
},
2745827498
{
2745927499
"source_path": "azure/security-center/security-center-resolve-endpoint-protection-health-alerts.md",
2746027500
"redirect_url": "/azure/security-center/security-center-faq",

articles/active-directory-domain-services/tutorial-configure-ldaps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The certificate you request or create must meet the following requirements. Your
6161

6262
* **Trusted issuer** - The certificate must be issued by an authority trusted by computers connecting to the managed domain using secure LDAP. This authority may be a public CA or an Enterprise CA trusted by these computers.
6363
* **Lifetime** - The certificate must be valid for at least the next 3-6 months. Secure LDAP access to your managed domain is disrupted when the certificate expires.
64-
* **Subject name** - The subject name on the certificate must be your managed domain. For instance, if your domain is named *aadds.contoso.com*, the certificate's subject name must be **aadds.contoso.com*.
64+
* **Subject name** - The subject name on the certificate must be your managed domain. For instance, if your domain is named *aadds.contoso.com*, the certificate's subject name must be **.aadds.contoso.com*.
6565
* The DNS name or subject alternate name of the certificate must be a wildcard certificate to ensure the secure LDAP works properly with the Azure AD Domain Services. Domain Controllers use random names and can be removed or added to ensure the service remains available.
6666
* **Key usage** - The certificate must be configured for *digital signatures* and *key encipherment*.
6767
* **Certificate purpose** - The certificate must be valid for SSL server authentication.

articles/active-directory/authentication/howto-mfaserver-deploy.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ This page covers a new installation of the server and setting it up with on-prem
2828
2929
## Plan your deployment
3030

31-
> [!WARNING]
32-
> Starting in March of 2019 MFA Server downloads will only be available to paid tenants. Free/trial tenants will no longer be able to download or generate and use activation credentials.
33-
3431
Before you download the Azure Multi-Factor Authentication Server, think about what your load and high availability requirements are. Use this information to decide how and where to deploy.
3532

3633
A good guideline for the amount of memory you need is the number of users you expect to authenticate on a regular basis.
@@ -93,9 +90,6 @@ If you aren't using the Event Confirmation feature, and your users aren't using
9390

9491
## Download the MFA Server
9592

96-
> [!WARNING]
97-
> Starting in March of 2019 MFA Server downloads will only be available to paid tenants. Free/trial tenants will no longer be able to download or generate and use activation credentials.
98-
9993
Follow these steps to download the Azure Multi-Factor Authentication Server from the Azure portal:
10094

10195
1. Sign in to the [Azure portal](https://portal.azure.com) as an administrator.

articles/active-directory/authentication/howto-password-ban-bad-on-premises-deploy.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,13 @@ There are two required installers for Azure AD password protection. They're avai
126126
The result should show a **Status** of "Running."
127127
128128
1. Register the proxy.
129-
* After step 3 is completed, the proxy service is running on the machine. But the service doesn't yet have the necessary credentials to communicate with Azure AD. Registration with Azure AD is required:
129+
* After step 3 is completed, the proxy service is running on the machine, but does not yet have the necessary credentials to communicate with Azure AD. Registration with Azure AD is required:
130130
131131
`Register-AzureADPasswordProtectionProxy`
132132
133-
This cmdlet requires global administrator credentials for your Azure tenant. You also need on-premises Active Directory domain administrator privileges in the forest root domain. After this command succeeds once for a proxy service, additional invocations of it will succeed but are unnecessary.
133+
This cmdlet requires global administrator credentials for your Azure tenant. You also need on-premises Active Directory domain administrator privileges in the forest root domain. You must also run this cmdlet using an account with local administrator privileges.
134+
135+
After this command succeeds once for a proxy service, additional invocations of it will succeed but are unnecessary.
134136
135137
The `Register-AzureADPasswordProtectionProxy` cmdlet supports the following three authentication modes. The first two modes support Azure Multi-Factor Authentication but the third mode does not. Please see comments below for more details.
136138
@@ -174,7 +176,9 @@ There are two required installers for Azure AD password protection. They're avai
174176
> There might be a noticeable delay before completion the first time that this cmdlet is run for a specific Azure tenant. Unless a failure is reported, don't worry about this delay.
175177
176178
1. Register the forest.
177-
* You must initialize the on-premises Active Directory forest with the necessary credentials to communicate with Azure by using the `Register-AzureADPasswordProtectionForest` PowerShell cmdlet. The cmdlet requires global administrator credentials for your Azure tenant. It also requires on-premises Active Directory Enterprise Administrator privileges. This step is run once per forest.
179+
* You must initialize the on-premises Active Directory forest with the necessary credentials to communicate with Azure by using the `Register-AzureADPasswordProtectionForest` PowerShell cmdlet.
180+
181+
The cmdlet requires global administrator credentials for your Azure tenant. You must also run this cmdlet using an account with local administrator privileges. It also requires on-premises Active Directory Enterprise Administrator privileges. This step is run once per forest.
178182
179183
The `Register-AzureADPasswordProtectionForest` cmdlet supports the following three authentication modes. The first two modes support Azure Multi-Factor Authentication but the third mode does not. Please see comments below for more details.
180184

articles/active-directory/authentication/quickstart-sspr.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ ms.collection: M365-identity-device-management
2121
In this quickstart, you configure Azure Active Directory (AD) self-service password reset (SSPR) to enable users to reset their passwords or unlock their accounts. With SSPR, users can reset their own credentials without helpdesk or administrator assistance. This ability lets users regain access to their account without waiting for additional support.
2222

2323
> [!IMPORTANT]
24-
> This quickstart shows an administrator how to enable self-service password reset. If your IT team hasn't already enabled the ability to reset your own password, reach out to your helpdesk for additional assistance.
24+
> This quickstart shows an administrator how to enable self-service password reset. If you're an end user already registered for self-service password reset and need to get back into your account, go to https://aka.ms/sspr.
2525
>
26-
> If your IT team has enabled password reset, once you're [registered for self-service password reset][register-sspr] you can then [reset your work or school password][reset-password]. If you're not already registered for self-service password reset, reach out to your helpdesk for additional assistance.
26+
> If your IT team hasn't enabled the ability to reset your own password, reach out to your helpdesk for additional assistance.
2727
2828
## Prerequisites
2929

@@ -82,4 +82,4 @@ In this quickstart, you learned how to configure self-service password reset for
8282

8383
<!-- INTERNAL LINKS -->
8484
[register-sspr]: ../user-help/active-directory-passwords-reset-register.md
85-
[reset-password]: ../user-help/active-directory-passwords-update-your-own-password.md
85+
[reset-password]: ../user-help/active-directory-passwords-update-your-own-password.md

articles/active-directory/b2b/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This feature is currently not supported. If access to your organization's resour
4545
An organization might want to add B2B collaboration users, provision them to applications as needed, and then send invitations. You can use the B2B collaboration invitation API to customize the onboarding workflow.
4646

4747
### Can I make guest users visible in the Exchange Global Address List?
48-
Yes. Guest objects aren't visible in your organization's global address list (GAL) by default, but you can use Azure Active Directory PowerShell to make them visible. See [Can I make guest objects visible in the global address list?](https://docs.microsoft.com/office365/admin/create-groups/manage-guest-access-in-groups#can-i-make-guest-objects-visible-in-the-global-address-list)
48+
Yes. Guest objects aren't visible in your organization's global address list (GAL) by default, but you can use Azure Active Directory PowerShell to make them visible. See [Can I make guest objects visible in the global address list?](https://docs.microsoft.com/office365/admin/create-groups/manage-guest-access-in-groups#add-guests-to-the-global-address-list)
4949

5050
### Can I make a guest user a limited administrator?
5151
Absolutely. For more information, see [Adding guest users to a role](add-guest-to-role.md).

articles/active-directory/b2b/user-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ It's possible to turn off the default limitations so that a guest user in the co
9898
![Screenshot showing the External users option in the user settings](media/user-properties/remove-guest-limitations.png)
9999

100100
## Can I make guest users visible in the Exchange Global Address List?
101-
Yes. By default, guest objects aren't visible in your organization's global address list, but you can use Azure Active Directory PowerShell to make them visible. For details, see **Can I make guest objects visible in the global address list?** in [Manage guest access in Office 365 Groups](https://docs.microsoft.com/office365/admin/create-groups/manage-guest-access-in-groups?redirectSourcePath=%252fen-us%252farticle%252fmanage-guest-access-in-office-365-groups-9de497a9-2f5c-43d6-ae18-767f2e6fe6e0&view=o365-worldwide#faq).
101+
Yes. By default, guest objects aren't visible in your organization's global address list, but you can use Azure Active Directory PowerShell to make them visible. For details, see **Can I make guest objects visible in the global address list?** in [Manage guest access in Office 365 Groups](https://docs.microsoft.com/office365/admin/create-groups/manage-guest-access-in-groups?redirectSourcePath=%252fen-us%252farticle%252fmanage-guest-access-in-office-365-groups-9de497a9-2f5c-43d6-ae18-767f2e6fe6e0&view=o365-worldwide#add-guests-to-the-global-address-list).
102102

103103
## Next steps
104104

0 commit comments

Comments
 (0)