Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
30 views

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 ...
j_marvin's user avatar
0 votes
0 answers
22 views

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 ...
Naayif's user avatar
  • 1
Advice
0 votes
1 replies
59 views

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 ...
Daniel's user avatar
  • 13
0 votes
0 answers
42 views

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 ...
Kaue Martins's user avatar
0 votes
0 answers
50 views

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 ...
aprasanth's user avatar
  • 1,099
0 votes
0 answers
69 views

I am deploying a python function in azure linux function app, function app is created via terraform and azure CI/CD pipelines, and azure function also via zip deploy and linux function deploy using ...
shobhitjindal's user avatar
0 votes
0 answers
79 views

af_fdp_to purview upload Troubleshoot activity failures I { "errorCode": "3608", "message": "Call to provided Azure function 'af_fdp_to_purview_upload' failed with ...
Sudhanshu kumar's user avatar
0 votes
0 answers
81 views

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 ...
user14636877's user avatar
1 vote
1 answer
211 views

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-...
KZiovas's user avatar
  • 5,049
-1 votes
1 answer
54 views

I have a Linux based NodeJS Web App resource on Azure. I want to deploy a Python 3.12 based continuous Web Job under this Web App. I have added a run.sh which contains installing the requirements.txt ...
CaptainCsaba's user avatar
0 votes
0 answers
36 views

I’m running Azure Functions in a Docker-based devcontainer using the official Python Core Tools image: FROM mcr.microsoft.com/azure-functions/python:4-python3.10-core-tools and I have the following ...
Peder Ward's user avatar
-1 votes
1 answer
55 views

I'm trying to deploy a FastAPI backend to Azure and hitting constant issues, but my React frontend deployed fine to Azure Static Web Apps using the SWA CLI. Frontend (Working): Deployed successfully ...
Pavithra Chadersekar's user avatar
0 votes
1 answer
204 views

I want to use web search when calling GPT on Azure using Python. I can call GPT on Azure using Python as follows: import os from openai import AzureOpenAI endpoint = "https://somewhere.openai....
Franck Dernoncourt's user avatar
0 votes
1 answer
82 views

I want to update the capacity of a finetuned GPT model on Azure. How can I do so in Python? The following code used to work a few months ago (it used to take a few seconds to update the capacity) but ...
Franck Dernoncourt's user avatar
0 votes
0 answers
107 views

Problem: I'm querying Azure AI Search from Open WebUI (Docker on WSL Ubuntu 24). The azure-search-documents SDK fails with SSL certificate verification errors, but the same code works fine in Windows ...
Ahmed Ayaz's user avatar

15 30 50 per page
1
2 3 4 5
382