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
0
votes
1 answer

Error when a Government cloud user is accessing web app hosted in commercial cloud

I am facing the below issue, when an Azure Government cloud user is trying to access an web app hosted in Azure commercial cloud. I confirm that the reply url is present in the app registration Sorry, but we’re having trouble signing you…
0
votes
1 answer

Pulling docker images from gov cloud when we are working in commercial cloud in Azure and vice-versa

How can we pull ACR images from gov Cloud if we are working in commercial cloud?
0
votes
1 answer

What's the right way to allow both public and government Azure SSO logins to our site, while also marking our app as verified on the consent screen?

We've implemented (public cloud) Azure SSO login without any issues on our site. However a new customer needs to use government cloud only. What is the correct way to support both government cloud login AND public cloud logins? The approach I've…
0
votes
1 answer

ResourceNotFoundError: Operation returned an invalid status 'Not Found' when using the get function for Azure virtual machines?

When trying to get information about a virtual machine, I am met with the following error: Traceback (most recent call last): File "/Users/shilpakancharla/Documents/function_app/WeedsMediaUploadTrigger/event_process.py", line 73, in
0
votes
2 answers

Cross DB query between Azure SQL Server VM on Azure Gov Cloud and Azure Public cloud

I have an on-premises database which communicates with Azure SQL Sever VM on public cloud using linked server. Now we have a requirement to move the on-prem db to Azure Government Cloud. After migration to Azure Gov cloud how can I maintain the…
Ranjit
  • 1
  • 1
0
votes
1 answer

Visual Studio 2019 can't use Azure US gov AD for authentication in project creation?

Our Azure account is US government. I'm trying to create a new project in VS 2019 with "work or school accounts" authentication. Using "Cloud - Single organization", I provide my domain (ex mydomain.onmicrosoft.com). However it is not able to…
Eckert
  • 690
  • 4
  • 9
0
votes
1 answer

Can you invite Guest user in Azure Government cloud AAD tenant?

I am trying to invite a guest user in Azure USA Government Cloud AAD tenant. But I received error that says: The user you are inviting does not exist in this national cloud. To collaborate with this user, ask them for a different email address…
Andy
  • 2,493
  • 6
  • 37
  • 63
0
votes
1 answer

Azure Government Service Bus Managed Identity

When attempting to get a managed identity token for Service Bus in Azure Gov I tried using the resource: https://servicebus.usgovcloudapi.net/ instead of https://servicebus.azure.net/ as you would for Commercial…
Joe Eng
  • 1,072
  • 2
  • 15
  • 30
0
votes
1 answer

Dynamics 365 for Government - Authentication Methods

Is there any standards for authenticating with Dynamics 365 CRM for Government ? Is it same for Dynamics 365 CRM commercial instance ?
0
votes
0 answers

Exporting the Specific Tags applied at the subscription level

We wish to Export a specific Tags applied at all our subscriptions to a CSV File. As Tags parameter for the subscription is not available in PowerShell, is there any other way to do it. Ex : A Tag called department and value in some subscriptions…
0
votes
1 answer

Azure Pipelines or Azure Boards for Microsoft Teams - Commercial Azure DevOps to Govt. Teams

Is there a way to add Azure Pipelines or Boards for Microsoft Teams Govt. subscription to a Commercial Azure DevOps subscription. All of our development work is in commercial space, but our Teams is part of our Office 365 Government subscription. …
0
votes
0 answers

Internal Server Error while Listing the Function App Keys in Azure Government

I am trying to deploy a Http triggered Azure Function App in Azure Government through ARM template. Initially I got the name conflict error There was a conflict. The remote name could not be resolved: 'sftestgovstorage.file.core.windows.net'. I…
0
votes
0 answers

Cannot Add Account Owner to Azure EA Enrollment

I need some help with this and I couldn't find any solution on the internet. I need to change the ownership for an Azure Gov Subscription under an Enterprise Agreement Enrollment so first I need to create the new Account following the related…
prietosanti
  • 181
  • 1
  • 1
  • 10
0
votes
0 answers

Failed to find subscription in azure gov region

I am trying to query for a resource group's location and fail. This is done in an azure government region. The response I get is the subscription does not exist. The uri I am accessing is management.azure.com. I am not using a sdk. I did not see a…
shlomi
  • 117
  • 4
0
votes
1 answer

is there counter endpoint for Azure AD Graph API in US Gov resource

We are using azure ad graph api to get user details . I was checking counter endpoint for Azure US Gov in US Gov developer guide but couldn't find any.