144,875 questions
0
votes
1
answer
8
views
"All annotations provided are ill-formed" when running automated ML experiment in azure
Has anyone run into this error when running an automated ML experiment in azureml?
"All annotations provided are ill-formed"
It's very vague. I know it has something to do with the .jsonl ...
0
votes
0
answers
12
views
Environment Approvals with Powershell
I am trying to create a azure pipeline Environment using Azure DevOps REST Api and powershell,I am able to get the user descriptor and create environemnt but not able to construct approval payload. ...
0
votes
0
answers
12
views
Choosing between Azure container apps and App service for FastAPI app with background task
I currently have a Fastapi app which runs a Fastapi BackgroundTasks in one of the endpoint that was earlier deployed using Google cloud run with the CPU always allocated setting which was working well....
0
votes
0
answers
19
views
Azure AD - Code Verifier does not match the Code Challenge supplied
I'm trying to authenticate with Microsoft Azure AD OAUTH 2.0 in my Node.js/TypeScript app. During the repo cloning process, I keep getting this error when handling authentication: AADSTS50148: The ...
0
votes
0
answers
45
views
Azure table .NET - empty Guid by parsing
I am trying to get the stored data from the Azure table. However, when I am trying to parse the stored id from type Guid, I will get an empty Guid 00000000-0000-0000-0000-000000000000.
public async ...
0
votes
0
answers
20
views
Condition in split condition not sinking data to right output folders
I have a data flow that checks the quality of the data say date should be in a particular format, a column should not have a value more than 50 and likewise.
I am using a conditional split to write ...
0
votes
2
answers
30
views
How to seek/rewind Azure ServiceBus topic subscription
We are consuming messages from Azure ServiceBus topic subscription. We don't own or manage the topic, we are just consumers. We would like to access previously consumed messages.
I did not found a way ...
0
votes
0
answers
26
views
.NET & Mass Transit - How to process messages in DLQ
I have an application in .NET and I use Mass Transit. In Azure I am running Azure Service Bus.
The following situation is happening to me. It happens that I get an exception in the consumer, for ...
0
votes
0
answers
29
views
Why nodes in public AKS needs internet to startup but it does not need in netwrok isolated cluster(preview)? [closed]
I just need my nodes to be able to pull images from acr and contact api server and no other outbound access at all. I can't have private cluster because I need to run kubectl from local terminal.
So ...
2
votes
1
answer
30
views
Inheriting Scale-Out Settings on a Per-App Scaling Azure Service Plan
I have a function app in an Azure service plan where I only ever want 1 instance to be running. Said service plan is used by many other apps.
The service plan has a defined ruleset for scaling that ...
-1
votes
0
answers
72
views
Azure Function App -Calling a function in another file from function_app.py
Very simply!
I have a function app - function_app.py, trigger.py and init.py in the root
Its my first Azure Function App.
if i run the two files separately, function_app.py, trigger.py, they both ...
0
votes
1
answer
25
views
SSAS Cube Transition to Snowflake
I'm trying to find a solution for migrating from an Azure environment to Snowflake. We have several SSAS cubes that need to be replicated in Snowflake, but since Snowflake doesn't natively support ...
0
votes
0
answers
28
views
How to Implement One Active and Multiple Passive Consumers for Azure Event Hub?
Is active and passive consumers baked into the Azure EventHubs SDK? I'm looking implement one active consumer and one or more passive/fallback consumers if the active one were to go offline. Ideally ...
0
votes
1
answer
24
views
Azure Durable Functions not working with Custom Middleware (C#)
I have an Azure Durable Function that worked before i added custom middleware, does azure functions work with custom middleware?
I have added the middleware to manage custom authenication and to ...
0
votes
1
answer
39
views
Update properties of Bicep template resource
I'm deploying a Key Vault via bicep file with some standard rules, then after the initial configuration of some other resources I want to harden that Key Vault with advanced properties. For instance, ...