Questions tagged [azure-gov]

Use this tag for Azure questions scoped to Azure Government. The Azure Government environment is a physical instance that is separate from the rest of the Microsoft network. Use this tag for questions on the differences that application developers and administrators must understand to interact and work with this isolated Azure instance.

Azure Government

Microsoft Azure Government delivers a cloud platform built upon the foundational principles of security, privacy and control, compliance, and transparency. Public Sector entities receive a physically isolated instance of Microsoft Azure that employs world-class security and compliance services critical to U.S. government for all systems and applications built on its architecture.

Generally speaking, developing for Azure Government should be very similar to developing for regular Azure, however there are a few things to keep in mind such as:

For more information check out the Azure Government Developer's Guide

89 questions
3
votes
2 answers

Is it possible to use an Azure AD App registered in 'commercial' public Azure portal from a US Gov tenant?

We have an app registered in public Azure portal (with client id & secret) which we have been using for a while. It's set up to use OAuth2 and is multi-tenant and has been successfully used by a number of commercial customers to retrieve Sharepoint…
Nick Baker
  • 717
  • 4
  • 27
3
votes
5 answers

Cannot use Azure SQL with Azure DevOps Server 2019 - (Azure Government)

I have been struggling to get my DevOpsServer 2019-RC1 installation to see my Azure SQL Server My DevOpsServer install is on an Azure VM, as recommended I have implemented everything from the below documentation regarding the set up of an MSI for…
Gvazzana
  • 583
  • 1
  • 8
  • 21
3
votes
1 answer

Create an Azure VM with an unmanaged disk

I'm trying to create an Azure VM with an unmanaged disk via PowerShell since managed disks aren't supported in Azure Government yet. None of the documentation I could find for PowerShell VM creation references managed or unmanaged disks and the…
Saca
  • 10,355
  • 1
  • 34
  • 47
3
votes
1 answer

Azure Redis Cache stuck in Create

I created an Azure Redis Cache in Azure Government. The deployment failed after almost a half hour - I have no idea why. However, the ProvisioningState is stuck at Creating, which means I can't delete it. Any ideas on how to delete it? (I've done…
user3027881
  • 51
  • 2
  • 4
2
votes
1 answer

AADSTS65002: Consent between first party application error with Visual Studio 2022 / Azure Government

Hired a new developer for my team and he's got Azure Devops access to repos and boards and is able to login to the Azure Government portal via his company appointed .onMicrosoft.com email account. He gets this issue when trying to sign into that…
2
votes
1 answer

Unable to login to Azure using `azcopy login --tenant-id` with the Tenant ID from an Azure Government account?

I am using an Azure Government account that has the base URL of portal.azure.us. I am trying to use the azcopy executable on my macOS and run the command ./azcopy login --tenant-id=. I am 100% sure the tenant ID I am using is correct.…
greendaysbomb
  • 364
  • 2
  • 6
  • 23
2
votes
1 answer

What are the key differences between service trust portal and compliance manager

Both have Privacy, compliance and security menus on their site and redirect to compliance offerings. So how do we differentiate for what purpose do we you one of each or both is the question. My team is working on documentation for pricing and…
Aditya
  • 67
  • 1
  • 12
2
votes
2 answers

Application Insights 'invalid instrumentation key' when using key from Azure Gov Cloud for javascript SDK

Migrating my website to gov cloud, but one of the issues i'm having is that the application insights instrumentation key from the gov cloud doesn't seem to work. The post response back i get…
Phil
  • 1,852
  • 2
  • 28
  • 55
2
votes
1 answer

Can one connect to Azure DevOps Service using Office365 gcc account?

I know that it is possible to connect to Azure DevOps Services using Microsoft Office365 (O365) public cloud. But is it possible for US Gov customers to connect to Azure DevOps Service using their O365 Government Community Cloud (GCC) account? Is…
Andy
  • 2,493
  • 6
  • 37
  • 63
2
votes
2 answers

Unable to Import Key Vault Certificate in Azure Government Cloud

I am trying to import a certificate from a Key Vault to an App Service to configure SSL in the Azure Government Cloud. When I do this I get an error stating: Failed to get App Service Service principal details. I am getting a similar error when I…
ehertlein
  • 51
  • 1
  • 6
2
votes
1 answer

Login-AzureRmAccount not working in Microsoft Azure Government

I am able to login to my Microsoft Azure Government subscription account via the Azure Government portal, when I log in through Powershell: Login-AzureRmAccount -Environment AzureUSGovernment I get the following error: AADSTS50011: The reply url…
Ben Hlaban
  • 51
  • 1
  • 3
2
votes
1 answer

Add Azure Government storage account in HDInsight

I have an HDInsight cluster in Azure Government and want to add an additional storage account that resides in Azure Government. I’m attempting to do this via the portal’s Script Actions > + Submit New > Add an Azure Storage account and providing my…
mdewan
  • 21
  • 2
2
votes
1 answer

How to edit configuration settings in Azure Function for Azure Gov

I'd like to use code like this in my Azure Function: var key = ConfigurationManager.AppSettings["SubscriptionKey"]; Given that there's no UI for Azure Functions in the Azure Government portal yet, is there a way to add this via the Azure CLI or is…
2
votes
0 answers

Connecting resources to Log Analytics

Just getting started with Log Analytics. What will happen if I enable Diagnostics Logging in a VM which will send the data to a storage account that I then connect to Log Analytics and then also connect the VM directly to Log Analytics?
2
votes
1 answer

ARM Template: Incorrect storage endpoint for AppSettings, WEBSITE_CONTENTSHARE

Getting error when deploying Azure function to USGov Arizona using ARM template. Template works in Azure commercial. Error is: 12:34:11 - 12:33:27 PM - Resource Microsoft.Web/sites/config 'SFGovAppService/appsettings' failed with message '{ 12:34:11…
John Huschka
  • 35
  • 1
  • 5
1
2 3 4 5 6