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
1
vote
1 answer

Azure Gov Cloud and Azure Functions trigger on Storage

I have hard time with Azure Functions on Azure Government. I need to create a C# trigger bases process on Azure Storage. The goal is to automate the process of the loading the files into Azure SQL DB when a file is dropped into Azure Storage. Since…
1
vote
1 answer

Add CORS setting for Azure Function on Government Cloud

Is there anyway to set additional CORS url for Azure functions hosted on Azure Government Cloud? The web portal is not available through Azure Government Cloud and the only documentation I found to set CORS through Azure CLI is only for Azure…
walroar
  • 82
  • 9
1
vote
1 answer

Publish database to Azure Gov using hosted build agent

We're using the hosted VSTS PAAS soluition for managing our source, tasks, and are incorporating the hosted build agent. We're able to successfully publish our app services to Azure Gov, but are having issues trying to accomplish two tasks in our…
Jim Wooley
  • 10,169
  • 1
  • 25
  • 43
1
vote
1 answer

Cognitive Services via CLI in Azure Government

The docs mention that it can be accessed via CLI, but there are no samples for CLI in the docs, only PowerShell. Any advice on where to get started?
1
vote
2 answers

Azure AD B2B in Azure Government

Is there any way to use Azure AD B2B in Azure Government? Previously, when I clicked on "New user" and typed in a user from a different tenant (e.g. someguest@someothercompany.com) and it would tell me the users would be added as a guest but unlike…
Marc
  • 13
  • 2
0
votes
0 answers

Azure File Share, auth. via Azure AD Kerberos for hybrid identities over SMB

On-prem ADDS identity is synced to Azure AD via AD Connect. We also have ADDS VM running in Azure. General purpose v2 storage account file share was created. Azure AD Kerberos identity based access was configured according to this MS guide. I also…
dan
  • 505
  • 1
  • 8
  • 26
0
votes
0 answers

How to achieve OAuth for Microsoft Azure gov accounts for multiple clients

Microsoft is deprecating basic authentication from Jan 2023 so we are in migration state to move all our customers to OAuth. For .com customers we have migrated to OAuth by creating app in Azure app directory in a multi tenant way. Here client ID…
0
votes
0 answers

Microsoft Graph API national cloud support to list places

I am trying to use the following US National Cloud URL along with access token to list rooms as per this document https://learn.microsoft.com/en-us/graph/api/place-list?view=graph-rest-1.0&tabs=http. …
0
votes
1 answer

Graph API - how to list site drives in GCC High Environment?

How can I list a SharePoint site's drives using the Graph API for GCC High environments? It works when using the same endpoint in my standard environment. I'm able to list all of the drives. However, in my client's GCC High environment, with the…
0
votes
1 answer

GET and POST Function App Function/Host Keys Using Python (Azure Government)

I am attempting to retrieve and add function/host keys for an Azure Government function app via Python. I am currently working with the information from this question and the corresponding API page. While these are not specific to Azure Government,…
afgt
  • 1
0
votes
1 answer

Azure Python SDK - connecting to USGov with CLI Credentials fails?

I've tried using AzureCliCredential() as noted in previous questions/the documentation - this works great in the normal azure cloud. If I'm using the USGov cloud (portal.azure.us), the same code just returns nothing; I've tried http tracing and it…
0
votes
1 answer

How to set up a NIST 800-171 compliant environment for CUI

I work for a very small company (12 people maybe) that is sub on a small fed contract and is currently strapped for cash after the ending of another contract about 6 months back. Despite having no experience with this, my company has assigned me to…
Tamer Rifai
  • 169
  • 2
  • 14
0
votes
1 answer

Microsoft Graph List places API support for US National cloud

I am trying to use the following US National Cloud URL along with access token to list rooms as per this document https://learn.microsoft.com/en-us/graph/api/place-list?view=graph-rest-1.0&tabs=http. …
0
votes
1 answer

Azure Managed Identity and Terraform not working in AzureUSGoverment

I am trying to use a managed-identity to authenticate to Azure and run terraform from a virtual machine in the AzureUSGovernment cloud. I've followed the guide found here to configure terraform to use a managed-identity. However whenever I run…
0
votes
0 answers

Azure python sdk authentication with cert hangs

I am trying to authenticate with the python SDK to pull Azure VNet data. As a first step to verify that I can authenticate I am trying to use the subscription client to list subscriptions. I am creating a certificate credential to use for…