Skip to content

Commit b37c1d3

Browse files
committed
edit JSON indentation
1 parent c59861e commit b37c1d3

File tree

1 file changed

+53
-49
lines changed
  • src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/partners

1 file changed

+53
-49
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/partners/intune.mdx

Lines changed: 53 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ sidebar:
66

77
---
88

9+
This guide covers how to deploy the Cloudflare WARP client using Microsoft Intune.
10+
911
## Windows
1012

1113
### Prerequisites
@@ -44,6 +46,8 @@ Intune allows you to insert [predefined variables](https://learn.microsoft.com/e
4446

4547
## Android
4648

49+
To deploy WARP on Android devices:
50+
4751
1. Log in to your Microsoft Intune account.
4852
2. Go to **Apps** > **Android** >**Add**.
4953
3. In **App type**, select _Managed Google Play app_.
@@ -56,55 +60,55 @@ Intune allows you to insert [predefined variables](https://learn.microsoft.com/e
5660
10. For **Targeted app**, select **Cloudflare One Agent**. Select **Next**.
5761
11. For **Configuration settings format**, select _Enter JSON data_. Enter your desired [deployment parameters](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters/) in the `managedProperty` field. For example:
5862

59-
```json
60-
{
61-
"kind": "androidenterprise#managedConfiguration",
62-
"productId": "app:com.cloudflare.cloudflareoneagent",
63-
"managedProperty": [
64-
{
65-
"key": "app_config_bundle_list",
66-
"valueBundleArray": [
67-
{
68-
"managedProperty": [
69-
{
70-
"key": "organization",
71-
"valueString": "your-team-name"
72-
},
73-
{
74-
"key": "display_name",
75-
"valueString": "Production environment"
76-
},
77-
{
78-
"key": "service_mode",
79-
"valueString": "warp"
80-
},
81-
{
82-
"key": "onboarding",
83-
"valueBool": false
84-
},
85-
{
86-
"key": "support_url",
87-
"valueString": "https://support.example.com/"
88-
}
89-
]
90-
},
91-
{
92-
"managedProperty": [
93-
{
94-
"key": "organization",
95-
"valueString": "test-org"
96-
},
97-
{
98-
"key": "display_name",
99-
"valueString": "Test environment"
100-
}
101-
]
102-
}
103-
]
104-
}
105-
]
106-
}
107-
```
63+
```json
64+
{
65+
"kind": "androidenterprise#managedConfiguration",
66+
"productId": "app:com.cloudflare.cloudflareoneagent",
67+
"managedProperty": [
68+
{
69+
"key": "app_config_bundle_list",
70+
"valueBundleArray": [
71+
{
72+
"managedProperty": [
73+
{
74+
"key": "organization",
75+
"valueString": "your-team-name"
76+
},
77+
{
78+
"key": "display_name",
79+
"valueString": "Production environment"
80+
},
81+
{
82+
"key": "service_mode",
83+
"valueString": "warp"
84+
},
85+
{
86+
"key": "onboarding",
87+
"valueBool": false
88+
},
89+
{
90+
"key": "support_url",
91+
"valueString": "https://support.example.com/"
92+
}
93+
]
94+
},
95+
{
96+
"managedProperty": [
97+
{
98+
"key": "organization",
99+
"valueString": "test-org"
100+
},
101+
{
102+
"key": "display_name",
103+
"valueString": "Test environment"
104+
}
105+
]
106+
}
107+
]
108+
}
109+
]
110+
}
111+
```
108112

109113
Alternatively, if you do not want to copy/paste the JSON data, you can change **Configuration settings format** to _Use configuration designer_ and manually configure each deployment parameter.
110114

0 commit comments

Comments
 (0)