145,221 questions
- Bountied 1
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Advice
0
votes
0
replies
13
views
Building Privacy-Compliant LLM Apps (e.g. Section 203 StGB)
I’m working on an app that leverages Large Language Models (LLMs) to assist professionals in regulated fields like medicine and law. My main concern is ensuring compliance with privacy and secrecy ...
0
votes
0
answers
9
views
Azure Function app Cron scheduler - missing runs
My function app is a timer triggered app and uses this cron expression for scheduling. 10 */6 * * * On most days it runs fine, but looking at the trace logs in Application insights it does not run for ...
Best practices
0
votes
1
replies
12
views
Container access level is changing to private On changing the one of the blob file access to Private
I am facing one challenge in the Azure storage service where the container is at the public/container access level. That container has 10 blob files, which have public/blob level access. Now I have ...
-1
votes
0
answers
19
views
How to download files that have ABFSS protocol using Java from Azure Storage?
I want to read contents from a particular file held in the ADLS. The URL for retrieving a file looks like this abfss://[email protected]/folderone/somefile.json
How do I read the ...
Advice
0
votes
2
replies
22
views
Schedule a Terraform destroy and apply of the same resource using Github Actions in Azure
My goal is to schedule a Cron Job using GitHub Actions to destroy and reapply the same resource at specific times — for example, apply at 8 a.m. and destroy at 5 p.m.
Based on my research, I would run ...
0
votes
0
answers
16
views
Using AzureBlobFileSystem to delete a dir does'nt work rm_dir
I'm trying to use AzureBlobFileSystem from the adlfs library to remove a dir and below is the code
from adlfs import AzureBlobFileSystem
from azure.identity import DefaultAzureCredential
dlake_client =...
0
votes
1
answer
15
views
Stack settings are blank in configuration tab
I am deploying an azure webapp with the following settings:
resource functionAppName_web 'Microsoft.Web/sites/config@2021年03月01日' = {
parent: functionAppName
name: 'web'
properties: {
...
1
vote
0
answers
48
views
Azure DevOps Pipeline YAML file - How To Access (upstream) Pipeline Resource Completion Time in downstream pipeline?
How to get the completion time of a stage in my upstream pipeline?
I read in the documentation that I can use resources.pipeline.<alias>.xyz, but I don't see any predefined variables that allow ...
-1
votes
0
answers
26
views
APK Signing using Azure Key Vault JCA
After reading this post apksigner ignoring java parameters when trying to include azure keyvault jca, I've tried to setup APK Signing using Azure Key Vault.
I'm wrapping the apksigner command call ...
-2
votes
0
answers
21
views
Data collection rule not seeing my Linux VM [closed]
I set up a Linux honeypot called Cowrie on my Azure virtual machine and completed all the necessary configurations. I then created a Log Analytics workspace, a data collection endpoint, and a data ...
2
votes
1
answer
57
views
Partial success scenarios in Azure Service Bus
In my application, each Azure Service Bus message contains multiple smaller "sub-messages," which are processed individually. Some may succeed while others fail.
Normally, message handling follows the ...
-1
votes
0
answers
43
views
Why do I get a client id error when it is correct?
I am working on an Azure Microsoft Entra External ID authentication in my MAUI Blazor hybrid app. I have a user flow in my tenant to allow external users to sign in via Google. When I created it, it ...
-1
votes
1
answer
40
views
Getting unrecognized arguments: --federated-token in creating pipeline in microsoft/MLOpsPython
I am using this repo to create a mlops pipeline in Azure Devops.
When i tried to run the CI pipeline, I am getting the unrecognized Federal Token. I asked chatgpt, it says to update the cli version. I ...
0
votes
0
answers
17
views
Cross-subscription Synapse Spark query to a dedicated SQL Pool how to?
I want to query a different subscription SQL Pool using SPark can I just use the same syntax or is additional configuration neccesary and if so how to?
df = spark.read.option(Constants.SERVER, "&...
Advice
0
votes
2
replies
41
views
Azure DevOps sort list by state but not alphabetically
We have a list of states that we use and this is the preferred order of those states for our business:
New
Ready for Development
In Progress
Code Review
Testing
Stakeholder Approval
Ready for ...