144,905 questions
0
votes
0
answers
25
views
Unable to sign out of Next.js based Azure Static Web App using Auth0
I'm using Next.js and Auth0 in an Azure Static Web App. When running locally, logout works. However, when in the Azure Static Web App, logout doesn't work. Easy to browse back a page or two and I am ...
0
votes
0
answers
22
views
Filter SharePoint List Items by lastModifiedDateTime using Graph API
I am trying to filter a SharePoint List of Items to only get those that were modified within the past day. According to the following Graph API documents, I should be able to use the
$filter=...
0
votes
0
answers
20
views
How to get custom application data from Azure SQL to Log Analytics
Our basic problem is how to get custom application data from Azure SQL tables into Log Analytics. I'm not super clear on which approaches are available or recommended. I have a couple of specific ...
0
votes
0
answers
12
views
How can we ensure that data is encrypted end to end from Azure storage account to Github Codespace?
I am currently working with data in an Azure storage account that has encryption at rest enabled and the secure transfer of data enabled on the account. I need to ensure that all data is encrypted at ...
0
votes
0
answers
21
views
Azure Function App is not accessible when Storage Account not public
I am trying to create a function app - EP1 plan with the VNET integration and private endpoint enabled and also I have enabled the private endpoint enabled for the Storage account that used for ...
0
votes
0
answers
13
views
Azure Cache for Redis authentication using System Assigned Identity
I have an Azure Cache for Redis that I am trying to connect to from an Azure Container App using the managed identity. I have this setup working properly in 5/6 of my environments. However one ...
0
votes
1
answer
29
views
Azure On premises Last sync time
I need to fetch the last sync data from azure on premise. The data will be under:
Microsoft Entra Connect > Connect Sync > Provision from active directory > Microsoft Entra connect sync > ...
0
votes
0
answers
20
views
Location of the connection file for dbeaver
I'm using Postgres DB ,
And the application DBeaver/pgAmin to connect to the database
My Postgres database password is an entraID token that refresh's every hour ..
It means that I need to change the ...
0
votes
0
answers
12
views
How to do VNET peering cross tenants using ado?
I have a use case that involves VNET peering between networks located in different tenants and regions.
I'm utilizing Azure DevOps (ADO) and Terraform for the peering implementation.
Currently, I have ...
0
votes
1
answer
30
views
How do I set default document for an ASP.NET Core 8 web app in Azure App Services?
First time experimenting with creating an ASP.NET Core 8 web application in Visual Studio Code. I chose .NET 8 because it's the newest version. I am deploying it via Azure App Services. I am very ...
0
votes
0
answers
18
views
Is it necessary to carry out a Point-in-Time Recovery for both an original Azure database server and its read-only complement?
Given that:
You have an Azure subscription.
Within that subscription, you have an "Azure Database for PostgreSQL flexible server" - call this Server A.
Within the same subscription, you ...
0
votes
0
answers
11
views
Azure Function deployment with Azure SignalR Service in Pulumi
I have a Pulumi deployment that deploys Azure function app. That works without issues. Due to new requirement I need to now add Azure SignalR Service that will communicate with the existing Azure ...
0
votes
0
answers
17
views
Getting "Storage Blob Data Contributor" Role Error in Azure Language Studio Despite Role Assignment
I’m working in Azure Language Studio and trying to create a Custom Text Classification project. I have already created the project and selected the appropriate Azure Blob Storage account.
To ensure ...
0
votes
0
answers
17
views
Tracking 401s in Application Insights for Azure Function
I have a C# Azure Function application deployed to Azure, with a Http Triggered function in it, with the authorization level set to Function. The function is connected to an application insights ...
0
votes
0
answers
8
views
Get the result of the triggered pipelines
I have a main azure pipeline (pipelineFinal) that should be triggered when a pipelineA is finished.
pipelineA:
`
trigger: none
jobs:
job: BuildA
displayName: "Build Pipeline A"
pool:
name: ...
0
votes
1
answer
25
views
Terraform and Failed to Create "azurerm_eventgrid_event_subscription" Linked to an Azure Function
In Terraform I have created a Azure Function App and under it one Function...this all works ok.
The Function code...
resource "azurerm_function_app_function" "example" {
...
0
votes
1
answer
27
views
BadRequestError: model_not_found ==> The provided model deployment 'REPLACE-WITH-MODEL-DEPLOYMENT-NAME' does not exist in the AOAI resource
Issue with Azure OpenAI Batch Processing API
I'm trying to use the batch processing API provided by Azure OpenAI. I followed the official documentation here.
Steps I've taken:
Created an Azure OpenAI ...
0
votes
0
answers
31
views
terraform plan exited with code 1 - despite no error messages whatsoever, and working in other environment
Deploying from Github actions to Azure via oidc using terraform. Providers used: azurerm, azapi and azuread.
Github actions workflow aborts because "Terraform exited with code 1." in the ...
0
votes
1
answer
35
views
Azure DevOps pipeline intermittently fails when enabling Trusted Launch on Azure VM with "LinkedAuthorizationFailed" error
I'm working with an Azure DevOps pipeline that creates a VM in Azure using Terraform.
After the VM is successfully created, I use PowerShell (inside the same pipeline) to enable Trusted Launch by ...
0
votes
1
answer
42
views
What is the use of Sign on URL when setting up SAML on Microsoft Entra?
I am not sure what is the use for the Sign on URL as seen here:
https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/media/add-application-portal-setup-sso/saml-configuration.png
(Source: ...
0
votes
0
answers
20
views
Azure Function App fails with "KeyBasedAuthenticationNotPermitted" even after configuring Managed Identity
I'm deploying an Azure Function App (Java 17, Premium V3 plan P1v3) where:
Azure Function runtime version: ~4
Function App is VNet integrated.
Key-Based Authentication is disabled on the Storage ...
0
votes
1
answer
46
views
Azure Policy Require a tag on creation Resource
I enabled Azure policy [Require a tag on resources], It is validating tags on resource creation as expected but it also evaluating existing resources and showing Non-compliant.
Definition
{
"...
1
vote
0
answers
62
views
Troubleshooting Microsoft Graph PHP script for downloading Excel File
I am working on automatically retrieving a shared Sharepoint Excel Online file.
I have been trying to do it via Microsoft Graph API.
It looks like I should indeed be able to do it with something like ...
0
votes
0
answers
57
views
Can i filter and select rows from excel sheet stored inside SharePoint document library, inside our azure function
I have .net core 8 Azure Function which we enabled its managed Identity, then we run those commands, to allow the azure function to access SharePoint using the Azure Function managed identity, based ...
-1
votes
1
answer
53
views
How to set Java runtime stack for Azure Linux App Service using Terraform
I'm trying to configure the Java runtime stack for an Azure Linux App Service using Terraform.
I followed the Terraform documentation for azurerm_linux_web_app and configured the java_server, ...
0
votes
0
answers
28
views
Parameterize data factory blob trigger scope (Azure Storage Account Name)?
I have the following basic template for my trigger
{
"name": "myPipeline",
"properties": {
"annotations": [],
"runtimeState": &...
-1
votes
1
answer
41
views
How pull reference values of environment variables on Azure App Service
I have a secret that I change every week but it does not update references automatically. I have to enter to portal to push the button called "Pull reference values", and this is the unique ...
-3
votes
0
answers
21
views
Hash distribution in Azure synapse Analytics [closed]
can we use composite key while creating table structure using distribution as hash. If yes, kindly provide the syntax.
SQL syntax to create table structure for composite keys including multiple ...
-1
votes
1
answer
53
views
Azure Linux function app function created through terraform, but after updating few changes in the python script its throwing the error
Azure Linux function app function created through terraform but unable to create function app function facing error mentioned in the above.
│ Error: retrieving Function (Subscription: ""
│ ...
0
votes
0
answers
25
views
It is possible to delay the pickuptime between messages in an Azure Storage queue
I am currently working on an Azure Function app. It is triggered by a storage queue. The function itself picks up the message, executes a MS Graph API call and does some small logic.
I currently have ...
0
votes
0
answers
38
views
Why am I getting "ERR_CONNECTION_REFUSED" when querying by sidecar-hosted backend in Azure App Service?
I'm trying to deploy a fairly basic web app in Azure App Service. I have a backend image (running django+graphql) and and a frontend image (running vue+apollo), and when I run them locally either ...
0
votes
1
answer
51
views
Azure Functions V1 on .NET Framework 4.8: TimerTrigger isn’t discovered [ No job functions found. Try making your job classes and methods public ]
I’m trying to run a Timer‐triggered function in a v1 Azure Functions project targeting .NET Framework 4.8, but the host never picks it up:
using System;
using System.Threading.Tasks;
using ...
0
votes
0
answers
33
views
Semantic Kernel OpenAIAssistantAgent GroupChat InvokeStreamingAsync NullReferenceException in swedencentral
Maybe you have the same issue or any idea how to fix this?!
I'm using Semantic Kernel (.net) to access an Azure AI Service with GPT-4o model deployed in swedencentral via an APIM. When I start a group ...
0
votes
0
answers
33
views
Is audit logging possible on Azure Bastion Developer tier?
We have just started to use Azure Bastion with the free Developer tier. We use it to securely connect to a VM that runs in a private vNet. This all works perfectly fine and we can connect to the VM ...
0
votes
1
answer
58
views
Azure AD B2C add user using Graph API with custom user attributes C#
I'm using the MS Graph API to register user on AD B2C, and it works when I tried without adding additional user attributes, but it fails with an error
properties are not available
when I tried ...
0
votes
1
answer
29
views
Azure SDK for CPP MFA authentication
I'm using azure sdk for cpp SDK within my application. Now I would like to implement MFA authentication by seems that Azure SDK for cpp does not supports it. And also that there is no MSAL for cpp.
Is ...
0
votes
0
answers
26
views
Issues with Federated Login to Microsoft Teams Desktop App (Windows) – Blank Screen After Entering UPN
I'm trying to log in to the Microsoft Teams Desktop App (Windows) using a federated account with a federated domain, following the Microsoft Docs for Federated Sign-In.
However, after entering the ...
-1
votes
1
answer
47
views
Terraform deployment of Azure WAF custom rules - erroring with ApplicationGatewayFirewallMatchValueNoCollection
I'm trying to create custom WAF rules to allow traffic to specific URI's - this deployment is being done via Terraform.
The error I'm getting is:
Application Gateway Web Application Firewall Policy ...
0
votes
0
answers
42
views
FTP in azure pipeline not working as expected [closed]
I have here a question about updating a website using FTP in a pipeline
Until now I have updated from within Visual Studio so I know the ftp settings are valid. The ftp user/password are correct and ...
-1
votes
1
answer
80
views
Terraform ACI image pull with docker SSO
I'm having trouble with ratelimiting on dockerhub images and azure container instances. Our company offers a paid Docker subscription that should help, but I don't have a password, only SSO.
How can I ...
0
votes
0
answers
27
views
How to access GitLab (Azure integrated) APIs using AAD
We use GitLab enterprise within our company and it is integrated with Azure (https://docs.gitlab.com/integration/azure/).
In some of our pipelines, we want to generate an access token for some ...
0
votes
1
answer
68
views
Azure SQL Database Backups PITR & LTR
I have so much confusion how Azure SQL database backups PITR & LTR Works. I have observed few things from the backup as follows;
PITR - Earliest Point in Time Retention happening every day. for ...
0
votes
1
answer
50
views
Azure Webapp deployment from zip fails because the $PORT is occupied by some default process
i have a github action deployment script:
name: build and deploy Streamlit app
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
permissions:
...
0
votes
0
answers
71
views
User Assigned Managed Identity not showing as assigned in Azure Data Factory despite correct configuration
I am using Azure Data Factory (ADF) and trying to assign a User Assigned Managed Identity (UAMI) to my ADF instance, but the UAMI is not showing under "Assigned to the Data Factory" in the ...
0
votes
1
answer
31
views
How to create Azure Hostpool session host with defaultOutboundConnectivity=false
I use NAT Gateway for the subnet. But still when i check with 'az resource show' command, the value of defaultOutboundConnectivity is found as true.
I need to change it to false. Please support.
2
votes
0
answers
71
views
Azure Functions (PowerShell) deployed “Run From Package” error: Access to path ‘C:\home\site\wwwroot.Azure\AzureRmSurvey.json’ is denied
I have an Azure Function implemented in PowerShell that runs great when deployed normally, but when I enable “Run From Package” in my App Service (via Azure DevOps pipeline), the function immediately ...
-1
votes
0
answers
36
views
Endpoint Privilege Management not allowing users to use elevated access
I'm new to in-tune and Endpoint Privilege Management. I'm trying to setup a way for user to get access to tools they can download by asking for elevated access.
I have been using Jonathan Edwards ...
0
votes
0
answers
26
views
Lightweight Azure Function unexpected costs
I'm new to Azure. I have created a very simple Nodejs application, that runs once a day (at midnight), performs an HTTP-request, saves a JSON to BlobStorage and terminates, for a total of 1s/day ...
0
votes
1
answer
37
views
Azure Application Gateway Stuck in "provisioningState": "Updating"
I am deploying an Azure Application Gateway using Terraform.
The Az App-GW is stuck in the below state...
}, "identity": {
"type": "userAssigned" }, "properties&...
0
votes
1
answer
48
views
Azure Web deployment task failed
Encountered this error with connection string during the deployment process an Entity Framework migration of an ASP.NET Core Web API between Azure database and SQL Server:
enter image description here
...