Skip to content

Commit

Permalink
Links: azure-docs-pr (2021-10) - 0
Browse files Browse the repository at this point in the history
  • Loading branch information
v-chmccl committed Oct 21, 2021
1 parent dad237e commit 2485bb9
Show file tree
Hide file tree
Showing 50 changed files with 139 additions and 142 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Thank you for taking the time to contribute to the Microsoft Azure documentation.

This guide covers some general topics related to contribution and refers to the [contributors guide](https://docs.microsoft.com/contribute) for more detailed explanations when required.
This guide covers some general topics related to contribution and refers to the [contributors guide](/contribute) for more detailed explanations when required.

## Code of Conduct

Expand All @@ -21,8 +21,8 @@ Please use the Feedback tool at the bottom of any article to submit bugs and sug

### Editing in GitHub

Follow the guidance for [Quick edits to existing documents](https://docs.microsoft.com/contribute/#quick-edits-to-existing-documents) in our contributors guide.
Follow the guidance for [Quick edits to existing documents](/contribute/#quick-edits-to-existing-documents) in our contributors guide.

### Pull Request

Review the guidance for [Pull Requests](https://docs.microsoft.com/contribute/how-to-write-workflows-major#pull-request-processing) in our contributors guide.
Review the guidance for [Pull Requests](/contribute/how-to-write-workflows-major#pull-request-processing) in our contributors guide.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

# Microsoft Azure Documentation

Welcome to the open-source [documentation](https://docs.microsoft.com/azure) of [Microsoft Azure](https://azure.microsoft.com). Please review this README file to understand how you can assist in contributing to the Microsoft Azure documentation.
Welcome to the open-source [documentation](/azure) of [Microsoft Azure](https://azure.microsoft.com). Please review this README file to understand how you can assist in contributing to the Microsoft Azure documentation.

## Getting Started

Expand All @@ -11,7 +10,7 @@ Contributing to open source is more than just providing updates, it's also about

You've decided to contribute, that's great! To contribute to the documentation, you need a few tools.

Contributing to the documentation requires a GitHub account. If you don't have an account, follow the instructions for the [GitHub account setup](https://docs.microsoft.com/contribute/get-started-setup-github) from our contributor guide.
Contributing to the documentation requires a GitHub account. If you don't have an account, follow the instructions for the [GitHub account setup](/contribute/get-started-setup-github) from our contributor guide.

#### Download

Expand All @@ -23,7 +22,7 @@ Install the following tools:

#### Install

Follow the instructions provided in the [Install content authoring tools](https://docs.microsoft.com/contribute/get-started-setup-tools) from our contributor guide.
Follow the instructions provided in the [Install content authoring tools](/contribute/get-started-setup-tools) from our contributor guide.

## License

Expand All @@ -32,4 +31,4 @@ Please refer to [LICENSE](LICENSE), [LICENSE-CODE](LICENSE-CODE) and [ThirdParty
## Code of Conduct

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
4 changes: 2 additions & 2 deletions articles/active-directory-b2c/customize-ui-with-html.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ Validate that you're ready by performing the following steps:
The result should be `XHR status: 200`.
If you receive an error, make sure that your CORS settings are correct. You might also need to clear your browser cache or open an in-private browsing session by pressing Ctrl+Shift+P.

Learn more about [how to create and manage Azure storage accounts](/azure/storage/common/storage-account-create).
Learn more about [how to create and manage Azure storage accounts](../storage/common/storage-account-create.md).

::: zone pivot="b2c-user-flow"

Expand Down Expand Up @@ -445,4 +445,4 @@ To use [company branding](customize-ui.md#configure-company-branding) assets in

## Next steps

Learn how to enable [client-side JavaScript code](javascript-and-page-layout.md).
Learn how to enable [client-side JavaScript code](javascript-and-page-layout.md).
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ A managed domain creates some networking resources during deployment. These reso
| Azure resource | Description |
|:----------------------------------------|:---|
| Network interface card | Azure AD DS hosts the managed domain on two domain controllers (DCs) that run on Windows Server as Azure VMs. Each VM has a virtual network interface that connects to your virtual network subnet. |
| Dynamic standard public IP address | Azure AD DS communicates with the synchronization and management service using a Standard SKU public IP address. For more information about public IP addresses, see [IP address types and allocation methods in Azure](../virtual-network/public-ip-addresses.md). |
| Dynamic standard public IP address | Azure AD DS communicates with the synchronization and management service using a Standard SKU public IP address. For more information about public IP addresses, see [IP address types and allocation methods in Azure](../virtual-network/ip-services/public-ip-addresses.md). |
| Azure standard load balancer | Azure AD DS uses a Standard SKU load balancer for network address translation (NAT) and load balancing (when used with secure LDAP). For more information about Azure load balancers, see [What is Azure Load Balancer?](../load-balancer/load-balancer-overview.md) |
| Network address translation (NAT) rules | Azure AD DS creates and uses two Inbound NAT rules on the load balancer for secure PowerShell remoting. If a Standard SKU load balancer is used, it will have an Outbound NAT Rule too. For the Basic SKU load balancer, no Outbound NAT rule is required. |
| Load balancer rules | When a managed domain is configured for secure LDAP on TCP port 636, three rules are created and used on a load balancer to distribute the traffic. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ summary: |
This FAQ is split into the following sections:
* [Questions about password reset registration](/azure/active-directory/authentication/active-directory-passwords-faq#password-reset-registration)
* [Questions about password reset](/azure/active-directory/authentication/active-directory-passwords-faq#password-reset)
* [Questions about password change](/azure/active-directory/authentication/active-directory-passwords-faq#password-change)
* [Questions about password management reports](/azure/active-directory/authentication/active-directory-passwords-faq#password-management-reports)
* [Questions about password writeback](/azure/active-directory/authentication/active-directory-passwords-faq#password-writeback)
* [Questions about password reset registration](#password-reset-registration)
* [Questions about password reset](#password-reset)
* [Questions about password change](#password-change)
* [Questions about password management reports](#password-management-reports)
* [Questions about password writeback](#password-writeback)
sections:
- name: Password reset registration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ In order to ensure reliable usage of services by all customers, Azure AD and oth
Azure AD, Microsoft Graph, and other Azure services also limit the number of concurrent calls to a service or limit the amount of compute load per customer in order to prevent overuse of resources. This is a practice known as throttling and ensures that Azure services can handle usage and incoming requests without service outages. Throttling can occur at the application, tenant, or entire service level. Throttling commonly occurs when an application has a large number of requests within or across tenants. At runtime, your application can read or update Azure AD directory objects through Microsoft Graph as part of it's business logic. For example, read or set user attributes, update a user’s calendar, or send emails on behalf of the user. While running, your application could also deploy, access, update, and delete Azure resources as well. During testing, your application could hit these runtime throttling limits and the previously mentioned service limits while deploying resources or directory objects.

## Azure AD service limits relevant to testing
General Azure AD usage constraints and service limits can be found [here](/azure/active-directory/enterprise-users/directory-service-limits-restrictions). General Azure subscription and service limits, quotas, and constraints can be found [here](/azure/azure-resource-manager/management/azure-subscription-service-limits).
General Azure AD usage constraints and service limits can be found [here](../enterprise-users/directory-service-limits-restrictions.md). General Azure subscription and service limits, quotas, and constraints can be found [here](../../azure-resource-manager/management/azure-subscription-service-limits.md).

The following table lists Azure AD service limits to consider when setting up a test environment or running tests.

Expand Down Expand Up @@ -65,5 +65,4 @@ Throttling behavior can depend on the type and number of requests. For example,
When you exceed a throttling limit, you receive the HTTP status code `429 Too many requests` and your request fails. The response includes a `Retry-After` header value, which specifies the number of seconds your application should wait (or sleep) before sending the next request. Retry the request. If you send a request before the retry value has elapsed, your request isn't processed and a new retry value is returned. If the request fails again with a 429 error code, you are still being throttled. Continue to use the recommended `Retry-After` delay and retry the request until it succeeds.

## Next steps
Learn how to [setup a test environment](test-setup-environment.md).

Learn how to [setup a test environment](test-setup-environment.md).
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ For more information, see [License requirements](entitlement-management-overview

1. Select **Next: Resource roles** to go to the **Resource roles** tab.

2. On this tab, you select the resources and the resource role to include in the access package. In this scenario, select **Groups and Teams** and search for your group that has assigned [Office licenses](/azure/active-directory/enterprise-users/licensing-groups-assign).
2. On this tab, you select the resources and the resource role to include in the access package. In this scenario, select **Groups and Teams** and search for your group that has assigned [Office licenses](../enterprise-users/licensing-groups-assign.md).

3. In the **Role** list, select **Member**.

Expand Down Expand Up @@ -139,4 +139,4 @@ In this step, you can delete the Office Licenses access package.

Learn how to create access packages to manage access to other types of resources, like applications and sites:

[Manage access to resources in Azure AD entitlement management](/azure/active-directory/governance/entitlement-management-access-package-first)
[Manage access to resources in Azure AD entitlement management](./entitlement-management-access-package-first.md)
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ In this step, you can delete the **External user package** access package.

## Next steps

Learn about creating access packages to manage access to other types of resources such as applications, and sites. [Tutorial: Manage access to resources in Azure AD entitlement management](/azure/active-directory/governance/entitlement-management-access-package-first)
Learn about creating access packages to manage access to other types of resources such as applications, and sites. [Tutorial: Manage access to resources in Azure AD entitlement management](./entitlement-management-access-package-first.md)
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ The "basic" audit level is enabled by default. For more information, see [AD FS
3. On the right, select **Filter Current Logs**.
4. For **Event sources**, select **AD FS Auditing**.

For more information about audit logs, see [Operations questions](/azure/active-directory/hybrid/reference-connect-health-faq#operations-questions).
For more information about audit logs, see [Operations questions](./reference-connect-health-faq.yml#operations-questions).

![Screenshot showing the Filter Current Log window. In the "Event sources" field, "AD FS auditing" is selected.](./media/how-to-connect-health-agent-install/adfsaudit.png)

Expand Down
Loading

0 comments on commit 2485bb9

Please sign in to comment.