Category "azure"

B2C Custom Policy with TP OpenId Connect - IdTokenAudience - MultiApple scenario

I have a custom policy with an OpenId Connect Technical Profile calling authorize and token endpoints from metadata Items to my custom API middleware which is u

Azure ML: how to change the "cluster purpose" of an existing inference cluster from "dev_test" to "production"?

I have a cluster whose "cluster_purpose" was set to "dev_test". I want to change it to "production". Couldn't find anything in the documentation.

Can you see the Firewall Rule that was triggered on Azure Application Gateway WAF

We're using the Application Gateway WAF in prevention mode and it's blocking some of our Mobile App Client requests. I switched the WAF into Detection mode and

How to use Bazel in Azure Pipelines?

I tried to set up an Azure Build Pipeline that uses Bazel (0.26.0) My pipeline YAML definition file looks like this: trigger: - master pool: vmImage: 'wind

Removing Members in Groups in Azure AD Powershell Automatically (App API Permission)

I'm trying to remove members of groups automatically via a PowerShell Script. There's an Azure AD app created, with User.ReadWrite.All (Application) and as User

TypeError: AutoMLConfig() takes no arguments in Azure Synapse

I am receiving below error in Azure synapse Pyspark notebook TypeError: AutoMLConfig() takes no arguments while running below code: automl_settings = { "primary

What does it mean to be an Instance of the Azure Active Directory?

Microsoft says, "In Azure Active Directory a tenant is an instance of Azure Active Directory that an organization receives when it signs up for a cloud applicat

Azure function HTTP response type to make the API download a csv whenever get response called

new_csv = df.to_csv('sample.csv', index=False, encoding='utf-8') return func.HttpResponse(new_csv, index=False, encoding='utf-8', mimetype='text/csv') How can

Firewall policy - allow only application rules deny NAT rules and Network rules in Azure firewall

Is it possible to create a custom azure policy to only allow application rules and deny NAT rules and Network rules in Azure firewall?

Networking between container groups in a virtual network without ip addresses

Imagine the following scenario: I have a virtual network. In it are multiple container groups/instances which needs to communicate among themselves. Each group

Wordpress on Azure - How to change file upload limits

I'm trying to edit the WordPress upload limits for my site to at least 2GB for a migration I'm using WordPress on Azure (Linux), which uses this container under

Azure data explorer ingestionbatching policy is not working as expected

I tried to ingest the records to the target table from the source table with the update policy and ingestion batching policy. Data records count in the target t

Azure active directory assign roles to users within groups

I am making an application where users can join multiple azure groups. This works fine. But a user should be able to have a role only within that specific group

How to import JIRA Test Cases to AZDO test plans?

I have to migrate almost 150 Test Case (JIRA Tasks) to Azure Test Plans. Is there any way I can directly export JIRA TCs and Import them into the AZDO?

Connect Azure Active Directory and join the domain with AWS service

I'm now working on connecting existing Azure AD to AWS service (EC2 and file system) and want to connect the AWS service to existing Azure AD. When creating fil

Attaching a private static ip address to Azure Container Instance

I am searching for a solution with static private IPs for my container instances. I will add the Application Gateway to it to also have a static public IP for i

Azure ARM Template - Create KeyVault Secrets in Keyvault in different Resource Group

I am deploying a Virtual Machine in Azure. The Username and Password are created automatically and passed as parameters at deployment. The resource group where

Azure : How to i get the Refresh Token ? using Curl when the Output of the connection only gives Access Token

I am unable to get Refresh Token using Azure Service Principal (using Client ID & Client Secret) Kindly help me in getting the refresh token via CURL and h

ADF-SQL server untrusted domain

I am trying to do a lookup from a sql server table. I am able to connect to the sql server instance via MSSQL management studio, but in ADF I get the below erro

How to copy file from Azure fileshare and zip it and move to some other place?

I have been using method in which I am taking data in bytes then creating zip file and then uploading it back to required location but I need something which is