Category "azure"

How can I run docker image in Azure app service with privileged option?

I'm trying to deploy docker image in Azure web app with privileged option. But I don't know how to customize docker run command in Azure web apps.

Enable/Disable Conversational bot in MS Teams

How to enable and disable the conversational bot in MS Teams? In our application, we have to enable the conversation bot in bot chat window: I tried "isNotifi

Is there an equivalent of DynamoDB on Azure as a PHP session Handler

Is there a equivalent of DynamoDB on Azure as a PHP session Handler? I found some very old articles online suggesting to use Azure Table Storage but it doesn't

Botframework v4 same state for all users C#

I'm trying to migrate my botframework APP v3 to v4, I followed the instruction from microsoft documentation and everything works fine except state control, in m

Azure Storage restrict access one container only

This is my situation: Two groups in Azure AD. Group 1 can access only container1, but not container2 Group 2 can access only container2, but not container1 To a

VMSS registration in Custom DNS

We’re creating a VMSS and we use a custom DNS with extending AD from on-premises, but we are not sure how to register the VMs as the scale set scales out,

The specified CGI application encountered an error and the server terminated the process. - timeout issue

Getting below error for API which takes around 2-4 minute to process Code:502 Error: Bad Gateway The specified CGI application encountered an error and the serv

How do i use azure app service env variables inside my application?

i'm trying to setup my project in azure. For this i created an app service and under settings/configuration i added some "Application Settings", which in my und

Contentful + Azure static web apps trigger deployment

I have a next.js application on Azure static web apps. I've got it building on commit to github (via github actions). Next task is for changes on contentful to

Azure Event Grid output binding not working

I have tried every variation of what this document has to offer to make an azure function that takes in an event grid event and outputs and event grid event: ht

How to authorize pool in Azure?

Trying use my own create agent for the first time, met with this: The pipeline is not valid. Could not find a pool with name Default. The pool does not exist o

How to get an AzureAD JWT for service authentication on command line

I have some company website providing some information protected by azure AD. This works fine in the browser, but I would like to create some automation on comm

Accessing Microsoft Graph API in Vaadin 23 + Spring Security + Azure AD

I'm developing an enterprise Vaadin application and I'd like to know if anyone has figured out how I can obtain the JWT token to make (from backend) a request t

Tenants Not Loading When Adding Azure AD Service Dependency

I'm attempting to add an AAD service dependency to a new ASP.NET Core Web App (MVC) project. I went to Connected Services, clicked on "Add a service dependency"

Script path of PowerShell task Azure DevOps release

I have PowerShell script, that I would like to use in deployments of Dynamics 365 to migrate an Access Team Template to our Test and Prod environments. I have a

Azure Windows Server license not activated [closed]

I have spun up a Windows Server Datacenter 2019 image on Azure. When I go to the Activation screen in Settings, it shows that Windows is not

User List with API and Continuation Token for Azure Devops

To get a list off all the users, I am using Command: Get https://vssps.dev.azure.com/My Organization/_apis/graph/users?maxPageSize=2?api-version=6.0-preview.1 I

535 5.7.139 Authentication unsuccessful, the request did not meet the criteria to be authenticated successfully

I'm trying to send email via nodemailer. And sender email is of microsoft azure. But I'm getting error-response: '535 5.7.139 Authentication unsuccessful, the r

Could not create lake database from synapse notebooks

New to azure synapse, trying to create database (Managed table) from synapse notebook. I also added Storage blob data contributor for synapse workspace and spec

How to show sql Queries in console in springboot azure (Springboot + Azure Cosmos)

i am using SpringBoot with azurecosmos db i want to see the query for below repository code. findByFirstNameAndLastName(String firstName,String lastName);