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
7 views

Problem deploying an Azure Function to a Function App

I have been trying to deploy an Azure function from Visual Studio Code to a function app on Azure. I am getting a message that the deployment was successful, but the Azure function does not appear in ...
user23874256's user avatar
0 votes
0 answers
9 views

Authentication with Azure MSAL in multiple apps without a redirection

I just wanted to ask that I am going in a right direction and it is even possible with MSAL library for authentication in Azure. We have multiple single page applications which are under the same ...
Griffi's user avatar
  • 253
0 votes
0 answers
6 views

How to audit MFA status of users in Azure

I am trying to build a Policy definition to list out the users who have not enabled MFA in Azure. I saw that i can't target users through Policy but my manager is being stubborn upon finding a way to ...
Thousif BakBak's user avatar
0 votes
0 answers
9 views

Parmeter values not resolving in ADF

I have a scenario where I want to dynamically pass the parameters to stored procedure, I have created a parameter called runId and assign the value as 1234 and created another parameter where I'm ...
Prashanthi Reddy's user avatar
-1 votes
0 answers
10 views

Tools for fast aggregation

I'm looking for a solution to aggregate data quickly with a regular delta load of any updates to the transactional database. We currently have the transactional DB and then a read-only replica, which ...
Ben's user avatar
  • 1
-1 votes
0 answers
11 views

No HTTP Trigger Found

Hi while deployment of azure function on azure portal , get NO HTTP trigger found error But when Test it on VS CODE local it was successful, trying azure function with excel transformation script in ...
Mayur Jagtap's user avatar
0 votes
0 answers
6 views

To can I reference the error code of a failed step in an Azure pipeline

I need an Azure pipeline to check the error code that caused a previous step to fail. The failed step uses an Azure plugin that can return various error codes based on what caused the step to fail, ...
Mike Collins's user avatar
0 votes
0 answers
8 views

Is there a way to view traffic logs for Azure Storage for connections that got blocked by Firewall settings from Networking pane?

Where can I find log within Azure Monitor/Log Analytics workspace that informs about some connection attempt (here from PowerBi service) that was dropped due to firewall settings? Can it be checked ...
Pepesko's user avatar
0 votes
1 answer
17 views

SwaggerUI on Azure Functions (.NET 8 Update)

I'm currently updating to .NET 8 (also switching to isolated worker process). I have an implementation of SwaggerUI based on https://devkimchi.com/2019/02/02/introducing-swagger-ui-on-azure-functions/ ...
Daniel's user avatar
  • 335
0 votes
0 answers
13 views

How to copy XML files in a folder F1 based on whether its content is present on folder F2 (disregarding file names)

We already have an Azure Data Factory in place for other processes we run and hence are trying to use it to solve the following: What we already have: ADF deployed and running, we'd just create a new ...
SlingOfDavid's user avatar
0 votes
1 answer
14 views

PowerBI Azure Cost Management API timeperiod current day to x

I've called the Azure consumption API in PowerBI to get up to date information on resource costs etc. However there is the issue of having long term up to date information, where instead of having ...
Displaza's user avatar
0 votes
0 answers
8 views

Mount Azure file share on Azure container app

I have an Azure file share and i want to use it as a mount for my Neo4j database that is running inside an Azure container app. Everytime i create a provision of the container it fails with error &...
samuel wouters's user avatar
0 votes
0 answers
21 views

tsql functions like REPLACE() failing in azure data factory pipeline connected to salesforce

This is in an ADF pipeline connected to salesforce. Using common tsql functions like REPLACE(), TRANSLATE() is causing an error. Goal: Clean special characters, such as newlines and the delimiter of ...
Sunlight's user avatar
0 votes
0 answers
13 views

Error indexing method 'IntegrationFunction' Can't convert from type 'Microsoft.Azure.EventHubs.EventData

I'm struggling to understand why I'm receiving the following error with my Azure function. Error: Error indexing method 'IntegrationFunction' Can't convert from type 'Microsoft.Azure.EventHubs....
Bhav's user avatar
  • 2,029
-1 votes
0 answers
26 views

Migrate data from MySQL to PostgreSQL In Azure [closed]

I want to perform a full db migration from MySQL to PostgreSQL with (near to) zero downtime, in order to do that, I want to use a tool that would perform not only full db migration but also allow ...
Mateusz's user avatar
  • 31
0 votes
0 answers
24 views

Publish Vue.js + ASP.NET Core on Azure

I want to deploy my ASP.NET Core + Vue.js application in Azure App Service with a configured CI/CD GitHub account. I followed Microsoft's guide: https://learn.microsoft.com/en-us/visualstudio/...
Osminogka's user avatar
0 votes
0 answers
19 views

Azure Developer CLI does not recognize environment

On the project I am working we use azure services. When i was working on my old computer it all worked fine. I had to switch computer recently and i cloned the code from devops, so the code should ...
Nicola Carrassi's user avatar
0 votes
0 answers
6 views

Strange Error encountered when running a model on Azure Auto ML

I have been working on a classifier for a few days on Azure Auto ML and when I tried disabling some variables that I do not need, I encountered the below error. I have never encountered this type of ...
Ivan's user avatar
  • 1
0 votes
1 answer
41 views

Handling multiple return values in an Azure function

I've got an Azure function that currently consumes messages from an Azure Service Bus, does some transformation and posts a message to an Azure Event Hub. However, I also want to post a message to an ...
Bhav's user avatar
  • 2,029
0 votes
0 answers
22 views

ZIP Deployment to Azure Web App fails when triggered from GitHub Actions workflow due to Storage Limitations

I have an F1-tier ASP with a single Web App, and I'm trying to deploy to that web app using a GH Actions workflow. The workflow itself is pretty cookie-cutter; it uses the Deploy a .NET Core app to an ...
Oliver Nicholls's user avatar
-1 votes
0 answers
22 views

401: Unauthorized Error Using AJAX Call - Bearer Token

AM getting error as 401 unauthorized while calling AJAX call... When i debug error throws in setRequestHeader. $.ajax({ type: "GET", xhrFields: { withCredentials: true }, ...
Vimalkumar 's user avatar
0 votes
1 answer
24 views

Azure Application Gateway ByPass

I have many websites configured on Azure Application Gateway, sites are physically hosted on Windows VM(IIS). From the application gateway traffic is passed on to IIS in one of the VM.All the websites ...
SAM's user avatar
  • 11
0 votes
0 answers
10 views

error when trying to create a scheduled job in azure ml

im getting this error when submitting a scheduled pipeline, Failed to submit job due to Exception: Response status code does not indicate success: 400 (Exception(s) encountered while validating ...
the programmer's user avatar
0 votes
0 answers
7 views

Using response from Previous Task Durable Task Framework

I'm writing a project which is event based using Durable Task Framework. Below One is the Orchestrator. public class WorkflowOrchestrator : TaskOrchestration<long, string> { ...
Akbar Badhusha's user avatar
0 votes
0 answers
26 views

How to list the databases/models under Azure Analysis Services using Powershell?

I have a task that I need to automate. The task involves getting the list of Databases/Models present in the Azure Analysis Services model using Powershell Script I have written the following ...
AJ31's user avatar
  • 220
0 votes
0 answers
10 views

Cost saving recommendations and best practices for Azure

My organization is currently using Azure to host some of our legacy .NET (.NET 4.8) applications which use SQL Server database at the back end. These applications are hosted on 9 Azure VMs with a load ...
progrAmmar's user avatar
  • 2,650
0 votes
1 answer
24 views

Azure Event Hub Connection when creating Event Hub Trigger with function app in Terraform

I am trying to provision a function inside azure function app using terraform and using event hub trigger as the function trigger. this is the sample code for function_app that I am provisioning ...
Ruwan Ranganath Senarathne's user avatar
0 votes
0 answers
9 views

Built in functionality to split queue by partition and process one at a time

We have a situation where we could get thousands of requests coming in at the same time and we need to process each request immediately then add it to a queue The queue then needs to be split by a ...
Paul's user avatar
  • 2,939
0 votes
0 answers
23 views

Not able to view the logs for hosted WebApp in Azure

I have a ASP.NET Core MVC app in Azure. I have implemented the logs in the MVC where I want to capure informational logs and error log. So when needed developer can view the logs in Azure portal. ...
Faisal's user avatar
  • 119
-1 votes
1 answer
32 views

What are the possible ways I can handle duplicate data in ADX

There are common ways to handle dup data as described Here But I'm looking for more options. Thanks I have tried the options from here https://learn.microsoft.com/en-us/azure/data-explorer/dealing-...
NIKHIL A V's user avatar
1 vote
0 answers
32 views

how to deploy flutter in azure app services

Currently working on flutter web gui and handling blob storage and data visualization. The web GUI is running in local host , I want to run the app in azure app services is it possible. If possible ...
sai's user avatar
  • 27
0 votes
1 answer
30 views

How can i create an Azure alert when user logs into a VM?

I want to create an alert ie send an email as soon as anyone logs into an Azure Vm . I have tried to create the alert but there is no "Sign In" alert. How can i do this in Azure Portal ?
Melissa's user avatar
  • 105
1 vote
0 answers
19 views

Running Azure Function in AKS with Workload Identity and Eventhub Trigger

I am trying to run azure function in Azure Kubernetes Service(AKS) with eventhub trigger and workload identity. I was able to run the function successfully in AKS with managed identity, now I want to ...
Sandy's user avatar
  • 14k
0 votes
1 answer
25 views

Update a Single Variable in Azure DevOps Library Without Resending All Variable Details

I am working on updating Azure DevOps library using the REST API. Need suggestion on how I can update a single variable in Azure DevOps library without re-sending all variable details using the REST ...
Ahwan Mishra's user avatar
0 votes
1 answer
40 views

azure-sdk-for-rust: How to get the Content-MD5 for a file?

I have a rust application that uses "azure_storage_datalake" at https://github.com/ Azure/Azure-Sdk-for-rust. The application can enumerate all of the files, and I can determine the name ...
A Bit of Help's user avatar
0 votes
0 answers
27 views

Azure B2C MFA custom policy flow 'try another way'

is there an example of using a custom policy to allow 'try another way'. Scenario is TOTP primary with Email as an alternative MFA flow. If the user doesn't have their phone for TOTP, they can use ...
Seb's user avatar
  • 1
0 votes
1 answer
32 views

Migration from Nexus to azure artifacts

I have to migrate thousands of packages from Nexus to azure artifacts. There is no proper information anywhere on this including Microsoft documentation. can you please help with approach? I have ...
user2636464's user avatar
0 votes
1 answer
19 views

How can I protect an Java Spring boot API against Azure AD B2C if I only have an id_token?

I am trying to protect an API against Azure AD B2C based on the following scenario As you can see, the flow is as follows: 1.- A user puts its credentials in a login page of a web application 2.- The ...
Martinsiyo's user avatar
0 votes
0 answers
18 views

I want to created a Azure Policy User and or device base to block certain websites

I am setting a secure Azure user that can't access third-party webmail for example https://mail.google.com, but should be able to access https://outlook.com or https://portal.office.com. I set up a ...
Guy Stewart's user avatar
0 votes
1 answer
36 views

Is there any way to get a new Azure CLI token without logging out?

I have a system where the client is using the Azure CLI token to do AA against a service. the service parses the JWT bearer token obtained send in the authorization header by the client. The server ...
simpleCoder's user avatar
0 votes
2 answers
42 views

Can't you have code outside your Azure Functions in python?

I am working on an Azure Function App where i have multiple Azure Functions defined as blueprints. What i'm trying to do is create functions that the Azure Function blueprint can call inside the same ...
Kanerix's user avatar
  • 51
0 votes
1 answer
22 views

Azure DataBricks - Looking to query "workflows" related logs in Log Analytics (ie Name, CreatedBy, RecentRuns, Status, StartTime, Job)

We're looking to fetch logs of the section "workflows" from Azure DataBricks to our Log Analytics Workspace. We have our log analytics workspace connected with all logs enabled in diagnostic ...
Shaan's user avatar
  • 1
0 votes
0 answers
37 views

Reading Unstructured Text from the entire file in Azure Data Factory

I have a file which is present as a unstructured txt in ADLS. I want to read the entire file content as text and pass it to a Stored Procedure in Azure data factory. Can this be done through Azure ...
skoundin's user avatar
  • 192
0 votes
0 answers
28 views

Fetch non-structured data in Synapse for Cosmos DB NoSQL?

We have a NoSQL Database in Azure Cosmos DB. We also have a Synapse connector to use this database with PowerBi. This allows us to use a simple SQL script to fetch the data in PowerBi. Something like: ...
Guilherme's user avatar
  • 5,241
0 votes
0 answers
18 views

Cannot find ffprobe when using PyDub Library in production

I am using the pydub library on my python backend. It works fine in development, but it seems like the ffprobe dependency isn't found once in production (see error below). Requirements.txt is up-to-...
Anthony Nolletti's user avatar
0 votes
0 answers
15 views

Azure storage blobs, Download file and check integrity

We have code which does this today running in production to do data integrity checks by relying on blob.properties.ContentMD5 hash. Our organization recommended to move out of MD5 in production code ...
sunny reddy's user avatar
0 votes
2 answers
33 views

Adding custom message properties when creating Service Bus Topic messages with Node.js

I have a topic with multiple subscriptions and need to add a filter to each of the subsbscriptions to trigger a corresponding function app. Here is my Node.js code to create a message: const router = ...
Octo's user avatar
  • 93
0 votes
1 answer
40 views

Code a Delegated Permission in Azure Powershell

Can anyone give me an example of coding a delegated permission to an application in Azure Powershell? The image below shows an example of how I would like the permissions to look like. I know I ...
Harry's user avatar
  • 39
0 votes
0 answers
26 views

Ps-session error on Azure Hosted Build Agents

We were using AzureFileCopy to transfer files to a VM. The latest release has introduced a bug which means you receive an error when trying to do this. Apparently the url and the SAS token should have ...
Gus_antonios's user avatar
-1 votes
0 answers
15 views

Error uploading file to OneDrive through CodeIgniter [closed]

I have created a web application using CodeIgniter that allows the user to select a file and upload it directly to OneDrive. However, when attempting to upload a file, I receive the error "Error: ...
Muhammad Huzaifa's user avatar

1
2 3 4 5
2785