Skip to main content

Microsoft Azure Collective

Questions

Browse questions with relevant Microsoft Azure tags

26,058 questions

No answer
0 votes
0 answers
6 views

What fields are required to create in index for question and answer in azure ai search?

I want to create index but what fields I need to select while creating index because I want 1-2 lines answer when I ask question in search explorer in azure ai search. The documents that I have in ...
Tanuj Verma's user avatar
0 votes
0 answers
4 views

How to setup Application Insight on Next.js 15 in Client and Server Side Rendering

I have tried countless different solutions to setup Application Insight working on latest Next.Js 15 version but with no success. Crawled whole internet with different blog posts and articles with no ...
Jon Koivula's user avatar
-1 votes
0 answers
9 views

Azure event hub to Kafka

We need to read message from Azure event hub and send it to Kafka using azure analytic stream. I could not see the output type as Kafka while looking into no-code editor of analytic stream. Is there a ...
Meenakshi Chaturvedi's user avatar
0 votes
0 answers
6 views

Azure Connection String not readable in Spring Boot application.properties

I have a Java Spring Boot app deployed on Microsoft Azure that is connected to a PostgreSQL database. I want to connect to the database using credentials stored in Azure as Connection strings. The ...
paulfilip's user avatar
0 votes
0 answers
11 views

Can we get small answers in azure ai search index and demo application?

I have a azure ai search service created as cente***dataservice1. In this search service, I have taken basic tier package. There are multiple things that I have done while creating index. First, I ...
Tanuj Verma's user avatar
0 votes
0 answers
11 views

How to deploy Databricks Unity Catalog table with CI/CD

Does anyone know how to deploy Databricks schema changes with Azure DevOps CI/CD pipeline? I have created a table in Dev database (in Databricks Unity Catalog) and I want to deploy it to Prod Database ...
Fred's user avatar
  • 3
0 votes
0 answers
14 views

Exceeded language worker restart retry count for runtime:dotnet-isolated error happening locally upgrading to .net 8 isolated

I am trying to upgrade my azure function project from .net 6 to .net 8 isolated and it seems there is something wrong with my local because I get the same error in the projects that I developed myself ...
Ronak Panchal's user avatar
0 votes
0 answers
14 views

Azure Synapse Analytics - output not displayed

Following Scala code in Azure Synapse should print: Hello, World!. But instead, it prints: defined object Geeks. Question: What could be the issue and how can we fix it? object Geeks { // Main ...
nam's user avatar
  • 23.3k
0 votes
0 answers
16 views

I can't authenticate a call to an Azure function. I tried a Function Key and an OAuth 2.0 with a client secret... Neither work

My question relates to Azure functions. The ultimate goal is to have a separate app call out to this function. I have a C# MVC app and there's one really strange piece of logic that has to be ...
ChristianOConnor's user avatar
0 votes
0 answers
11 views

How to deploy custom Huggingface models on Azure ML

Hugging Face models have easy one-click deployment via model catalog. Still, some models such as facebook/audiogen-medium, are not available on the Azure model catalog and do not have Deploy button on ...
Momo's user avatar
  • 950
0 votes
0 answers
4 views

Is there a way to read file change events from sharepoint for multiple sites?

I need to get file change events from SharePoint whenever any change happens for a document library across multiple sites. I have been exploring a lot on reading file changes events from SharePoint. ...
Pawan Poojary's user avatar
0 votes
0 answers
6 views

Azure Web App publishing model container option not working with Terraform

I want to create a web app with a container as a publishing model using Terraform. The only option I found in Terraform docs was to use the azurerm_linux_web_app resource with block application_stack ...
Abubakar Riaz's user avatar
0 votes
0 answers
14 views

Restore a backup for an Azure WordPress website

I accidentally set an Elementor page in WordPress to global and can't access my WordPress (WP) admin page or login page. The global Elementor page shows for every URL option to view the page. I have a ...
PandaComputes's user avatar
0 votes
0 answers
15 views

How to use an access token to create a clerk session?

I have a nextJs app that uses clerk for authentication, i am currently using microsoft provider. I also want to make the app available in a teams app iframe, so i am passing the access token from the ...
Same's user avatar
  • 77
0 votes
0 answers
8 views

Can't upload file to azure front door origin group based on latency?

I am stuck at this problem for two days. I have added 4 blob storage origins in a single origin group at azure front door. I am doing hit and trial on blob sas tokens. I have not updated any settings ...
Sufian Majid's user avatar
0 votes
0 answers
22 views

Extra Files (Block Blobs) creating in the copy activity of the Blob Storage in ADF

I have followed the solution given in this thread, copying data is successful but I'm getting the folder names as block blobs which are extra files to the destination storage account: Source Storage ...
Jashua Criss's user avatar
0 votes
0 answers
20 views

How to call an Azure function from ADF and pass parameters to the function

I have an Azure function written in Python. This function takes DatabaseName, CompanyId, TeamId and AssessmentId as parameters. I need to call this Azure function from ADF. I'm using the Azure ...
sunil kumar ampolu's user avatar
0 votes
0 answers
28 views

Azurite in docker response 403 when i trying to access through to web browser

When I try to access the Azurite blob using edge I meet the error like this - the logs of docker container: https://i.sstatic.net/F7QEWnVo.png But I still can upload a file from my blob service in ....
Nam's user avatar
  • 1
0 votes
0 answers
21 views

Not being able to connect to azure redis service

I have a webapp deployed in azure, and I´ve also configured a azure redis cache, but I am not being able to make my cache work. My nextjs frontend app is hosted in vercel. This is my redis client in ...
mateo ghidini's user avatar
0 votes
0 answers
16 views

Data factory error. How to troubleshoot bug in activity itself

A data flow activity seems to have a bug. The activity type "HDInsightSpark" sends back an error that says: "Object reference not set to an instance of an object." It claims that ...
David Beavon's user avatar
  • 1,185
0 votes
0 answers
41 views

Azure SQL returning different output for query with variable and query with hardcoded values

SQL Server is returning different results for the following two queries that I expect to return the same output: Query 1: DECLARE @year INT = 2024 DECLARE @month INT = 7 SELECT * FROM udf_a(@year, @...
prinkpan's user avatar
  • 2,197
0 votes
0 answers
22 views

Azure Data Factory get Business Central General Ledger Entries

I have set OData LinkedService to Business Central then in a datapipline I created a dataset with the LinkedService connection to download the General Ledger Entries. I have managed to download the ...
Graziella Spiteri's user avatar
0 votes
0 answers
46 views

Microsoft Graph Application token obtained using Azure AD client credentials flow does not include expected permissions

I am facing an issue with obtaining an application token with specific permissions using Azure AD's client credentials flow. Despite having correctly configured and granted the necessary API ...
trentalvord's user avatar
0 votes
0 answers
6 views

Using AzureB2C Invite flow prevents EnableTokenAcquisitionToCallDownstreamApi from working. Can I use two custom policies?

I'm trying to work with AzureB2C's invite flow from their samples (https://github.com/azure-ad-b2c/samples/tree/master/policies/invite) I have setup the two custom policies B2C_1A_InvitePolicy ...
Tomas McGuinness's user avatar
0 votes
0 answers
24 views

how to clean specific folder when deploying to that folder with 'az webapp deploy'

I am trying to deploy a zip file to a specific folder within a webapp, but I want to make sure that folder is empty. this is my command: az webapp deploy --resource-group $(ResourceGroup) --...
Vital's user avatar
  • 150
-1 votes
0 answers
15 views

Sonar: Microsoft Graph API Send Email With Attachment

Sending an email with file attachment using below shared code snippet. Everything is working well and receiving emails. But the problem here is, sonar complaining that the 2nd parameter in the ...
Karkala Srikanth's user avatar
0 votes
0 answers
34 views

How to set debug environment variables for ASP.NET Web API project on .NET 4.8?

I am building an ASP.NET Web API project on .NET 4.8 and also deploying it to Azure. I use Environment.GetEnvironmentVariable to get variable values. In Azure, this is easy to configure because they ...
omega's user avatar
  • 42.9k
0 votes
0 answers
8 views

How to connect my Java app to an Azure CosmosDB service with no public access?

My Java app is using gradle and the mongo-spring starter dependency: implementation('org.springframework.boot:spring-boot-starter-data-mongodb'). I can connect to a publicly accessible CosmosDB with ...
ban_ana's user avatar
  • 49
1 vote
0 answers
18 views

Error with PartitionKey in ASP.NET Core 8 Web API using Audit.NET and Azure Storage Table

I've been working on implementing an Audit Trail in an ASP.NET Core 8 Web API, utilizing the Audit.NET library, specifically with the AzureStorageTableDataProvider for storing audit events. The ...
santosh kumar patro's user avatar
0 votes
0 answers
43 views

Error handling in Azure function with custom class

My login function looks like this: [Function("Loginxyz")] public async Task<IActionResult> GenerateToken( [HttpTrigger(AuthorizationLevel.Anonymous, "post", Route = &...
tesrer's user avatar
  • 51
0 votes
0 answers
13 views

EasyCaching.Redis nuget and Application Inisghts metrics

We have set up Appinsight for all our applications, and everything works quite fine.. except for Redis calls since they appear as a database dependency and not as a Redis one. But if I got to the ...
advapi's user avatar
  • 3,821
0 votes
0 answers
19 views

Node.js download file API from Azure Blob Storage, connecting with Front-end Next.js

I have files in the Azure blob storage, and built backend using Node.js. Download API Controller export const getAzureFiles = async ( req: RequestQuery<GetAzureFilesDTO>, res: Response, ...
Li 1001's user avatar
  • 75
0 votes
0 answers
16 views

How to enable SSO in MS Teams Bot application?

So I am trying to configure a MS Teams Bot application and trying to enable SSO for that Bot app. We are following the documentation of Microsoft https://learn.microsoft.com/en-us/microsoftteams/...
Mathesh's user avatar
0 votes
0 answers
18 views

Nuxt 3 app deployed to Azure. Environment variables are ignored in nitro section of nuxt.config.ts

I've found that my Nuxt 3 app deployed to Azure is ignoring environment variables in nuxt.config.ts. This is what I have in local: nitro: { storage: { redis: { driver: 'redis', ...
lmc3s3f0r's user avatar
0 votes
0 answers
43 views

SQL enabling insert of duplicate data when 2 inserts are executed at almost the same time

Context: I have an application in Azure that receives information from multiple clients, however, sometimes the client sends multiple messages at once which seems to cause duplicate entries in my ...
Fernando's user avatar
  • 138
0 votes
0 answers
28 views

azure devops npm task takes time compared to other pipeline

i have an npm install task that takes 10-14 mins longer compared to a similar task I have in another project which is about 3 mins. Still takes time but much faster. they are both using same node ...
Jason's user avatar
  • 1
0 votes
0 answers
34 views

Why do I get a parallel sequential scan even if I create an index and try to force an index scan?

( SELECT Example_id FROM Table.Example WHERE TRANSLATE(LTRIM(PLCY_NBR, '0'), '-~', '') like'35243' ) UNION ( SELECT EXAMPLE FROM TABLE.EXAMPLE WHERE EXAMPLE.SRC_SYS_ID = 14 AND ...
rohini M's user avatar
0 votes
0 answers
25 views

Having issues with provider definition when configuring Terraform for Azure in YAML

I'm working on an ambitious project to define Terraform configuration in YML for Azure but am having issues on handling the provider block. Here are the details. Why YML? Two main reasons: I'd like ...
DivZ's user avatar
  • 728
0 votes
0 answers
38 views

Unable to create table on Mounted Drive in Databricks: No parent external location found for path

Whenever I attempt to create a table using below code to a Mounted drive in ADLS Gen 2 I get the error: No parent external location found for path %sql CREATE TABLE IF NOT EXISTS testtable USING csv ...
Patterson's user avatar
  • 2,599
0 votes
0 answers
31 views

Azure Front Door Premium and Vary response header

I'm using Azure Front Door in Premium Tier. I have caching enabled on my route (CDN). I have some troubles, which seems to be the result of the fact that CDN ignores the Vary header. I have made this ...
Tomasz Madeyski's user avatar
0 votes
0 answers
23 views

Cannot find certificate name during the creation of a second azurerm_app_service_certificate_binding

I'm using Terraform to create some resources on Azure. In particular I have 2 App Service in different Locations and Traffic Manager Profile to switch traffic to the closest App Service. It works ...
Giacomo Brunetta's user avatar
0 votes
0 answers
13 views

WCF Certificate Authentication works with all client certificates

I have followed and investigated a lot of tutorials online for creating a WCF service that uses certificate authentication to authenticate a client connecting to our WCF service with a certificate. So,...
Steve Bamelis's user avatar
0 votes
0 answers
15 views

In Azure Databricks, what is difference between _RAW tables and _APPEND_RAW tables of Bronze-Layer

I am new to Azure Databricks and i would like to know difference between _RAW tables and _APPEND_RAW tables of Bronze-Layer. As both are STREAMING Tables then why we need 2 separate tables.Also above ...
Sql Dev's user avatar
  • 11
0 votes
0 answers
17 views

Azure AD - SAMLToolkit - Registration Error

I am following this tutorial for setting up and configuring SAML (https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/add-application-portal-setup-sso) verbatim. When I need to register a ...
h4ck3r8ug5's user avatar
0 votes
0 answers
26 views

Change configuration for an app registration than for an enterprise application

I have an application running in Azure as an enterprise application and I would like to know how to configure authentication for this type of application. They have provided me with an XML file with ...
Alberto Puigdomenech's user avatar
-1 votes
0 answers
12 views

Alternative to Azure Personalizer AI service

Azure Personalizer will be retired on 1st October 2026. We use this service on our website to power a "Recommended articles" section. The Rank & Rewards APIs are used to train the ML ...
Siddharth Thevaril's user avatar
-1 votes
0 answers
16 views

How to configure Azure service bus queue and topic which have different namespace in same Spring Boot application?

I have a Spring Boot application in which I am reading messages from a Azure service bus queue. Now I need to write another listener which will read message from a topic. Here both queue and topics ...
Ravi Kumar's user avatar
0 votes
0 answers
51 views

ERR_CONNECTION_TIMED_OUT When Making POST Request from React to Azure SQL server

I am encountering an ERR_CONNECTION_TIMED_OUT error when trying to send a POST request from my React application to my SQL Server hosted on Azure. The goal is to add data to an Azure SQL database. And ...
EikkaPine's user avatar
0 votes
0 answers
26 views

Hosting a .NET Minimal API in Azure Function

I want to integrate my minimal ASP.NET Core APIs into an Azure Function. While I can do this using the Amazon.Lambda.AspNetCoreServer.Hosting 1.7.0 package in AWS, I'm currently unable to find a way ...
user2462353's user avatar
-1 votes
0 answers
19 views

SSO accross different identity provider domains using Azure ADB2C

I am currently working on a project involving multiple service providers, each with a distinct domain, such as "domain1.com", "domain2.com", and so on. Each domain has its own ...
Simon Vandeputte's user avatar


1
2 3 4 5
522