Skip to content

Commit 477d2d4

Browse files
authored
[ZT] Fix syntax highlighting language (curl => sh) (#19310)
1 parent 60aca96 commit 477d2d4

File tree

2 files changed

+3
-3
lines changed
  • src/content/docs/cloudflare-one

2 files changed

+3
-3
lines changed

src/content/docs/cloudflare-one/connections/connect-networks/troubleshoot-tunnels/diag-logs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This command will output the status of each diagnostic task and place a `cloudfl
5858

5959
3. Verify that you can reach the metrics server address from the Docker host environment:
6060

61-
```curl
61+
```sh
6262
curl localhost:20241/diag/tunnel
6363
```
6464

src/content/docs/cloudflare-one/identity/idp-integration/entra-id.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Access and Gateway policies for an Entra group will also apply to all [nested gr
209209
You can require users to re-enter their credentials into Entra ID whenever they [re-authenticate their WARP session](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-sessions/). To configure this setting:
210210
1. Make a `GET` request to the [Identity Providers endpoint](/api/resources/zero_trust/subresources/identity_providers/) and copy the response for the Entra ID identity provider.
211211
2. [Update the Entra ID identity provider](/api/resources/zero_trust/subresources/identity_providers/methods/update/) using a `PUT` request. In the request body, include all existing configurations and set the `prompt` parameter to either `login` or `select_account`. For example,
212-
```curl {17}
212+
```sh {17}
213213
curl --request PUT \
214214
https://api.cloudflare.com/client/v4/accounts/{account_id}/access/identity_providers/{identity_provider_id} \
215215
--header "Authorization: Bearer <API_TOKEN>" \
@@ -253,4 +253,4 @@ You can require users to re-enter their credentials into Entra ID whenever they
253253
"type": "azureAD",
254254
"name": "my example idp"
255255
}
256-
```
256+
```

0 commit comments

Comments
 (0)