All Questions
5,703 questions
Best practices
0
votes
1
replies
58
views
Logout from Azure SSO without redirect
I have an Amazon Cognito user pool with Azure AD federated as an OIDC identity provider, using the Cognito Hosted UI and the authorization code flow. My app starts login by redirecting to:
https://<...
Tooling
0
votes
0
replies
66
views
ETL flow tool like in Databricks
Is there any ETL tool like ADF that can be integrated with Jupyter lab? Like we have in Databricks where we can have scheduler and other tools like we have in ADF for filter, join or condition.
I know ...
Score of 0
0 answers
72 views
All functions dissapearing as soon as I add eventHubTrigger?
I am doing some Azure stuff. I can add the default httpTrigger no problem, but as soon as I add an eventHubTrigger all my functions (even the httpTrigger) just dissapear. Like actually there are no ...
Score of 0
0 answers
67 views
Reducing Interactive Prompts When Using Different Scopes Azure
I'm using InteractiveBrowserCredential in a python script to authenticate against multiple Azure services: Azure Key Vault and Azure ResourceGraph.
The browser opens twice during authentication - once ...
Score of -4
2 answers
83 views
Playing local audio file to calls' participants?
Context
I am assessing Azure Speech Services(ASS)' phone calls transcription capabilities. My program uses Azure Communication Services(ACS) to simulate calls with real and private audio conversations ...
Score of 0
0 answers
82 views
How do I print dynamically generated QR codes from python code on a raspberry pi to a Brother QL 800 label printer?
I'm working on a python application that's running on a raspberry pi that is intended to receive a data string from Azure IoT Hub, make a QR code off that string, then print that QR code as a label on ...
Score of 0
0 answers
42 views
Autogen- Unable to create the single conversational chat agent application
I am trying to create a simple conversational AI using autogen.
where user should able to continuesly interact with the agent
Below is the code
~~~
def get_location_suggestion() -> str:
...
Score of 0
0 answers
70 views
Cannot create Azure Blob Storage linked service for Synapse using SDK
I am attempting to use the Python SDK to create a linked service to an Azure Blob Storage account in my Synapse Workspace.
I have some code which creates a dictionary whose structure matches exactly ...
Score of 0
0 answers
54 views
Azure az vm run-command invoke silently fails when script includes runuser with arguments (works manually on VM)
I am invoking Azure Run Command from Python using:
az vm run-command invoke --command-id RunShellScript --scripts "<script...>"
When I run the same script manually via SSH on the ...
Advice
0
votes
1
replies
66
views
How can I group transcribed phrases into meaningful chunks without using complex models?
I have a large set of phrases obtained via Azure Fast Transcription, and I need to group them into coherent semantic chunks (to use later in a RAG pipeline).
Initially, I tried grouping phrases based ...
Score of 0
0 answers
61 views
“Operation not permitted” when creating directories and saving files in Azure App Service (FastAPI on Linux)
I’m hosting a FastAPI application on Azure App Service (Linux, Python 3.12).
The deployment works, but the logs repeatedly show the following errors:
chown: changing ownership of '/temp': Operation ...
Score of 0
1 answer
158 views
Microsoft Graph API: Intune Win32 App Upload - commitFileFailed Error After Successful API Calls
I'm experiencing persistent commitFileFailed errors when uploading .intunewin files to Microsoft Intune via the Graph API. All API calls return success status codes, but the final commit processing ...
Score of 0
0 answers
98 views
errorCode:3608, getting this error while trying to run my python Rest api script to push a CSV file to Microsoft Purview
af_fdp_to purview upload
Troubleshoot activity failures
I { "errorCode": "3608", "message": "Call to provided Azure function
'af_fdp_to_purview_upload' failed with ...
Score of 1
0 answers
162 views
Trouble acquiring OBO token for Azure AI Foundry using MSAL Python
I’m trying to acquire an On-Behalf-Of (OBO) token for my app using MSAL Python.
Within my Python app, I receive a JWT token of the current user. For this user, I want to get an OBO token for my Azure ...
Score of 1
1 answer
430 views
How to get headers from a request in Streamlit
Hello we have a Streamlit app deployed in Azure and we want to do the azure authentication. Part of it is that we receive the users info after authorization in these headers:
X-MS-CLIENT-PRINCIPAL-...