Skip to content

Commit d6b83e3

Browse files
committed
Clean up for Acrolinx hits
1 parent 4db5192 commit d6b83e3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/azure-government/documentation-government-csp-list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ ms.date: 10/31/2023
1010

1111
# Azure Government authorized reseller list
1212

13-
Since the launch of [Azure Government services in the Cloud Solution Provider (CSP) program)](https://azure.microsoft.com/blog/announcing-microsoft-azure-government-services-in-the-cloud-solution-provider-program/), we've worked with the partner community to bring them the benefits of this channel. Our goal is to enable the partner community to resell Azure Government and help them grow their business while providing customers with cloud services they need.
13+
Beginning with the launch of [Azure Government services in the Cloud Solution Provider (CSP) program)](https://azure.microsoft.com/blog/announcing-microsoft-azure-government-services-in-the-cloud-solution-provider-program/), we work with the partner community to bring them the benefits of this channel. Our goal is to enable the partner community to resell Azure Government and help them grow their business while providing customers with cloud services they need.
1414

15-
Below you can find a list of all the authorized Cloud Solution Providers (CSPs), Agreement for Online Services for Government (AOS-G), and Licensing Solution Providers (LSP) that can transact Azure Government. Updates to this list will be made as new partners are onboarded.
15+
Below you can find a list of all the authorized Cloud Solution Providers (CSPs), Agreement for Online Services for Government (AOS-G), and Licensing Solution Providers (LSP) that can transact Azure Government. We update this list as new partners are onboarded.
1616

1717
## Approved direct CSPs
1818

articles/orbital/resource-graph-samples.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: mosagie
1010
#customer intent: As a satellite operator, I need contact info
1111
---
1212

13-
# Azure Resource Graph sample queries for Azure Orbital Ground Station
13+
# Sample Resource Graph Queries for Azure Orbital Ground Station
1414

1515
This page is a collection of [Azure Resource Graph](../governance/resource-graph/overview.md) sample queries for Azure Orbital Ground Station. For a complete list of Azure Resource Graph samples, see
1616
[Resource Graph samples by Category](../governance/resource-graph/samples/samples-by-category.md) and [Resource Graph samples by Table](../governance/resource-graph/samples/samples-by-table.md).
@@ -52,7 +52,7 @@ OrbitalResources
5252
| project Contact = tostring(name), Groundstation = tostring(properties.groundStationName), Spacecraft, Contact_Profile, Reservation_Start_Time = todatetime(properties.reservationStartTime), Reservation_End_Time = todatetime(properties.reservationEndTime), Status=properties.status, Provisioning_Status=properties.provisioningState
5353
```
5454

55-
### List Contacts from Past ‘x’ Days
55+
### List Contacts from Past "x" Days
5656

5757
#### Sorted by reservation start time
5858

@@ -65,7 +65,7 @@ OrbitalResources
6565
| project Contact = tostring(name), Groundstation = tostring(properties.groundStationName), Spacecraft, Contact_Profile, Reservation_Start_Time = todatetime(properties.reservationStartTime), Reservation_End_Time = todatetime(properties.reservationEndTime), Status=properties.status, Provisioning_Status=properties.provisioningState
6666
```
6767

68-
#### On a specified ground station
68+
#### Filtered for a specified ground station
6969

7070
This query will help customers track all the past contacts sorted by reservation start time for a specified ground station.
7171

@@ -78,7 +78,7 @@ OrbitalResources
7878
| project Contact = tostring(name), Groundstation = tostring(properties.groundStationName), Spacecraft, Contact_Profile, Reservation_Start_Time = todatetime(properties.reservationStartTime), Reservation_End_Time = todatetime(properties.reservationEndTime), Status=properties.status, Provisioning_Status=properties.provisioningState
7979
```
8080

81-
#### On specified contact profile
81+
#### Filtered for a specified contact profile
8282

8383
This query will help customers track all the past contacts sorted by reservation start time for a specified contact profile.
8484

0 commit comments

Comments
 (0)