Skip to content

Commit 558a74b

Browse files
Merge pull request #252474 from MicrosoftDocs/alexbuckgit/docutune-autopr-20230921-183315-5078355-ignore-build
[BULK] DocuTune - Formatting fixes (part 1)
2 parents 6730bd0 + 3026b7d commit 558a74b

File tree

9 files changed

+12
-13
lines changed

9 files changed

+12
-13
lines changed

articles/active-directory/architecture/backup-authentication-system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The backup authentication system is supported in all cloud environments except M
122122
| Cornerstone Single Sign-on | No | SAML SP-initiated |
123123
| Docusign | No | SAML SP-initiated |
124124
| Druva | No | SAML SP-initiated |
125-
| F5 BIG-IP ARM Microsoft Entra integration | No | SAML SP-initiated |
125+
| F5 BIG-IP APM Azure AD integration | No | SAML SP-initiated |
126126
| FortiGate SSL VPN | No | SAML SP-initiated |
127127
| Freshworks | No | SAML SP-initiated |
128128
| Gmail | Yes | Protected |

articles/ai-services/document-intelligence/containers/disconnected.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,8 @@ services:
265265
ports:
266266
- "5001:5001"
267267
user: "1000:1000" # echo $(id -u):$(id -g)
268+
```
268269
269-
270-
```
271270
::: moniker-end
272271
273272
## Other parameters and commands

articles/ai-services/document-intelligence/containers/install-run.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ http {
562562

563563
2. The following code sample is a self-contained `docker compose` example to run Document Intelligence Layout, Studio and Custom template containers together. With `docker compose`, you use a YAML file to configure your application's services. Then, with `docker-compose up` command, you create and start all the services from your configuration.
564564

565-
```yml
565+
```yml
566566
version: '3.3'
567567
services:
568568
nginx:
@@ -1040,7 +1040,7 @@ http {
10401040

10411041
2. The following code sample is a self-contained `docker compose` example to run Document Intelligence Layout, Label Tool, Custom API, and Custom Supervised containers together. With `docker compose`, you use a YAML file to configure your application's services. Then, with `docker-compose up` command, you create and start all the services from your configuration.
10421042

1043-
```yml
1043+
```yml
10441044
version: '3.3'
10451045
services:
10461046
nginx:

articles/aks/availability-zones.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ As you add more nodes to an agent pool, the Azure platform automatically distrib
110110

111111
With Kubernetes versions 1.17.0 and later, AKS uses the newer label `topology.kubernetes.io/zone` and the deprecated `failure-domain.beta.kubernetes.io/zone`. You can get the same result from running the `kubelet describe nodes` command in the previous step, by running the following script:
112112

113-
```bash
113+
```bash
114114
kubectl get nodes -o custom-columns=NAME:'{.metadata.name}',REGION:'{.metadata.labels.topology\.kubernetes\.io/region}',ZONE:'{metadata.labels.topology\.kubernetes\.io/zone}'
115115
```
116116

articles/azure-arc/kubernetes/workload-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ kubectl port-forward svc/hello-world-service -n stage-kaizen-app-team-hello-worl
454454
455455
Run the following command for the `large` cluster and open `localhost:8002` in your browser:
456456
457-
```bash
457+
```bash
458458
kubectl port-forward svc/hello-world-service -n stage-kaizen-app-team-hello-world-app-uat-test 8002:8000 --context=large
459459
```
460460

articles/azure-health-insights/trial-matcher/patient-info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The value of the ```fhirBundle``` should be provided as a reference with the con
9696

9797
The following example shows how to provide patient information as a FHIR Bundle:
9898

99-
```json
99+
```json
100100
{
101101
"configuration": {
102102
"clinicalTrials": {

articles/azure-linux/tutorial-azure-linux-create-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Use the Kubernetes CLI, kubectl, to connect to the Kubernetes cluster from your
3535

3636
If you don't already have kubectl installed, install it through Azure CLI using `az aks install-cli` or follow the [upstream instructions](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/).
3737

38-
```azurecli-interactive
38+
```azurecli-interactive
3939
az aks install-cli
40-
```
40+
```
4141

4242
## 2 - Create a resource group
4343

articles/azure-monitor/agents/data-collection-text-log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The easiest way to make the REST call is from an Azure Cloud PowerShell command
4343

4444
Copy and paste the following script in to PowerShell to create the table in your workspace. Make sure to replace the {subscription}, {resource group}, {workspace name}, and {table name} in the script. Make sure that there are no extra blanks at the beginning or end of the parameters
4545

46-
```code
46+
```code
4747
$tableParams = @'
4848
{
4949
"properties": {

articles/communication-services/how-tos/calling-sdk/callkit-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,12 @@ description: Steps on how to integrate CallKit with ACS Calling SDK
172172
}
173173
```
174174

175-
## CallKit Integration (within App)
175+
## CallKit Integration (within App)
176176

177177
If you wish to integrate the CallKit within the app and not use the CallKit implementation in the SDK, refer to the quickstart sample [here](https://github.com/Azure-Samples/communication-services-ios-quickstarts/tree/main/add-video-calling).
178178
But one of the important things to take care of is to start the audio at the right time. Like following
179179

180-
```Swift
180+
```Swift
181181
let outgoingAudioOptions = OutgoingAudioOptions()
182182
outgoingAudioOptions.muted = true
183183

0 commit comments

Comments
 (0)