You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/getting_started/integrations/azure.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -317,6 +317,34 @@ To install the Agent based on operating system or CI and CD tool, see the [Datad
317
317
318
318
**Note**: Domain controllers are not supported when installing the Datadog Agent with the Azure extension.
319
319
320
+
#### Apply a custom configuration with the agentConfiguration parameter
321
+
322
+
You can use the `agentConfiguration` parameter to apply custom configurations to your Agents. Expand the section corresponding with your operating system below for instructions.
1. After installing the Agent, apply any desired [Agent configurations][300].
326
+
2. Navigate to `%ProgramData%\Datadog`. Remove any extra installation artifacts or files that may be present. Ensure that the folder contains only:
327
+
-`datadog.yaml`
328
+
-`conf.d` folder containing your integration configurations
329
+
3. Save the sanitized `%ProgramData%\Datadog` folder as a zip file.
330
+
4. Generate a hash of the zipped folder using the PowerShell command `Get-FileHash %ProgramData%\Datadog.zip -Algorithm SHA256`. Reference this hash in the Terraform block with the `agentConfigurationChecksum` parameter.
331
+
5. Upload the file to blob storage.
332
+
6. Reference the blob storage URL in the Terraform block with the `agentConfiguration` parameter to create the VM extension.
1. After installing the Agent, apply any desired [Agent configurations][400].
339
+
2. Save the `/etc/datadog-agent` folder as a zip file, using the command `zip -r datadog_config.zip /etc/datadog-agent`.
340
+
3. Generate a hash of the zipped folder using the command `sha256sum datadog_config.zip`. Reference this hash in the Terraform block with the `agentConfigurationChecksum` parameter.
341
+
4. Upload the file to blob storage.
342
+
5. Reference the blob storage URL in the Terraform block with the `agentConfiguration` parameter to create the VM extension.
0 commit comments