Skip to content

Commit 3e26b8a

Browse files
Merge pull request #242782 from GabstaMSFT/main
Updating Extension Documentation
2 parents 1ade58c + 144b8cb commit 3e26b8a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

articles/virtual-machines/extensions/agent-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Testing has confirmed that the following systems work with the Azure Linux VM Ag
8787
8888
Other supported systems:
8989

90-
- FreeBSD 10+ (Azure Linux VM Agent v2.0.10+)
90+
- The Agent works on more systems than those listed in the documentation. However, we do not test or provide support for distros that are not on the endorsed list. In particular, FreeBSD is not endorsed. The customer can try FreeBSD 8 and if they run into problems they can open an issue in our [Github repository](https://github.com/Azure/WALinuxAgent) and we may be able to help.
9191

9292
The Linux agent depends on these system packages to function properly:
9393

articles/virtual-machines/extensions/custom-script-windows.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ If your script is on a local server, you might still need to open other firewall
5454

5555
### Tips
5656

57+
- Output is limited to the last 4,096 bytes.
5758
- The highest failure rate for this extension is due to syntax errors in the script. Verify that the script runs without errors. Put more logging into the script to make it easier to find failures.
5859
- Write scripts that are idempotent, so that running them more than once accidentally doesn't cause system changes.
5960
- Ensure that the scripts don't require user input when they run.

0 commit comments

Comments
 (0)