Skip to content

Commit bb81015

Browse files
authored
Merge pull request #224291 from stevevi/steveviAzureGov11
Update PS script with correct syntax
2 parents 523370d + 2b4538f commit bb81015

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Azure Government authorized reseller list
3-
description: Comprehensive list of Azure Government Cloud Solution Providers, resellers, and distributors.
4-
services: azure-government
5-
cloud: gov
3+
description: Comprehensive list of Azure Government cloud solution providers, resellers, and distributors.
64
ms.service: azure-government
75
ms.topic: article
8-
ms.date: 07/05/2022
6+
author: todorgb
7+
ms.author: todorb
8+
ms.date: 01/18/2023
99
---
1010

1111
# Azure Government authorized reseller list

articles/azure-government/documentation-government-get-started-connect-with-ps.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Connect to Azure Government with PowerShell
3-
description: Information on connecting to your subscription in Azure Government with PowerShell
3+
description: Information on connecting to your subscription in Azure Government with PowerShell.
44
ms.service: azure-government
55
ms.topic: quickstart
66
ms.workload: azure-government
77
ms.custom: devx-track-azurepowershell, mode-api
8-
ms.date: 12/07/2021
8+
ms.date: 01/18/2023
99
---
1010

1111
# Quickstart: Connect to Azure Government with PowerShell
@@ -22,7 +22,7 @@ This quickstart shows how to use PowerShell to access and start managing resourc
2222

2323
## Prerequisites
2424

25-
- Review [Guidance for developers](./documentation-government-developer-guide.md).<br/> This article discusses Azure Government's unique URLs and endpoints for managing your environment. You must know about these endpoints in order to connect to Azure Government.
25+
- Review [Guidance for developers](./documentation-government-developer-guide.md), which discusses Azure Government's unique URLs and endpoints for managing your environment. You must know about these endpoints in order to connect to Azure Government.
2626
- Review [Compare Azure Government and global Azure](./compare-azure-government-global-azure.md) and click on a service of interest to see variations between Azure Government and global Azure.
2727

2828
## Install PowerShell
@@ -34,7 +34,7 @@ Install PowerShell on your local machine. For more information, including how to
3434
When you start PowerShell, you have to tell Azure PowerShell to connect to Azure Government by specifying an environment parameter. The parameter ensures that PowerShell is connecting to the correct endpoints. The collection of endpoints is determined when you log in to your account. Different APIs require different versions of the environment switch.
3535

3636
```powershell
37-
Connect-AzAccount -EnvironmentName AzureUSGovernment
37+
Connect-AzAccount -Environment AzureUSGovernment
3838
```
3939

4040
</br>
@@ -72,3 +72,15 @@ This quickstart showed you how to use PowerShell to connect to Azure Government.
7272

7373
> [!div class="nextstepaction"]
7474
> [Azure documentation](../index.yml)
75+
76+
For more information about Azure Government, see the following resources:
77+
78+
- [Azure Government overview](./documentation-government-welcome.md)
79+
- [Compare Azure Government and global Azure](./compare-azure-government-global-azure.md)
80+
- [Azure Government security](./documentation-government-plan-security.md)
81+
- [Azure Government compliance](./documentation-government-plan-compliance.md)
82+
- [Azure Government services by audit scope](./compliance/azure-services-in-fedramp-auditscope.md#azure-government-services-by-audit-scope)
83+
- [Azure Government DoD overview](./documentation-government-overview-dod.md)
84+
- [FedRAMP – Azure compliance](/azure/compliance/offerings/offering-fedramp)
85+
- [DoD Impact Level 5 – Azure compliance](/azure/compliance/offerings/offering-dod-il5)
86+
- [Isolation guidelines for Impact Level 5 workloads](./documentation-government-impact-level-5.md)

0 commit comments

Comments
 (0)