Skip to content

Commit 1b4dcdb

Browse files
authored
Merge pull request #177500 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/azure-docs (branch master)
2 parents 09d1570 + ae6f474 commit 1b4dcdb

File tree

5 files changed

+13
-12
lines changed

5 files changed

+13
-12
lines changed

articles/active-directory/fundamentals/security-operations-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ As part of an Azure hybrid environment, the following should be baselined and in
151151

152152
* **PTA Agent** – The Pass-through authentication agent is used to enable pass-through authentication and is installed on-premises. See [Azure AD Pass-through Authentication agent: Version release history](../hybrid/reference-connect-pta-version-history.md) for information on verifying your agent version and next steps.
153153

154-
* **AD FS/WAP** – Azure Active Directory Federation Services (Azure AD FS) and Web Application Proxy (WAP) enable secure sharing of digital identity and entitlement rights across your security and enterprise boundaries. For information on security best practices, see [Best practices for securing Active Directory Federation Services]/windows-server/identity/ad-fs/deployment/best-practices-securing-ad-fs).
154+
* **AD FS/WAP** – Azure Active Directory Federation Services (Azure AD FS) and Web Application Proxy (WAP) enable secure sharing of digital identity and entitlement rights across your security and enterprise boundaries. For information on security best practices, see [Best practices for securing Active Directory Federation Services](/windows-server/identity/ad-fs/deployment/best-practices-securing-ad-fs).
155155

156156
* **Azure AD Connect Health Agent** – The agent used to provide a communications link for Azure AD Connect Health. For information on installing the agent, see [Azure AD Connect Health agent installation](../hybrid/how-to-connect-health-agent-install.md).
157157

articles/active-directory/identity-protection/howto-identity-protection-simulate-risk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ This section provides you with steps for testing the user and the sign-in risk p
9090
To test a user risk security policy, perform the following steps:
9191

9292
1. Navigate to the [Azure portal](https://portal.azure.com).
93-
1. Browse to **Azure Active Directory** > **Security** > **Overview**.
93+
1. Browse to **Azure Active Directory** > **Security** > **Identity Protection** > **Overview**.
9494
1. Select **Configure user risk policy**.
9595
1. Under **Assignments**
9696
1. **Users** - Choose **All users** or **Select individuals and groups** if limiting your rollout.
@@ -110,7 +110,7 @@ To test a user risk security policy, perform the following steps:
110110
To test a sign in risk policy, perform the following steps:
111111

112112
1. Navigate to the [Azure portal](https://portal.azure.com).
113-
1. Browse to **Azure Active Directory** > **Security** > **Overview**.
113+
1. Browse to **Azure Active Directory** > **Security** > **Identity Protection** > **Overview**.
114114
1. Select **Configure sign-in risk policy**.
115115
1. Under **Assignments**
116116
1. **Users** - Choose **All users** or **Select individuals and groups** if limiting your rollout.

articles/api-management/api-management-howto-create-groups.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In addition to these system groups, administrators can create custom groups or [
2929

3030
This guide shows how administrators of an API Management instance can add new groups and associate them with products and developers.
3131

32-
In addition to creating and managing groups in the publisher portal, you can create and manage your groups using the API Management REST API [Group](/rest/api/apimanagement/apimanagementrest/azure-api-management-rest-api-group-entity) entity.
32+
In addition to creating and managing groups in the Azure portal, you can create and manage your groups using the API Management REST API [Group](/rest/api/apimanagement/apimanagementrest/azure-api-management-rest-api-group-entity) entity.
3333

3434
[!INCLUDE [premium-dev-standard-basic.md](../../includes/api-management-availability-premium-dev-standard-basic.md)]
3535

@@ -93,7 +93,7 @@ Once the association is added between the developer and the group, you can view
9393
## <a name="next-steps"> </a>Next steps
9494

9595
* Once a developer is added to a group, they can view and subscribe to the products associated with that group. For more information, see [How create and publish a product in Azure API Management][How create and publish a product in Azure API Management],
96-
* In addition to creating and managing groups in the publisher portal, you can create and manage your groups using the API Management REST API [Group](/rest/api/apimanagement/apimanagementrest/azure-api-management-rest-api-group-entity) entity.
96+
* In addition to creating and managing groups in the Azure portal, you can create and manage your groups using the API Management REST API [Group](/rest/api/apimanagement/apimanagementrest/azure-api-management-rest-api-group-entity) entity.
9797

9898
[Create a group]: #create-group
9999
[Associate a group with a product]: #associate-group-product

articles/migrate/tutorial-discover-vmware.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -314,21 +314,22 @@ To start vCenter Server discovery, select **Start discovery**. After the discove
314314
* [Software inventory](how-to-discover-applications.md) identifies web server role existing on discovered servers. If a server is found to have web server role enabled, Azure Migrate will perform web apps discovery on the server. Web apps configuration data is updated once every 24 hours.
315315
* During software inventory, the added server credentials are iterated against servers and validated for agentless dependency analysis. When the discovery of servers is finished, in the portal, you can enable agentless dependency analysis on the servers. Only the servers on which validation succeeds can be selected to enable [agentless dependency analysis](how-to-create-group-machine-dependencies-agentless.md).
316316
* ASP.NET web apps and SQL Server instances and databases data begin to appear in the portal within 24 hours after you start discovery.
317-
* By default, Azure Migrate uses the most secure way of connecting to SQL instances i.e. Azure Migrate encrypts communication between the Azure Migrate appliance and the source SQL Server instances by setting the TrustServerCertificate property to `true`. Additionally, the transport layer uses SSL to encrypt the channel and bypass the certificate chain to validate trust. Hence, the appliance server must be set up to trust the certificate's root authority. However, you can modify the connection settings, by selecting **Edit SQL Server connection properties** on the appliance.[Learn more](/sql/database-engine/configure-windows/enable-encrypted-connections-to-the-database-engine) to understand what to choose.
317+
* By default, Azure Migrate uses the most secure way of connecting to SQL instances i.e. Azure Migrate encrypts communication between the Azure Migrate appliance and the source SQL Server instances by setting the TrustServerCertificate property to `true`. Additionally, the transport layer uses SSL to encrypt the channel and bypass the certificate chain to validate trust. Hence, the appliance server must be set up to trust the certificate's root authority. However, you can modify the connection settings, by selecting **Edit SQL Server connection properties** on the appliance. [Learn more](/sql/database-engine/configure-windows/enable-encrypted-connections-to-the-database-engine) to understand what to choose.
318318

319319
:::image type="content" source="./media/tutorial-discover-vmware/sql-connection-properties.png" alt-text="Screenshot that shows how to edit SQL Server connection properties.":::
320320

321321
To start vCenter Server discovery, select **Start discovery**. After the discovery is successfully initiated, you can check the discovery status by looking at the vCenter Server IP address or FQDN in the sources table.
322322

323323
### View discovered data
324324

325-
1. Go back to the Azure Migrate portal.
326-
1. Clink on refresh as marked in below screenshot to view discovered data.
327-
:::image type="content" source="./media/tutorial-discover-vmware/discovery-assessment-tile.png" alt-text="Screenshot that shows how to refresh data in discovery and assessment tile.":::
325+
1. Return to Azure Migrate in the Azure portal.
326+
1. Select **Refresh** to view discovered data.
327+
328+
:::image type="content" source="./media/tutorial-discover-vmware/discovery-assessment-tile.png" alt-text="Screenshot that shows how to refresh data in discovery and assessment tile.":::
328329

329330
## Next steps
330331

331332
- Learn how to [assess servers to migrate to Azure VMs](./tutorial-assess-vmware-azure-vm.md).
332333
- Learn how to [assess servers running SQL Server to migrate to Azure SQL](./tutorial-assess-sql.md).
333334
- Learn how to [assess web apps to migrate to Azure App Service](./tutorial-assess-webapps.md).
334-
- Review [data the Azure Migrate appliance collects](migrate-appliance.md#collected-data---vmware) during discovery.
335+
- Review [data the Azure Migrate appliance collects](migrate-appliance.md#collected-data---vmware) during discovery.

articles/virtual-desktop/automatic-migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ To migrate your Azure virtual Desktop (classic) resources to Azure Resource Mana
229229

230230
However, the cmdlet won't delete the workspace the module created or its associated resource group. You'll need to manually delete those items to get rid of them.
231231

232-
6. If you want to don't want to delete your Azure Virtual Desktop (classic) service objects yet but do want to test migration, you can run **Set-RdsHostPoolHidden**.
232+
6. If you don't want to delete your Azure Virtual Desktop (classic) service objects yet but do want to test migration, you can run **Set-RdsHostPoolHidden**.
233233

234234
For example:
235235

@@ -274,4 +274,4 @@ If you'd like to learn how to migrate your deployment manually instead, see [Mig
274274

275275
Once you've migrated, get to know how Azure Virtual Desktop works by checking out [our tutorials](create-host-pools-azure-marketplace.md). Learn about advanced management capabilities at [Expand an existing host pool](expand-existing-host-pool.md) and [Customize RDP properties](customize-rdp-properties.md).
276276

277-
To learn more about service objects, check out [Azure Virtual Desktop environment](environment-setup.md).
277+
To learn more about service objects, check out [Azure Virtual Desktop environment](environment-setup.md).

0 commit comments

Comments
 (0)