Skip to content

Commit a7cf17e

Browse files
committed
content cleanup: OPS-build-warnings-jo-batch2
1 parent 6594a54 commit a7cf17e

8 files changed

+236
-246
lines changed

articles/active-directory-domain-services/active-directory-ds-troubleshooting.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ Use the following PowerShell script to find the application and delete it.
7575

7676
> [!NOTE]
7777
> This script uses **Azure AD PowerShell version 2** cmdlets. For a full list of all available cmdlets and to download the module, read the [AzureAD PowerShell reference documentation](https://msdn.microsoft.com/library/azure/mt757189.aspx).
78-
>
79-
>
78+
>
79+
>
8080
8181
```
8282
$InformationPreference = "Continue"
@@ -129,18 +129,18 @@ If one or more users in your Azure AD tenant are unable to sign in to the newly
129129

130130
> [!NOTE]
131131
> We recommend using the UPN format to sign in to the Azure AD Domain Services managed domain.
132-
>
133-
>
132+
>
133+
>
134134
135135
* Ensure that you have [enabled password synchronization](active-directory-ds-getting-started-password-sync.md) in accordance with the steps outlined in the Getting Started guide.
136136
* **External accounts:** Ensure that the affected user account is not an external account in the Azure AD tenant. Examples of external accounts include Microsoft accounts (for example, '[email protected]') or user accounts from an external Azure AD directory. Since Azure AD Domain Services does not have credentials for such user accounts, these users cannot sign in to the managed domain.
137137
* **Synced accounts:** If the affected user accounts are synchronized from an on-premises directory, verify that:
138-
139-
* You have deployed or updated to the [latest recommended release of Azure AD Connect](active-directory-ds-getting-started-password-sync.md#install-or-update-azure-ad-connect).
138+
139+
* You have deployed or updated to the [latest recommended release of Azure AD Connect](https://www.microsoft.com/en-us/download/details.aspx?id=47594).
140140
* You have configured Azure AD Connect to [perform a full synchronization](active-directory-ds-getting-started-password-sync.md).
141141
* Depending on the size of your directory, it may take a while for user accounts and credential hashes to be available in Azure AD Domain Services. Ensure you wait long enough before retrying authentication (depending on the size of your directory - a few hours to a day or two for large directories).
142142
* If the issue persists after verifying the preceding steps, try restarting the Microsoft Azure AD Sync Service. From your sync machine, launch a command prompt and execute the following commands:
143-
143+
144144
1. net stop 'Microsoft Azure AD Sync'
145145
2. net start 'Microsoft Azure AD Sync'
146146
* **Cloud-only accounts**: If the affected user account is a cloud-only user account, ensure that the user has changed their password after you enabled Azure AD Domain Services. This step causes the credential hashes required for Azure AD Domain Services to be generated.
@@ -152,4 +152,3 @@ To remove the user account fully from your managed domain, delete the user perma
152152

153153
## Contact Us
154154
Contact the Azure Active Directory Domain Services product team to [share feedback or for support](active-directory-ds-contact-us.md).
155-

articles/api-management/api-management-howto-disaster-recovery-backup-restore.md

+15-16
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ This guide shows how to authenticate Azure Resource Manager requests, and how to
2626

2727
> [!NOTE]
2828
> The process for backing up and restoring an API Management service instance for disaster recovery can also be used for replicating API Management service instances for scenarios such as staging.
29-
>
29+
>
3030
> Note that each backup expires after 7 days. If you attempt to restore a backup after the 7 day expiration period has expired, the restore will fail with a `Cannot restore: backup expired` message.
31-
>
32-
>
31+
>
32+
>
3333
3434
## Authenticating Azure Resource Manager requests
3535
> [!IMPORTANT]
3636
> The REST API for backup and restore uses Azure Resource Manager and has a different authentication mechanism than the REST APIs for managing your API Management entities. The steps in this section describe how to authenticate Azure Resource Manager requests. For more information, see [Authenticating Azure Resource Manager requests](http://msdn.microsoft.com/library/azure/dn790557.aspx).
37-
>
38-
>
37+
>
38+
>
3939
4040
All of the tasks that you do on resources using the Azure Resource Manager must be authenticated with Azure Active Directory using the following steps.
4141

@@ -46,9 +46,9 @@ All of the tasks that you do on resources using the Azure Resource Manager must
4646
The first step is to create an Azure Active Directory application. Log into the [Azure Classic Portal](http://manage.windowsazure.com/) using the subscription that contains your API Management service instance and navigate to the **Applications** tab for your default Azure Active Directory.
4747

4848
> [!NOTE]
49-
> If the Azure Active Directory default directory is not visible to your account, contact the administrator of the Azure subscription to grant the required permissions to your account. For information on locating your default directory, see [Locate your default directory](../virtual-machines/virtual-machines-windows-create-aad-work-id.md#locate-your-default-directory-in-the-azure-portal).
50-
>
51-
>
49+
> If the Azure Active Directory default directory is not visible to your account, contact the administrator of the Azure subscription to grant the required permissions to your account. For information on locating your default directory, see "Locate your default directory in the Azure classic portal" in [Creating a Work or School identity in Azure Active Directory to use with Windows VMs](../virtual-machines/virtual-machines-windows-create-aad-work-id.md).
50+
>
51+
>
5252
5353
![Create Azure Active Directory application][api-management-add-aad-application]
5454

@@ -99,7 +99,7 @@ Replace `{tenant id}` with the tenant id of the Azure Active Directory applicati
9999

100100
![Endpoints][api-management-endpoint]
101101

102-
Replace `{application id}` and `{redirect uri}` using the **Client Id** and the URL from the **Redirect Uris** section from your Azure Active Directory application's **Configure** tab.
102+
Replace `{application id}` and `{redirect uri}` using the **Client Id** and the URL from the **Redirect Uris** section from your Azure Active Directory application's **Configure** tab.
103103

104104
![Resources][api-management-aad-resources]
105105

@@ -139,8 +139,8 @@ Backup is a long running operation that may take multiple minutes to complete.
139139
**Note**:
140140

141141
* **Container** specified in the request body **must exist**.
142-
* While backup is in progress you **should not attempt any service management operations** such as SKU upgrade or downgrade, domain name change, etc.
143-
* Restore of a **backup is guaranteed only for 7 days** since the moment of its creation.
142+
* While backup is in progress you **should not attempt any service management operations** such as SKU upgrade or downgrade, domain name change, etc.
143+
* Restore of a **backup is guaranteed only for 7 days** since the moment of its creation.
144144
* **Usage data** used for creating analytics reports **is not included** in the backup. Use [Azure API Management REST API][Azure API Management REST API] to periodically retrieve analytics reports for safekeeping.
145145
* The frequency with which you perform service backups will affect your recovery point objective. To minimize it we advise implementing regular backups as well as performing on-demand backups after making important changes to your API Management service.
146146
* **Changes** made to the service configuration (e.g. APIs, policies, developer portal appearance) while backup operation is in process **might not be included in the backup and therefore will be lost**.
@@ -172,15 +172,15 @@ Restore is a long running operation that may take up to 30 or more minutes to co
172172

173173
> [!IMPORTANT]
174174
> **The SKU** of the service being restored into **must match** the SKU of the backed up service being restored.
175-
>
175+
>
176176
> **Changes** made to the service configuration (e.g. APIs, policies, developer portal appearance) while restore operation is in progress **could be overwritten**.
177-
>
178-
>
177+
>
178+
>
179179
180180
## Next steps
181181
Check out the following Microsoft blogs for two different walkthroughs of the backup/restore process.
182182

183-
* [Replicate Azure API Management Accounts](https://www.returngis.net/en/2015/06/replicate-azure-api-management-accounts/)
183+
* [Replicate Azure API Management Accounts](https://www.returngis.net/en/2015/06/replicate-azure-api-management-accounts/)
184184
* Thank you to Gisela for her contribution to this article.
185185
* [Azure API Management: Backing Up and Restoring Configuration](http://blogs.msdn.com/b/stuartleeks/archive/2015/04/29/azure-api-management-backing-up-and-restoring-configuration.aspx)
186186
* The approach detailed by Stuart does not match the official guidance but it is very interesting.
@@ -200,4 +200,3 @@ Check out the following Microsoft blogs for two different walkthroughs of the ba
200200
[api-management-aad-resources]: ./media/api-management-howto-disaster-recovery-backup-restore/api-management-aad-resources.png
201201
[api-management-arm-token]: ./media/api-management-howto-disaster-recovery-backup-restore/api-management-arm-token.png
202202
[api-management-endpoint]: ./media/api-management-howto-disaster-recovery-backup-restore/api-management-endpoint.png
203-

articles/application-gateway/application-gateway-introduction.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Application Gateway is currently offered in three sizes: Small, Medium, and Larg
5757

5858
There are currently two skus for Application Gateway: WAF and Standard.
5959

60-
You can create up to 50 application gateways per subscription, and each application gateway can have up to 10 instances each. Each application gateway can consist of 20 http listeners. For a complete list of application gateway limits visit the [Service Limits](../azure-subscription-service-limits.md#application-gateway) page.
60+
You can create up to 50 application gateways per subscription, and each application gateway can have up to 10 instances each. Each application gateway can consist of 20 http listeners. For a complete list of application gateway limits, see [Azure subscription and service limits, quotas, and constraints](../azure-subscription-service-limits.md).
6161

6262
The following table shows an average performance throughput for each application gateway instance:
6363

@@ -68,8 +68,8 @@ The following table shows an average performance throughput for each application
6868

6969
> [!NOTE]
7070
> These values are approximate values for an application gateway throughput. The actual throughput depends on various environment details, such as average page size, location of back-end instances, and processing time to serve a page. For exact performance numbers, you should run your own tests, these values are only provided for capacity planning guidance.
71-
>
72-
>
71+
>
72+
>
7373
7474
## Health monitoring
7575
Azure Application Gateway automatically monitors the health of the back-end instances through basic or custom health probes. By using health probes, this ensures that only healthy hosts respond to traffic. For more information, see [Application Gateway health monitoring overview](application-gateway-probe-overview.md).
@@ -83,4 +83,3 @@ You can create and manage an application gateway by using REST APIs, PowerShell
8383
After learning about Application gateway, you can [create an application gateway](application-gateway-create-gateway-portal.md) or you can [create an application gateway SSL offload](application-gateway-ssl-arm.md) to load-balance HTTPS connections.
8484

8585
To learn how to create an application gateway using URL-based content routing, go to [Create an application gateway using URL-based routing](application-gateway-create-url-route-arm-ps.md) for more information.
86-

0 commit comments

Comments
 (0)