Skip to content

Commit 980139a

Browse files
authored
Merge pull request #177445 from alexbuckgit/alexbuckgit/docutune-autopr-20211025-193844-2965520
DocuTune: Fix or remove abbreviations
2 parents 88737fc + 61b1ee3 commit 980139a

File tree

11 files changed

+21
-21
lines changed

11 files changed

+21
-21
lines changed

articles/active-directory-b2c/partner-f5.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The secure hybrid access solution for this scenario is made up of the following
5959

6060
- **Application** - Backend service being protected by Azure AD B2C and BIG-IP secure hybrid access
6161

62-
- **Azure AD B2C** - The IdP and Open ID Connect (OIDC) authorization server, responsible for verification of user credentials, multi-factor authentication (MFA), and SSO to the BIG-IP APM.
62+
- **Azure AD B2C** - The IdP and Open ID Connect (OIDC) authorization server, responsible for verification of user credentials, multifactor authentication (MFA), and SSO to the BIG-IP APM.
6363

6464
- **BIG-IP** - As the reverse proxy for the application, the BIG-IP APM also becomes the OIDC client, delegating authentication to the OIDC authorization server, before performing header-based SSO to the backend service.
6565

@@ -222,9 +222,9 @@ Here, we'll configure Azure AD B2C as the OAuth2 IdP. You’ll notice that the G
222222

223223
|Properties | Descriptions|
224224
|:---------|:---------|
225-
| Client ID | The client ID of the application representing the BIG-IP in your Azure AD B2C tenant.|
225+
| Client ID | The client ID of the application representing the BIG-IP in your Azure AD B2C tenant. |
226226
| Client secret | The application’s corresponding client secret. |
227-
|Client-server SSL profile | Setting an SSL profile will ensure the APM communicates with the Azure AD B2C IdP over TLS. Select the default serverssl option.|
227+
|Client-server SSL profile | Setting an SSL profile will ensure the APM communicates with the Azure AD B2C IdP over TLS. Select the default `serverssl` option. |
228228

229229
- **OAuth request settings**
230230

@@ -281,7 +281,7 @@ Here, we'll configure Azure AD B2C as the OAuth2 IdP. You’ll notice that the G
281281
| Service port | HTTPS |
282282
| Enable redirect port | Check to have users auto redirected from http to https |
283283
| Redirect port | HTTP |
284-
| Client SSL profile | Swap the pre-defined clientssl profile with the one containing your SSL certificate. Testing with the default profile is also ok but will likely cause a browser alert.|
284+
| Client SSL profile | Swap the predefined `clientssl` profile with the one containing your SSL certificate. Testing with the default profile is also ok but will likely cause a browser alert. |
285285

286286
- **Pool properties**
287287

articles/active-directory/cloud-sync/tutorial-pilot-aadc-aadccp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Azure AD Connect sync synchronizes changes occurring in your on-premises directo
198198
>[!NOTE]
199199
>If you are running your own custom scheduler for Azure AD Connect sync, then please enable the scheduler.
200200
201-
Once the scheduler is enabled, Azure AD Connect will stop exporting any changes on objects with `cloudNoFlow=true` in the metaverse, unless any reference attribute (eg. manager) is being updated. In case there is any reference attribute update on the object, Azure AD Connect will ignore the `cloudNoFlow` signal and export all updates on the object.
201+
Once the scheduler is enabled, Azure AD Connect will stop exporting any changes on objects with `cloudNoFlow=true` in the metaverse, unless any reference attribute (such as `manager`) is being updated. In case there is any reference attribute update on the object, Azure AD Connect will ignore the `cloudNoFlow` signal and export all updates on the object.
202202

203203
## Something went wrong
204204
In case the pilot does not work as expected, you can go back to the Azure AD Connect sync setup by following the steps below:

articles/active-directory/conditional-access/terms-of-use.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Azure AD terms of use policies have the following capabilities:
4141
- Require employees or guests to accept your terms of use policy prior to registering security information in Azure AD Multi-Factor Authentication (MFA).
4242
- Require employees to accept your terms of use policy prior to registering security information in Azure AD self-service password reset (SSPR).
4343
- Present a general terms of use policy for all users in your organization.
44-
- Present specific terms of use policies based on a user attributes (ex. doctors vs nurses or domestic vs international employees, by using [dynamic groups](../enterprise-users/groups-dynamic-membership.md)).
44+
- Present specific terms of use policies based on a user attributes (such as doctors versus nurses, or domestic versus international employees) by using [dynamic groups](../enterprise-users/groups-dynamic-membership.md)).
4545
- Present specific terms of use policies when accessing high business impact applications, like Salesforce.
4646
- Present terms of use policies in different languages.
4747
- List who has or hasn't accepted to your terms of use policies.

articles/active-directory/manage-apps/f5-bigip-deployment-guide.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ Prior F5 BIG-IP experience or knowledge isn't necessary, however, we do recommen
4242

4343
- A wildcard or Subject Alternative Name (SAN) certificate, to publish web applications over Secure Socket Layer (SSL). [Let’s encrypt](https://letsencrypt.org/) offers free 90 days certificate for testing.
4444

45-
- An SSL certificate for securing the BIG-IPs management interface. A certificate used to publish web apps can be used, if its subject corresponds to the BIG-IP's Fully qualified domain name (FQDN). For example, a wildcard certificate defined with a subject *.contoso.com would be suitable for `https://big-ip-vm.contoso.com:8443`
45+
- An SSL certificate for securing the BIG-IPs management interface. A certificate used to publish web apps can be used, if its subject corresponds to the BIG-IP's Fully qualified domain name (FQDN). For example, a wildcard certificate defined with a subject `*.contoso.com` would be suitable for `https://big-ip-vm.contoso.com:8443`
4646

47-
VM deployment and base system configs take approx. 30 minutes, at which point your BIG-IP platform will be ready for implementing any of the SHA scenarios listed [here](f5-aad-integration.md).
47+
VM deployment and base system configs take approximately 30 minutes, at which point your BIG-IP platform will be ready for implementing any of the SHA scenarios listed in [Integrate F5 BIG-IP with Azure Active Directory](f5-aad-integration.md).
4848

4949
For testing the scenarios, this tutorial assumes the BIG-IP will be deployed into an Azure resource group containing an Active Directory (AD) environment. The environment should consist of a Domain Controller (DC) and web host (IIS) VMs. Having these servers in other locations to the BIG-IP VM is also ok, providing the BIG-IP has line of sight to each of the roles required to support a given scenario. Scenarios where the BIG-IP VM is connected to another environment over a VPN connection are also supported.
5050

@@ -230,7 +230,7 @@ The following steps assume the DNS zone of the public domain used for your SHA s
230230
If you manage your DNS domain namespace using an external provider like [GoDaddy](https://www.godaddy.com/), then you'll need to create records using their own DNS management facility.
231231

232232
>[!NOTE]
233-
>You can also use a PC’s local hosts file if testing and frequently switching DNS records. The localhosts file on a Windows PC can be accessed by pressing Win + R on the keyboard and submitting the word **drivers** in the run box. Just be mindful that a localhost record will only provide DNS resolution for the local PC, not other clients.
233+
>You can also use a PC’s local hosts file if testing and frequently switching DNS records. The local hosts file on a Windows PC can be accessed by pressing Win + R on the keyboard and entering *drivers* in the **Run** box. Just be mindful that a local host record will only provide DNS resolution for the local PC, not other clients.
234234
235235
## Client traffic
236236

@@ -351,15 +351,15 @@ Provisioning both, Client and Server SSL profiles will have the BIG-IP pre-confi
351351

352352
2. From the **Import Type** drop down list, select **PKCS 12(IIS)**
353353

354-
3. Provide a name for the imported certificate, for example, `ContosoWilcardCert`
354+
3. Provide a name for the imported certificate, such as `ContosoWildcardCert`.
355355

356356
4. Select **Choose File** to browse to the SSL web certificate who’s subject name corresponds to the domain suffix you plan on using for published services
357357

358358
5. Provide the **password** for the imported certificate then select **Import**
359359

360360
6. From the left-navigation bar, go to **Local Traffic** > **Profiles** > **SSL** > **Client** and then select **Create**
361361

362-
7. In the **New Client SSL Profile** page, provide a unique friendly name for the new client SSL profile and ensure the Parent profile is set to **clientssl**
362+
7. In the **New Client SSL Profile** page, provide a unique friendly name for the new client SSL profile and ensure the Parent profile is set to `clientssl`.
363363

364364
![The image shows update big-ip](./media/f5ve-deployment-plan/client-ssl.png)
365365

@@ -371,7 +371,7 @@ Provisioning both, Client and Server SSL profiles will have the BIG-IP pre-confi
371371

372372
10. Repeat steps 6-9 to create an **SSL server certificate profile**. From the top ribbon, select **SSL** > **Server** > **Create**.
373373

374-
11. In the **New Server SSL Profile** page, provide a unique friendly name for the new server SSL profile and ensure the Parent profile is set to **serverssl**
374+
11. In the **New Server SSL Profile** page, provide a unique friendly name for the new server SSL profile and ensure the Parent profile is set to `serverssl`.
375375

376376
12. Select the far-right check box for the Certificate and Key rows and from the drop-down list select your imported certificate, followed by **Finished**.
377377

articles/azure-monitor/visualize/workbooks-tile-visualizations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The author has an option to set the tile width in the tile settings.
101101
102102
* `fixed` (default)
103103
104-
The default behavior of tiles is to be the same fixed width, approx. 160 pixels wide, plus the space around the tiles.
104+
The default behavior of tiles is to be the same fixed width, approximately 160 pixels wide, plus the space around the tiles.
105105
106106
![Screenshot displaying fixed width tiles](./media/workbooks-tile-visualizations/tiles-fixed.png)
107107
* `auto`

articles/cosmos-db/how-to-setup-cmk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ When using customer-managed keys, [Request Units](./request-units.md) consumed b
358358
| Operation type | Request Unit increase |
359359
|---|---|
360360
| Point-reads (fetching items by their ID) | + 5% per operation |
361-
| Any write operation | + 6% per operation<br/>approx. + 0.06 RU per indexed property |
361+
| Any write operation | + 6% per operation <br/> Approximately + 0.06 RU per indexed property |
362362
| Queries, reading change feed, or conflict feed | + 15% per operation |
363363
364364
### What data gets encrypted with the customer-managed keys?

articles/hdinsight/spark/apache-spark-create-standalone-application.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In this tutorial, you learn how to:
3131

3232
* [Oracle Java Development kit](https://www.azul.com/downloads/azure-only/zulu/). This tutorial uses Java version 8.0.202.
3333

34-
* A Java IDE. This article uses [IntelliJ IDEA Community ver. 2018.3.4](https://www.jetbrains.com/idea/download/).
34+
* A Java IDE. This article uses [IntelliJ IDEA Community 2018.3.4](https://www.jetbrains.com/idea/download/).
3535

3636
* Azure Toolkit for IntelliJ. See [Installing the Azure Toolkit for IntelliJ](/java/azure/intellij/azure-toolkit-for-intellij-create-hello-world-web-app#installation-and-sign-in).
3737

@@ -223,7 +223,7 @@ If you're not going to continue to use this application, delete the cluster that
223223

224224
1. Select **Delete**. Select **Yes**.
225225

226-
:::image type="content" source="./media/apache-spark-create-standalone-application/hdinsight-azure-portal-delete-cluster.png" alt-text="HDInsight azure portal delete cluster" border="true":::
226+
:::image type="content" source="./media/apache-spark-create-standalone-application/hdinsight-azure-portal-delete-cluster.png" alt-text="Screenshot showing how to delete an HDInsight cluster via the Azure portal." border="true":::
227227

228228
## Next step
229229

articles/hdinsight/spark/apache-spark-intellij-tool-failure-debug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This article provides step-by-step guidance on how to use HDInsight Tools in [Az
1717

1818
* [Oracle Java Development kit](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html). This tutorial uses Java version 8.0.202.
1919

20-
* IntelliJ IDEA. This article uses [IntelliJ IDEA Community ver. 2019.1.3](https://www.jetbrains.com/idea/download/#section=windows).
20+
* IntelliJ IDEA. This article uses [IntelliJ IDEA Community 2019.1.3](https://www.jetbrains.com/idea/download/#section=windows).
2121

2222
* Azure Toolkit for IntelliJ. See [Installing the Azure Toolkit for IntelliJ](/azure/developer/java/toolkit-for-intellij/installation).
2323

articles/hdinsight/spark/apache-spark-intellij-tool-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In this article, you learn how to:
2929

3030
* [Oracle Java Development kit](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html). This article uses Java version 8.0.202.
3131

32-
* IntelliJ IDEA. This article uses [IntelliJ IDEA Community ver. 2018.3.4](https://www.jetbrains.com/idea/download/).
32+
* IntelliJ IDEA. This article uses [IntelliJ IDEA Community 2018.3.4](https://www.jetbrains.com/idea/download/).
3333

3434
* Azure Toolkit for IntelliJ. See [Installing the Azure Toolkit for IntelliJ](/azure/developer/java/toolkit-for-intellij/).
3535

articles/virtual-machines/linux/openshift-container-platform-3x.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ Different releases may have different parameters so verify the necessary paramet
277277
| `domainName` | Name of the custom domain name to use (if applicable). Set to "none" if not deploying fully private cluster | | none |
278278
| `masterClusterDnsType` | Domain type for OpenShift web console. 'default' will use DNS label of master infra public IP. 'custom' allows you to define your own name | default <br> custom | default |
279279
| `masterClusterDns` | The custom DNS name to use to access the OpenShift web console if you selected 'custom' for `masterClusterDnsType` | | console.contoso.com |
280-
| `routingSubDomainType` | If set to 'nipio', `routingSubDomain` will use nip.io. Use 'custom' if you have your own domain that you want to use for routing | nipio <br> custom | nipio |
280+
| `routingSubDomainType` | If set to `nipio`, `routingSubDomain` will use `nip.io`. Use 'custom' if you have your own domain that you want to use for routing | `nipio` <br> custom | `nipio` |
281281
| `routingSubDomain` | The wildcard DNS name you want to use for routing if you selected 'custom' for `routingSubDomainType` | | apps.contoso.com |
282282
| `virtualNetworkNewOrExisting` | Select whether to use an existing Virtual Network or create a new Virtual Network | existing <br> new | new |
283283
| `virtualNetworkResourceGroupName` | Name of the Resource Group for the new Virtual Network if you selected 'new' for `virtualNetworkNewOrExisting` | | resourceGroup().name |

0 commit comments

Comments
 (0)