Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
6 views

Why can I not see a failed invocation when my Azure Function times out?

I successfully tested a python azure function locally that once triggered in blob storage, converts any .xlsb files to .xlsx files. On a <100KB .xlsb file this took about a minute, and a ~70,000KB ....
SQL_Noob's user avatar
  • 151
-1 votes
0 answers
8 views

Azure Price Sheet API returning 404 error

I want to fetch the pricesheet for the Azure items on my subscription, considering any potential discounts. I understood from the API documentation, that using the billing period method would return ...
guzassis's user avatar
-2 votes
0 answers
44 views

Issues reading CSV file in Azure Machine Learning Studio [closed]

I am new to Azure Machine Learning Studio and facing an issue with reading CSV files in .ipynb notebooks. CatBoost.ipynb and data-23.csv have been uploaded under my username. Once the compute gets ...
shq's user avatar
  • 1
-1 votes
1 answer
67 views

Why my Azure function app blob trigger is not working when I upload a file?

I have created a blob trigger function app with python. I also have a blob storage in my storage account. The settings (local.settings, function.json) seems ok. After running : func start and ...
Hossein Chegini's user avatar
0 votes
0 answers
21 views

Does it make sense to use Python's multiprocessing module when deploying code on Azure?

Our team has deployed a Python script on Azure Machine Learning (AML) to process files stored on an Azure storage account. Our pipeline consists of a ForEach activity, that calls the Python script for ...
Sheldon's user avatar
  • 4,519
0 votes
1 answer
47 views

Azure Function with Azure AI Speech network issue (WS_OPEN_ERROR_UNDERLYING_IO_OPEN_FAILED)

I'm using Azure AI Speech (previously Azure Cognitive Services), specifically the Text-to-Speech (TTS) feature in a Python Azure Function app (Linux). However, when my Function app is running and ...
Robin's user avatar
  • 177
0 votes
0 answers
40 views

Azure Databricks: Error when scaling from zero

I've deployed an endpoint for a RAG chain in Databricks. I've set scale_to_zero_enabled=True. The problem is: Sometimes, scaling up from zero works fine and sometimes it results in an error. It's also ...
Firefly02's user avatar
0 votes
1 answer
30 views

Is there a way to use the Python SDK to implement hybrid search + semantic reranking in AzureAI search?

As implied by this article: https://techcommunity.microsoft.com/t5/ai-azure-ai-services-blog/azure-cognitive-search-outperforming-vector-search-with-hybrid/ba-p/3929167 it is possible to perform a ...
Cole's user avatar
  • 1
0 votes
0 answers
18 views

How can I view all the uploaded files associated with an Azure OpenAI assistant in Python?

I’m using Python to benchmark questions from documents and have instantiated my assistant in a jupyter notebook. I’d like to confirm the assistant has the files I uploaded to it but can’t seem to find ...
Celi Manu's user avatar
  • 431
0 votes
1 answer
41 views

Azure AI Search Scoring Profiles are not modifying the score retrival

I have been using azure ai search and scoring profiles to boost the documents of my index that come form the 'reviewed' source that means I want to send to the very TOP documents that have the string '...
R_Student's user avatar
  • 711
1 vote
0 answers
101 views

cannot import name 'Sequence' from 'collections'

I am developing a python-flask web application using Python 3.12 and locally it works fine. I want to deploy it on Azure using Azure App Services (Web App). I configured the Github actions to deploy ...
user24015285's user avatar
0 votes
0 answers
58 views

Enabling Conversation Memory for Pandas or CSV Agent in Langchain 0.2.10

I have been struggling for the past 3 months to create a pandas agent in Langchain to respond to queries on very large numerical tabular information (dataframes and SQL servers). I have managed to ...
R_Student's user avatar
  • 711
0 votes
0 answers
42 views

"503 Server Error" when uploading a large zip file to OneDrive via Microsoft Graph API in Python

I am using the Microsoft Graph API in Python to upload a large .zip file (approximately 90 GB) to OneDrive. However, when uploading the file in chunks, the process stops with a 503 Server Error after ...
tealy's user avatar
  • 184
-2 votes
0 answers
47 views

Connection was closed by the remote host [closed]

I'm using the Microsoft realtime conversation avatar and it was working perfecrError details: Connection was closed by the remote host. Error code: 1011. Error details: System.AggregateException: One ...
hamzah jazi's user avatar
0 votes
1 answer
83 views

How to upload large files to Onedrive using python

import requests from msal import PublicClientApplication from dotenv import load_dotenv import os # Load environment variables load_dotenv() # Configuration from environment variables CLIENT_ID = os....
tealy's user avatar
  • 184

15 30 50 per page
1
2 3 4 5
362