Category "azure"

Azure Data Factory route to external SFTP without SHIR

ADF with AIR connected to external SFTP server to grab file. This SFTP have firewall that have to whitelist IP address where connection come from. Trafix should

Azure k8s HPA on custom metric

I am trying to achieve HPA on azure cluster. But it is not working as expected, as it is not scaling up the pods when it is clearly showing the metric value is

Failed to connect Azure servicebus topic using JMS - Java

I followed steps as mentioned in Azure ServiceBus JMS Sample with below properties spring.jms.servicebus.connection-string=Endpoint=sb://test-dt.servicebus.wind

Spring security support multiple authentication types

I need to support 3 way of authentication at the same time in the application: LDAP, Azure AD, Basic. After few hours of googling i found that the best way to d

Unity with azure speech sdk

When i am using the azure speech sdk on unity, when i test it on the computer it works fine, i can speak, it recognizes and responds in speech all normal. When

Azure Function Python Module compatibility issue

I am developing an Azure function using Python. This function is going to write some data to blob storage. This function having dependencies on couple of azure

Is Managed Identity(rbac) supported by Azure stack hub and if it is then which version?

I am trying to make a custom template deployment in Azure stack hub. The problem is in the property of VM, saying identity as "systemAssigned" is supported; mak

How to create Azure VM with Linux custom Partion using Packer

I am exploring Azure cloud, If I install virtual machine it comes cloud provider enabled partitions, But what I need to achieve is custom partitions and I am P

How to pass a parameter to commandToExecute in Azure Custom Script Extension

I have a Azure Vm extension in which i want to run a PowerShell script which takes a parameter -Install: PS C:\Users\abc\Downloads\InstallPackage-2022\InstallPa

elastic-operator (eck) restarts a lot

I currently have elastic-operator 1.4.0 version running on an AKS cluster. It has a high restarting count of 50 in 95 days for a prod env. Is this normal behavi

Setting Azure AD Microsoft Graph Email API/Permission in Terraform

I am provisioning some Azure infrastructure using Terraform. Included in the setup requirement is some configuration of an Azure AD registered app and this requ

Azure Synapse, Pipeline and Azure Datalake

I have an ETL pipeline that gets triggers when file is uploaded into Datalake location "Processing" folder, Once data is processed I want to move the file to d

ADF append data to an onprem file server file

I'm trying to get data from an ADF variable and append it to a file available in an on-prem file server. I've also created a self hosted IR to connect to the on

Terraform virtual machine extension doesn't run as expected

maybe someone can help me with my situation. Scenerio: I created a terraform script which create a windows 10 Virtual machine in Azure. At the end the terraform

Getting error while accessing Azure API developer portal while using Azure Application Gateway with Azure API Management service

We have following setup in Azure configured using this guide (https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/apis/protect-apis) App

How to edit appsettings in Azure pipeline?

I'm trying to edit appsettings (.net) in azure pipelines, it's for differents environments(production, development, etc..) For example I want to change this val

App insight query to get result for each id and category mapping with number of count

Event 1 Custom Event Prop1- abc customDimensions ID - [4,6,11] //multiple id’s Category- Q //can be one of P,Q,R,S Event 2 Custom Event Prop1- abc cu

Azure Application Gateway received invalid status code: 404 from App Service

I am using Microsoft Learn to setup the following lab: https://docs.microsoft.com/en-us/learn/modules/load-balance-web-traffic-with-application-gateway/5-exerci

azure function is not working in azure cloud but working in local. giving error in python script

import datetime from distutils.log import log import logging import os import azure.functions as func def main(mytimer: func.TimerRequest) -> None: utc_

Microsoft Azure Secure Webhook

I am trying to use Secure Webhook solution by Microsoft Azure to send Planned Maintenance Events to my web application's endpoint. However, while testing the we