Skip to content

Commit e852a38

Browse files
author
Ryan Willis
committed
Incorporated John's feedback
1 parent 21cd961 commit e852a38

File tree

9 files changed

+20
-19
lines changed

9 files changed

+20
-19
lines changed

articles/azure-arc/servers/azcmagent-config.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ azcmagent config clear [property] [flags]
3131

3232
### Examples
3333

34-
Clear the proxy server URL property
34+
Clear the proxy server URL property.
3535

3636
```
3737
azcmagent config clear proxy.url
@@ -53,7 +53,7 @@ azcmagent config get [property] [flags]
5353

5454
### Examples
5555

56-
Get the agent mode
56+
Get the agent mode.
5757

5858
```
5959
azcmagent config get config.mode
@@ -75,13 +75,13 @@ azcmagent config info [property] [flags]
7575

7676
### Examples
7777

78-
Describe all available configuration properties and supported values
78+
Describe all available configuration properties and supported values.
7979

8080
```
8181
azcmagent config info
8282
```
8383

84-
Learn more about the extensions allowlist property and its supported values
84+
Learn more about the extensions allowlist property and its supported values.
8585

8686
```
8787
azcmagent config info extensions.allowlist
@@ -125,7 +125,7 @@ azcmagent config set [property] [value] [flags]
125125

126126
### Examples
127127

128-
Configure the agent to use a proxy server
128+
Configure the agent to use a proxy server.
129129

130130
```
131131
azcmagent config set proxy.url "http://proxy.contoso.corp:8080"

articles/azure-arc/servers/azcmagent-connect.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ azcmagent connect [authentication] --subscription-id [subscription] --resource-g
1717

1818
## Examples
1919

20-
Connect a server using the default login method (interactive browser or device code)
20+
Connect a server using the default login method (interactive browser or device code).
2121

2222
```
2323
azcmagent connect --subscription "Production" --resource-group "HybridServers" --location "eastus"
2424
```
2525

26-
Connect a server using a service principal
26+
Connect a server using a service principal.
2727

2828
```
2929
azcmagent connect --subscription "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee" --resource-group "HybridServers" --location "australiaeast" --service-principal-id "ID" --service-principal-secret "SECRET" --tenant-id "TENANT"
3030
```
3131

32-
Connect a server using a private endpoint and device code login method
32+
Connect a server using a private endpoint and device code login method.
3333

3434
```
3535
azcmagent connect --subscription "Production" --resource-group "HybridServers" --location "koreacentral" --use-device-code --private-link-scope "/subscriptions/.../Microsoft.HybridCompute/privateLinkScopes/ScopeName"

articles/azure-arc/servers/azcmagent-disconnect.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,19 @@ azcmagent disconnect [authentication] [flags]
1717

1818
## Examples
1919

20-
Disconnect a server using the default login method (interactive browser or device code)
20+
Disconnect a server using the default login method (interactive browser or device code).
2121

2222
```
2323
azcmagent disconnect
2424
```
2525

26-
Disconnect a server using a service principal
26+
Disconnect a server using a service principal.
27+
2728
```
2829
azcmagent disconnect --service-principal-id "ID" --service-principal-secret "SECRET"
2930
```
3031

31-
Disconnect a server if the corresponding resource in Azure has already been deleted
32+
Disconnect a server if the corresponding resource in Azure has already been deleted.
3233

3334
```
3435
azcmagent disconnect --force-local-only

articles/azure-arc/servers/azcmagent-genkey.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 04/20/2023
77

88
# azcmagent genkey
99

10-
Generates a private-public key pair that can be used to onboard a machine asynchronously. This command is used when connecting a server to an Azure Arc-enabled virtual machine offering (VMware vSphere, Azure Stack HCI, or System Center VMM). You should normally use [azcmagent connect](azcmagent-connect.md) to configure the agent.
10+
Generates a private-public key pair that can be used to onboard a machine asynchronously. This command is used when connecting a server to an Azure Arc-enabled virtual machine offering (for example, [Azure Arc-enabled VMware vSphere VMs](../vmware-vsphere/overview.md)). You should normally use [azcmagent connect](azcmagent-connect.md) to configure the agent.
1111

1212
## Usage
1313

articles/azure-arc/servers/azcmagent-help.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ azcmagent help [flags]
1717

1818
## Examples
1919

20-
Show all available commands for the command line interface
20+
Show all available commands for the command line interface.
2121

2222
```
2323
azcmagent help

articles/azure-arc/servers/azcmagent-license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ azcmagent license [flags]
1717

1818
## Examples
1919

20-
Show the license agreement
20+
Show the license agreement.
2121

2222
```
2323
azcmagent license

articles/azure-arc/servers/azcmagent-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Collect the most recent log files and store them in a ZIP archive in the current
2323
azcmagent logs
2424
```
2525

26-
Collect all log files and store them in a specific location
26+
Collect all log files and store them in a specific location.
2727

2828
```
2929
azcmagent logs --full --output "/tmp/azcmagent-logs.zip"

articles/azure-arc/servers/azcmagent-show.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ azcmagent show [flags]
1717

1818
## Examples
1919

20-
Check the status of the agent
20+
Check the status of the agent.
2121

2222
```
2323
azcmagent show
2424
```
2525

26-
Check the status of the agent and save it in a JSON file in the current directory
26+
Check the status of the agent and save it in a JSON file in the current directory.
2727

2828
```
2929
azcmagent show -j > "agent-status.json"
@@ -33,6 +33,6 @@ azcmagent show -j > "agent-status.json"
3333

3434
`--os`
3535

36-
Outputs additional information about the operating system
36+
Outputs additional information about the operating system.
3737

3838
[!INCLUDE [common-flags](includes/azcmagent-common-flags.md)]

articles/azure-arc/servers/azcmagent-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ azcmagent version [flags]
1717

1818
## Examples
1919

20-
Show the agent version
20+
Show the agent version.
2121

2222
```
2323
azcmagent version

0 commit comments

Comments
 (0)