1
1
---
2
2
title : How to create a machine configuration assignment using the Azure Rest API
3
- description : >-
4
- Learn how to deploy configurations to machines with the Azure Rest API.
3
+ description : Learn how to deploy configurations to machines with the Azure Rest API.
5
4
ms.date : 03/26/2025
6
5
ms.topic : how-to
7
6
ms.custom : devx-track-arm-rest-api
@@ -50,7 +49,7 @@ Authorization Bearer <yourTokenHere>
50
49
A request is composed of the following properties, which together make up a Machine Configuration
51
50
Assignment.
52
51
53
- ### Azure Resource Properties
52
+ ### Azure Resource properties
54
53
55
54
These fields are the top level of properties as depicted in the sample request, and is made of the
56
55
following properties.
@@ -76,7 +75,7 @@ following list:
76
75
- ` ConfigurationSettings ` - Defines other configuration options for the assignment. For more
77
76
information, see [ Configuration Setting] ( #configuration-setting )
78
77
79
- ### Assignment Type
78
+ ### Assignment type
80
79
81
80
An assignment type defines how the Guest Configuration agent should process the assignment. Valid
82
81
values are:
@@ -87,14 +86,14 @@ values are:
87
86
settings.
88
87
- ` ApplyOnce ` - Apply the settings once.
89
88
90
- ### Configuration Parameter
89
+ ### Configuration parameter
91
90
92
91
An array of key-value pairs to pass into the Machine Configuration Assignment. For each pair:
93
92
94
93
- The key defines the name of the parameter to configure.
95
94
- The value defines the desired value to set or audit for the assignment.
96
95
97
- ### Configuration Setting
96
+ ### Configuration setting
98
97
99
98
These properties represent other configurable settings presented by Machine Configuration.
100
99
@@ -106,7 +105,7 @@ These properties represent other configurable settings presented by Machine Conf
106
105
- ` RebootIfNeeded ` - If supported by the module, allows for suppressing of restarts if a reboot is
107
106
needed.
108
107
109
- ### Example Request
108
+ ### Example request
110
109
111
110
```
112
111
let baseUrl = https://management.azure.com
0 commit comments