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

Telemetry data not being received by Application Insights from Azure Functions on Azure Gov

Following the guidance here I am unable to see any telemetry data from a functions app. I also tried using this issues sample Startup and had the same result. I used the default HttpTrigger template and first deployed it to commercial and wired up…
0
votes
1 answer

Azure Text to Speech service not responding

I've implemented and am testing the Azure text to speech with the official github examples using both the Microsoft.CognitiveServices.Speech api and a traditional REST implementation using HttpRequests, but no matter what method i try i get 401/400…
Reahreic
  • 596
  • 2
  • 7
  • 26
0
votes
2 answers

Unable to access or browse published API in Azure portal after connecting API Management to VNet in External mode

I am deploying Azure API Management service instance in Azure Gov Cloud. I am connected to my VNet using External mode. I have imported one of the On-Premise API into my API Management. I can access developer portal and can pay around and test…
Andy
  • 2,493
  • 6
  • 37
  • 63
0
votes
1 answer

Is it possible to create Dev/Test subscription in Azure Government cloud (EA)

Can we create Dev/Test subscription in Azure Government cloud as part of Enterprise Agreement (EA)? I am unable to test it as my organization does not gave me enough permission to test it under Azure Gov Tenant. Has anyone able to create Dev/Test…
Andy
  • 2,493
  • 6
  • 37
  • 63
0
votes
1 answer

Unable to run migration executable against db in Azure Government Cloud resource

Our CI/CD build and release pipelines include a custom migrator executable that takes in a connection string and runs migrations against the database. Normally, since this runs in Azure DevOps, we only have to turn on the "Allow access to Azure…
0
votes
2 answers

Get Azure Linux Virtual Machine Guest OS memory metrics

I have an Ubuntu Linux Virtual Machine in Azure Government that I am trying to get metrics from the guest operating system. I have enabled Linux Diagnostics Agent 3.0 extension and guest OS level monitoring. Is there a way to get VM guest OS…
0
votes
0 answers

Azure App Service Deploy fails with "Status Code: 404 Not Found" on Azure Government Cloud

We are trying to set up a release pipeline for an app service in Azure DevOps that is to run in an Azure Government Cloud resource. We have created a service connection to the proper subscription, with the Environment set correctly. I can verify the…
0
votes
1 answer

How to make the Custom Script Execution plugin run multiple SETX commands

The script that I'm providing to my extension in my arm template is not running properly. RDP'ing into the box I'm able to run the command from powershell but I'm trying to make this a distributable template that people can deploy and use. To do…
0
votes
1 answer

Server Timeout when Requesting Office 365 Government Authentication Token using ADAL

Using the ADAL library with a government account, the authorization token request fails due to a server timeout. The token is needed to make EWS calls to the server. The authority being used is "https://logon.microsoftonline.us". The resource is…
0
votes
1 answer

How to gain access to Azure Preview service in Microsoft Commercial or Government cloud in USA

I noticed that not all preview features are available while searching the preview service under All Service in Azure portal. E.g. I was trying to evaluate Event Grid in the US Gov Cloud. I registered the service under my subscription, and then…
Andy
  • 2,493
  • 6
  • 37
  • 63
0
votes
1 answer

Missing Azure USGov Sharepoint Online API Access option in App Registration

When creating a new application registration in Azure USGov I do not have SharePoint Online as an option under required permissions. Only AAD, Graph, WASM, and O365 Management API's. What am I missing?
0
votes
2 answers

What are the changes necessary to be made in the Go SDK's API calls to make it work for Azure Govcloud

I've used Go SDK for using deploying applications in Azure. I'm now planning to do the same for Azure Gov Cloud. Is there any change that has to be made in the calls from Compute, Storage, Network, Subscription client APIs to make it work for Azure…
Bharat MV
  • 23
  • 8
0
votes
2 answers

How to add additional claims to ID Token - Azure Government Portal

I'm trying to overload the OAuth ID Token by adding additional claims. I can already use the Graph API to get the claims that I need but I would like to understand if it's possible to add the additional claims directly into the ID Token? I've…
0
votes
2 answers

Azure PowerShell Functions supported in Azure Government?

Does anyone know if Azure functions written in PowerShell are supported in Azure government? I have a PowerShell script running nicely (cron scheduled) in Azure commercial. I published to Azure Government (Phoenix specifically) and nothing is…
John Huschka
  • 35
  • 1
  • 5
0
votes
1 answer

Connecting CloudTrail with OMS Log Analytics

Has anyone imported AWS CloudTrail data into OMS Log Analytics before? Since CloudTrail stores its data in S3 buckets, I would have to believe there is a way to do this.