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

Kubernetes : How to connect production and non-production Azure CLI simultaneously through windows system?

I need to connect production and non-production environment using Azure CLI simultaneously through my windows system. I have access of both the environments and I have kube config file for both ...
Deep Dalsania's user avatar
0 votes
0 answers
13 views

IoT Hub Equivalent For IoT Central Offline commands

What is the IoT Hub Equivalent For IoT Central Offline commands? See Documentation For Offline Command Does "storeAndForwardConfiguration": { "timeToLiveSecs": xxxxx sec} Time to ...
sPS's user avatar
  • 65
0 votes
0 answers
20 views

Adding 'Reader' role to Application in Azure Powershell fails in file upload

I'm using the following code to add the 'Reader' role to my application in the Azure Cloud Shell. I use a Powershell script and upload it to a file storage, then call it on Cloud Shell. See below: ...
Harry's user avatar
  • 39
0 votes
0 answers
9 views

Azure losing CREDITSSS

I am using Microsoft student plan for azure for a project at my college. I have already deleted the resource group as well as some Network Reacher resource group. I am having a presentation after a ...
Don Penguini's user avatar
0 votes
1 answer
40 views

No HTTP Trigger Found In Azure function

I write an azure function in python using vs-code for excel sheet transformation and want to store result in azure blob storage ,It succesfull on localhost I deploy Azure function on azure portal but ...
Ganesh's user avatar
  • 1
0 votes
0 answers
16 views

want stand logic app or function app (not premium) to connect to a blob storage which is under a vnet. How to achieve this?

we have function app/ consumption logic app that read/write to a blob storage. it works if blob storage network is set to pulic access . But it is not working if we change the blob storage to allow ...
user1580572's user avatar
0 votes
0 answers
32 views

Why does my LINQ query in Xamarin.Forms show less than expected content?

Good afternoon, I am struggling with an issue that I have been attempting to fix for around a month now. I am creating an application that utilizes the GTFS of a transit service (TTC) to show off ...
reeeemo's user avatar
0 votes
0 answers
13 views

Azure Fileshares on a web page hosted from a VM

SO, I know that Azure does not currently have a way to display FileShare data directly to a webpage. SO as a workable solution, I created a VM that hooks into the fileshare from the SMB share as a ...
Xolin_'s user avatar
  • 61
0 votes
0 answers
16 views

Python middleware for azure function warmup

I want to add some middleware to a V2 python azure function so that incoming requests are not processed unless the python worker warmup function has fully run. I'm not sure where to start or how to do ...
wordsforthewise's user avatar
0 votes
0 answers
8 views

apache2 rotatelogs creates log file but its empty when deployed to azure web app

im trying to rotatelogs by day, i've setup the following in apache conf. file: LogFormat "%h %l %u %t \"%r\" %>s %O" common CustomLog "|/usr/bin/rotatelogs -l /var/log/...
csaba's user avatar
  • 85
0 votes
1 answer
45 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
2 answers
27 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
1 answer
15 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
27 views

Parmeter values not resolving in ADF

I have a scenario where I want to dynamically pass parameters to a 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
-2 votes
0 answers
14 views

Tools for fast aggregation [closed]

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
0 votes
1 answer
25 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
1 answer
28 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
23 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
26 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
16 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
18 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
26 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
1 answer
26 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
27 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
39 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
28 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
8 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
42 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
26 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
24 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
28 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
11 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
9 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
35 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
27 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
1 answer
32 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
37 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
37 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
32 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
20 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
36 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
54 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
30 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
35 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
21 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 [closed]

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
38 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
44 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

1
2 3 4 5
2785