Questions tagged [azure]

Microsoft Azure is a Platform as a Service and Infrastructure as a Service cloud computing platform. Use this tag for programming questions concerning Azure. General server help can be obtained at Super User or Server Fault.

azure
Filter by
Sorted by
Tagged with
0 votes
0 answers
10 views

streamlit error: "Did not auto detect external IP" .. how to set .streamlit folder in a different location

I am trying to deploy a basic streamlit app in Azure. This is what I have in my app.py """ # My first app Here's our first attempt at using data to create a table: """ ...
Sarah's user avatar
  • 1,377
0 votes
1 answer
16 views

What am I missing editing Policy

I'm simply trying to take the default deny template and add a few more tags that I want to get added to the resources. I get an error that says "tagName1" is not allowed. What am I missing? {...
user770022's user avatar
  • 2,939
0 votes
1 answer
10 views

Python3 - msticpy - how to update Azure Sentinel Incident label?

I am attempting to update an Azure Sentinel incident label using msticpy. I can successfully modify other properties, but labels is not accepting the API call. Could anyone provide insight? ...
glwallum's user avatar
0 votes
0 answers
19 views

How an Azure Function can call another Azure Function in a different tenant and wait for result?

I have an Azure Function 1 in tenant A that needs to call an Azure Function 2 in tenant B and wait for result from 2. I don't want to make 2 a public HTTP endpoint. In AWS I can set lambda:...
Motoko's user avatar
  • 1,094
0 votes
0 answers
15 views

how to copy the fileshare data between the subscriptions of storage accounts - scenario given in description

In the Same Azure Tenant, we have 2 storage accounts in 2 subscriptions. In 1st Subscription - file share storage account, we have data in different file shares such as: Fileshare1uat Fileshare2uat ...
Jashua Criss's user avatar
0 votes
0 answers
12 views

How to use an external data source in Terraform properly to get the json output of a Python script?

I am using the external data source in Terraform to get authentication keys of a self-hosted integration runtime in purview account. I have a Python script with a function that make a rest api call to ...
Daniel Alves's user avatar
0 votes
1 answer
13 views

Logic app and power automate http webhoock expire time

I am unable to find details of Logic App HTTP Webhook. What is the maximum time of waiting for a callback if no timeout is specified? What is the maximum number of simultaneously running instances ...
Veera Induvasi's user avatar
2 votes
1 answer
26 views

Web App (Linux) - BadGateway/Forbidden - The subscription is not allowed to create or update the serverfarm

I am having trouble creating a new Web App (Linux) for my client. My client owns the Microsoft/Azure tenant, and my account has been added as a co-administrator. I have been able to create Azure ...
data-dan's user avatar
  • 104
0 votes
1 answer
26 views

Failed to download file: 404 - {"error":{"code":"ResourceNotFound","message":"User not found","innerError":

I was trying to download a specific file which is located in OneDrive using Graph API. I have created an Azure Application to download and upload the file. Because it's my first time working with this ...
Sadi Uchiha's user avatar
0 votes
1 answer
11 views

Can I Ignore Warnings about Overriding Inherited Automatic Tuning Settings (Create Index/Drop Index)?

Azure SQL Automatic Tuning has these three options with Azure defaults: Force Plan--On Create Index--Off Drop Index--Off When attempting to enable all three options, I got the following warning: It ...
Phil Sandler's user avatar
  • 27.8k
0 votes
1 answer
10 views

Applying DB migration to a private Production DB (Azure DB for PostgreSQL)

Firstly, thank you for your time reading this regardless of interaction. I have a Dev Architecture that I am trying to "Productionise" in a project that I'm doing but struggling to see how ...
Coffee To Code's user avatar
0 votes
1 answer
17 views

Azure devops fatal: could not read Username for

While trying to build in an Azure pipeline I am getting this errors: fatal: Cannot prompt because user interactivity has been disabled. fatal: could not read Username for ****** (an azure repo) I ...
silajim's user avatar
  • 33
-1 votes
1 answer
12 views

Connect to running server in VM in Azure

I have a VM up and running in Azure, and exposed on a bastion. It has a server running and I would like to connect to that server from my local using a browser. So, I'm trying to access it using the ...
Carabes's user avatar
  • 584
1 vote
1 answer
18 views

VS Code Azure Function Debugging Hangs

Currently developing an azure function using VS code. I have installed the Azure Function extension as well as the latest version of Azure Core tools. I have basically followed this down to the letter....
Klinic-17's user avatar
0 votes
1 answer
15 views

Where are Azure Web App Configuration Metadata Properties Documented

Background I've been working on updates to Azure Web App settings (of various categories) such as the runtime version, the stack, etc. I've been doing this work in Bicep. These settings seem to be ...
Yousef Imran's user avatar
  • 1,123
0 votes
1 answer
19 views

Unable to connect to Azure cosmos dB for PostgreSQL with private end point enabled

I have a cosmos db cluster for PostgreSQL set up with private end point enabled and public internet blocked off. I have followed the link to set it up. https://learn.microsoft.com/en-us/azure/cosmos-...
user1005310's user avatar
0 votes
0 answers
19 views

Flask Web App [Azure] Traversing through directory is very slow

I'm developing a Flask application that serves static files from an Azure Blob Storage container. I've encountered a performance issue where navigating from one directory to another in the app is ...
Alfador's user avatar
  • 15
0 votes
0 answers
22 views

Ways to improve my synapse database structure?

We store our data in CosmosDB containers. In order to make the data available in a synapse relational database, I enable Synapse Link and run the following query: CREATE OR ALTER VIEW Example AS ...
Monya Feldman's user avatar
0 votes
0 answers
23 views

azure function app connection to postgresql

const { app } = require('@azure/functions'); const ExcelJS = require('exceljs'); const { Pool } = require('pg'); app.storageBlob('storageBlobTrigger', { path: 'attachments/{name}', connection:...
Hossei Asifi's user avatar
0 votes
0 answers
5 views

webview2 SDK pulling PRTs from WAM

I have a MSAL-integrated desktop-app running on latest windows 11 Azure-AD joined device. This app wants to complete the authentication using WebView2 without using WAM/broker. So when the app ...
testuser7's user avatar
0 votes
0 answers
19 views

Application getting crashed on Azure App service

We have a ASP:P1V3 and 5 app services and one of the app service has a problem . The application gets restarted with a below message . Your application was recycled as the BYOS storage settings ...
user24438467's user avatar
0 votes
1 answer
20 views

Updating a Variable in Azure pipeline

I have a CI/CD pipeline on Azure. I have set up a .yaml file and a variable called SerialNumber, set to 000000 directly in the Azure interface (not in the .yaml). I want it to be used inside of the ...
CoccoSyn's user avatar
0 votes
0 answers
20 views

Extraction of Parents by hierarchy for employees using Azure Synapse Analytics

I am looking for a solution for the below situation: I have to extract all the managers (by hierarchy) for some employees that i receive in the flow (we have a file that contains all the information ...
Zoro4246's user avatar
0 votes
0 answers
11 views

Jenkins on Azure

Azure web app: Java 17 Tomcat 10.0 I'm working on a team project for my studies, which involves creating a web application (focusing on the development process itself). I would like to set up Jenkins ...
Ryu Kobayashi's user avatar
0 votes
0 answers
12 views

Sent data to datalake storage

I'm trying to save a json that i've sent from an ESP32 to an IoTHub, the json file looks like this : ` ' { "msgCount": 0, "message": "hello world", "id": "...
user24436545's user avatar
0 votes
0 answers
11 views

Can I make azure applications upgrade automatically when deploying a new scaleset bicep?

I have a bicep that creates a VM scaleset while also deploying a VM application from a gallery. That works great. After adding a new version of the VM application to the gallery, I rerun the scaleset ...
Bub's user avatar
  • 80
1 vote
0 answers
10 views

Connect to private endpoint of azure app service

I have one Azure app service (App Service A) configured with private endpoints, within which I have an API (API 1). Additionally, I have another Azure Cloud Service (extended support) (App Service B), ...
Pulkit Sharma's user avatar
0 votes
0 answers
12 views

Azure API Management Wildcard operation returns 404

I have created a wildcard operation in APIM to Teamtailor API https://api.teamtailor.com/v1 When I make a request it calls the correct backend endpoint https://api.teamtailor.com/v1/jobs, but it ...
Loc Dai Le's user avatar
  • 1,699
-1 votes
0 answers
23 views

Camel Azure Event Hubs - Message Not Receiving

My code : from("azure-eventhubs:? connectionString=RAW(<CONNECTION_STRING>)&credentialType=CONNECTION_ STRING&blobContainerName=BLOCB&blobAccountName=ACNAME&...
Dharanidharan.T's user avatar
1 vote
0 answers
18 views

Is there a way to set the credentials for an SPN to authorise an API request in Python, using a workload identity federation instead of client secret?

I have some Python code that was using the ClientSecretCredential() to authenticate its API requests to Azure but now we are moving to use a workload identity federation instead is there an ...
steveyB's user avatar
  • 17
-1 votes
0 answers
33 views

Creating resource on azure portal

I'm getting "ASP-resourcegroupwebappdemo-8912 Microsoft.Web/serverfarms BadGateway" this status while deploying resource. Can anybody help me on this. { "status": "Failed&...
ELANGOVAN D's user avatar
-1 votes
1 answer
23 views

Azure B2C SMS Pricing

If i have 1000 users (all users are active) in B2C local account and configured SMS based authentication. If the users are login attempts 2 or 3 times per day. so, the sms attempts for 3000 times for ...
umasankar's user avatar
  • 607
0 votes
1 answer
43 views

Terraform Multiple Storage Account and Containers

I am trying to create multiple storage accounts and then containers, file shares, tables etc. for those storage accounts in azure. In the example, I have 2 storage accounts, the first has 2 containers,...
Somsubhra Mukherjee's user avatar
-1 votes
0 answers
8 views

Is it possible to listen to the events published by Azure Event Grid/Event hub from any AWS resource (Kinesis/Lambda/SQS/whatever)?

The events will be published by Azure and AWS needs to consume them in near to realtime. Is this possible to achieve? Source: Azure Event Grid/Event hub Target: any AWS resource (Kinesis/Lambda/SQS/...
KavithaN's user avatar
0 votes
0 answers
22 views

I can't create an IoT Hub Device handle using IoTHubDeviceClient_LL_CreateFromDeviceAuth

I am using the Azure C SDK on Linux. I can successfully provision devices on an IoT hub through a symmetric key enrolment group and DPS using the provided prov_dev_client_sample. Now I am using the ...
Engineer999's user avatar
  • 3,799
0 votes
0 answers
14 views

Azure - GCP identity federation for service principals - where to get access token from?

I'm trying to set up identity federation between GCP and Azure. According to GCP documentation I need to create a managed identity and VM which is kind of a surprise for me. And that example also uses ...
maciej skorupka's user avatar
1 vote
0 answers
17 views

How to access Azure Blob storage with disabled anonymous access without Azure Front Door?

In my current application, I am using Front Door to append SAS token. But since my application is Intranet based. It is suggested to not to use Front door. What options do I have now?
Lakshay Dulani's user avatar
0 votes
1 answer
16 views

'npm custom' step failing in Azure Pipeline

I am getting below error at 'npm custom' custom in Azure Pipeline, while triggering it. ##[error]Error: Unable to locate executable file: 'npm'. Please verify either the file path exists or the file ...
Nida Abbas's user avatar
1 vote
1 answer
36 views

Github actions deploy zip to app service but wwwroot is empty

I've got a nest.js api that I'm trying to deploy via github actions to my Azure web service. Which I've previously had working. But now it's not deploying My action file looks like this name: Build ...
Skel's user avatar
  • 1,651
0 votes
0 answers
14 views

How to put multiple VMs behind a single *private* IP address on Azure? [closed]

I'm working on creating a Blue/Green deployment for a product in Azure but I'm running into a problem regarding outbound traffic to an on-premisses database. Our initial idea can be seen in this ...
Leonardo Tavares's user avatar
0 votes
0 answers
24 views

Redirection upon successful Sign up/Sign in using Azure B2C custom policy

We are leveraging the Azure B2C solution to handle the managements of Identities. Azure B2C was implemented using Custom policies as our use cases could not be covered using the User-Flow. Azure B2C ...
Pas's user avatar
  • 1
0 votes
0 answers
15 views

scale up the azure vm config (environment )automatically while running jmeter load test in azure pipelines [closed]

In jmeter I am pointing script to our environment which in hosted on azure vm.. in vm we can scale up the config...we usually scale up vm config manually before running load test...whether we can ...
SWAPNIL KULKARNI's user avatar
1 vote
0 answers
35 views

Trying to Authenticate with SharePoint and get list of files via API using access token

I'm trying to follow documentation and read files from SharePoint using APIs. I have a client_id+client_secret and I'm able to retrieve an access token like so: I then try to use this token and ...
Dina Kleper's user avatar
  • 1,999
0 votes
0 answers
21 views

Azure function Python Http Trigger 'Operation was aborted' throws KeyError

I am locally developing an azure function http trigger with Python. My function runs, half way through I get the message 'Operation was aborted'. A few minutes pass and the code continues successfully ...
ellieroseh's user avatar
0 votes
0 answers
13 views

How can I create an Azure Public IP address with ".cloudapp.net" DNS suffix?

I'm trying to migrate a couple of Cloud service (classic) to Cloud service (extended support). I've noticed that if I use the Azure portal's built-in "Migrate to ARM" tool then the migration ...
user24426016's user avatar
0 votes
0 answers
22 views

Access Package Endpoint doesn't seem to be working

I am currently trying to implement access packages with ServiceNow request. The whole workflow should be as follows: Access Package gets created> AP gets approved > Logic App triggers on ...
Vasil96's user avatar
0 votes
0 answers
20 views

Cannot remove file from Azure Web App on Linux

I have a couple of WordPress websites hosted in Azure with Web App on Linux. I tried to make some update to plugins and when the update get to AIOSEO Redirects, the update crashed because it could not ...
EDF Man's user avatar
0 votes
0 answers
38 views

Downloading OneDrive Files with Powershell and Graph Get-MgDriveItemContent

I'm trying to download OneDrive Files with the Graph module. But I get an error at the last step. I'm out of ideas on how to proceed. Anyone have a clue for me? Connect-MgGraph -Scopes "...
SophisticatedBear's user avatar
0 votes
0 answers
18 views

The SSL connection could not be established - PayPal Smart Button

Our website is .NET core 6 and hosted in Azure App Service, we use HttpClient to send a request to PayPal order endpoint, we will get the following error intermittently. {"severityLevel":&...
Mike Zhang's user avatar
0 votes
1 answer
20 views

Azure Load Balncers and Application Gateway in a Disaster recovery architecture on a different reg

I need to create a DR solution for my application running in production My architecture consists of multiple VMS and multiple load balancers and Application Gateways I have decided to go with Azure ...
Taanu Abbas's user avatar

1
2 3 4 5
2795