144,703 questions
0
votes
0
answers
9
views
Error with Power Query and Azure Storage Table
I have an Azure AI Knowledge store, the data is generated in Azure Storage Tables. When I try to query the data using Power Query in Power BI Desktop I'm getting intermittent errors of the form:
...
0
votes
1
answer
31
views
How can I set connection string settings in my reactjs Azure App service?
I have an Azure App service and I have deployed my react js app.
In my local development environment, I have my appsettings.Development.json with the following setting:
"ConnectionStrings":...
0
votes
0
answers
22
views
Unable to Access Blob Trigger Using Managed Identity in Azure Functions
I am trying to access a blob trigger in Azure Functions using a managed identity but am encountering issues. I have followed the instructions in the documentation and blog posts, but the issue ...
-3
votes
0
answers
19
views
Using AWS and Azure provider in terraform but want to ignore azure with a variable
Trying to build a module that can build AWS and Azure resources or just AWS. I have tried conditional values to populate Azure subscription_id and tenant_id but it always provides and error that it ...
0
votes
0
answers
17
views
ADX data receiving stop after sometime
I have very strange problem. I have IOT application where device send data to IOT hub, then it routed to event hub. There is function with trigger as azure function ,this function insert data in to ...
0
votes
0
answers
7
views
Unable to See Links Between Azure Resources in Resource Visualizer After Deploying with Bicep
I'm deploying a stack using Bicep and GitHub Actions. The deployment process involves using the azure/bicep-deploy@v2 GitHub Action with whatif first and then the actual deployment.
However, after the ...
-1
votes
0
answers
15
views
Using Azure, how do I copy data from one database to another on different servers without changing the schema?
I have two databases on two different servers using Azure. One is a test server the other is a dev server. I want to copy the data from the test database on the test server onto the dev database on ...
0
votes
1
answer
31
views
"Error: Unexpected property 'folder' and 'filePattern' in Azure DevOps FileTransform@1 Task"
I'm encountering an error while using the FileTransform@1 task in my Azure DevOps pipeline. Here is the relevant part of my YAML file:
- task: FileTransform@1
displayName: "Apply Config ...
0
votes
0
answers
22
views
How to Retrieve Azure VM Pricing for Enterprise Agreement (EA) Using Azure Pricing API?
I'm trying to retrieve Azure VM pricing specific to my Enterprise Agreement (EA) using the Azure Pricing API. Here is the command I'm using:
Invoke-RestMethod -Uri "https://prices.azure.com/api/...
0
votes
0
answers
25
views
Issue with Azure Storage Account Creation Using JavaScript SDK
I'm trying to create an Azure Storage Account using the JavaScript Azure SDK. However, despite explicitly setting accessTier to Cool and configuring networkAcls to restrict access to a specific VNet, ...
0
votes
1
answer
29
views
REST API with Post Method as source in ADF Data flow
I am Trying to read data from an API source. Which works fine in Postman. Since I am not allowed to post images directly sharing them as link.
Postman_output
But the same fails when I try to read the ...
0
votes
0
answers
33
views
Azure DevOps pipeline resource triggers on previous run
In Azure DevOps, I set up a pipeline No.1 that has pipeline No.2 resource defined with a trigger. According to the documentation here https://learn.microsoft.com/en-us/azure/devops/pipelines/process/...
0
votes
1
answer
20
views
Azure SQL Msg 45122: The specified max size is invalid
I'm trying to create duplicate a database out of the elastic pool. (The source database is in an elastic pool). The database is 71 GB.
I'm using this command:
CREATE database [MYDATABASE_BAK]
...
-1
votes
0
answers
16
views
Microsoft Azure 400 bad request in Terraform creating data rule collection to collect microsoft logs (Microsoft Log Analytics Workspace and Sentinel)
https://www.youtube.com/watch?v=g5JL2RIbThM&t=2089s <--This is the projects i currently doing but i failed at doing it with Terraform, everything is ok until it creating data collection rule, ...
0
votes
0
answers
24
views
How to set role in Azure postgreSQL
I am new to PostGreSQL, and am trying to set up a user/database access to a new user, but am not able to, as I keep getting an error.
I create a new user with the following command
CREATE USER ...
0
votes
1
answer
36
views
How to create a file with contents using ADLS GEN2 API Using ADF
I need to create a file in ALDS GEN2 using WEB API activity in ADF.
Below is the request i am using to create a file.
{
"method": "PUT",
"headers": {
&...
0
votes
1
answer
24
views
In Azure Devops Extension Development how do i integrate azure-devops-sdk npm package to my project "How do i structure my project?"
I have developed a Azure Devops plugin that introduces a button in the work item page and when the button is clicked it calls a API and when the fetch call receives the response then it should be ...
-1
votes
0
answers
19
views
How to read AAD/Entra Properties of a User from an Azure Static Web App
We have an Azure Static Web App with integrated /api via Azure Function (linked backend). The frontend needs to know some properties of the authenticated user (like Job Title) but the /.auth/.me ...
0
votes
0
answers
21
views
Translator Text API endpoint returning 404 code with message "Resource not found" while using VNET in Networking
I have a translator app in azure and it's connected with VNET and an app service which is also connected with VNET both have different subnets but while calling the translate api it's returning
{ &...
0
votes
0
answers
37
views
Is it possible to use an ADF pipeline output in a logic app workflow?
I am trying to create a workflow in Logic App but I have no idea how to achieve what I want to create.
The workflow that I want to create has some actions like below.
Execute an ADF pipeline.
If the ...
0
votes
1
answer
45
views
Attempting to add an Azure append blob, failing due to The specified blob does not exist
I want to create a AZURE append blob
with the blob name changing once an hour
and append log text to it during the hour.
My problem is that
I have been able to create / upload new BLOBs.
But when I ...
1
vote
0
answers
46
views
Visual Studio 2022: ASP.NET Core web application and web.config transformations
Platform
Windows
IDE
Microsoft Visual Studio Community 2022
Version 17.13.2
VisualStudio.17.Release/17.13.2+35825.156
Windows 10
Problem
I have a simple ASP.NET Core web application built using ...
0
votes
0
answers
15
views
Does an Azure Traffic manager allow to add AppServices from other Subscriptions as Endpoint?
I have 2 different Azure subscriptions – say A and B.
Both these Subscription has Azure AppServices and Traffic manager deployed.
I am in a situation wherein I need to add an AppService (from ...
1
vote
1
answer
21
views
Changing Databricks Liquid Clustering Keys
I'm working with Liquid Clustering in Databricks and have a question regarding what happens when the clustering key is changed.
The Databricks documentation states that after modifying the clustering ...
0
votes
0
answers
31
views
Scaling out Azure webapp with Affinity turned on
What happens when an instance is deemed unhealthy and restarted automatically? Will the ARRAffinity parameter cause further requests from the user who was on the unhealthy instance fail(as it would ...
-2
votes
0
answers
20
views
Can I create multiple instances from one Azure Bot resource?
im developing a new web application in which Users can create their own AI chatbots by passing their desired content. Is possible to achieve it within a Azure Bot resource (Azure Bot Framework)
0
votes
1
answer
37
views
Adding API Permission for Power Apps Runtime Service for a Registered application
I have a registered application in Entra ID to which I want to add an API Permission for Power Apps Runtime Service. Currently I have a DevOps permissions that I was able to grant admin consent for
...
0
votes
0
answers
19
views
Is it possible to use the frontend IP address(es) of an Azure load balancer for outbound via outbound rules together with instance-level public IPs
To provide some context, my application needs:
Access to all VMs deployed using multiple scale sets via public IP addresses (covered by the instance-level public IPs, see Azure documentation for more ...
0
votes
0
answers
31
views
Azure App Service auto-swap of deployment slots not properly working
I setup 3 deployment slots in my Azure app service- development, staging and production; Enabled auto-swap feature in staging->production
I added these app settings to customize warm up behaviour:
...
0
votes
0
answers
19
views
Azure Managed Application - Attach VM to existing VNet / subnet without manual permissions
I am building a managed application to be published on the Azure marketplace. The application creates some basic resources - a Linux VM, a disk attached to it, some scripts for application deployment ...
0
votes
0
answers
19
views
Code signing a local exe with Azure Trusted Signing and Selected user account does not exist in tenant 'Microsoft Services' error
I am trying to sign a local exe file with Azure Trusted Signing. I have a simple Azure account, i.e. a single user and I am not part of any organizations etc. If I look in the "Default Directory&...
0
votes
1
answer
24
views
How to disable multifactor authentication from microsoft account? Receiving error AADSTS50076 when acquire token OAUTH2
I have a web application that uses Microsoft Power BI Embedded.
To embed a report, first I need an OAUTH2 token from Microsoft and for this I use the following request:
URL [POST] https://login....
0
votes
1
answer
29
views
Adding Shared Access policy to Queue with python in ASB
Is it possible to add a shared access policy to a queue in Azure Service Bus using python? I'm trying the following:
from azure.servicebus.management import ServiceBusAdministrationClient, ...
0
votes
0
answers
11
views
Manage updates for On-prem servers via Azure Update Manager
I'm relatively new to Azure and could use your advice on a project we're trying to set up.
We're looking to manage updates to our on-premises servers via Azure Update Manager (AUM). Currently, we use ...
0
votes
1
answer
22
views
IoT Hub / Event Hub EventHubConnection using AzureCredentials/RBAC error (not SAS Key)
I am able to read events from Iot Hub (Event Hub) when using SAS Key but when I try using Azure Credentials, it gives me the error
What's working:
When trying to use EventHubConnection with the SAS ...
0
votes
1
answer
52
views
ClassNotFoundException: com.microsoft.azure.sdk.iot.deps.util.Base64
I am working on a Java Spring Boot application that interacts with Azure IoT Hub. When I run my test, I get the following error
java.lang.NoClassDefFoundError: com/microsoft/azure/sdk/iot/deps/util/...
0
votes
2
answers
60
views
Invalid HTTP Header When Uploading PDF
I am using the Azure Typescript SDK to upload PDF documents into Azure Blob Storage. I have verified that I have the correct permissions, as I am able to use this code to upload documents (xlsx, csv, ...
0
votes
0
answers
20
views
How to connect azure fabric database in laravel 8
'sqlsrv' => [
'driver' => 'sqlsrv',
'host' => env('SQL_DB_HOST'),
'port' => env('SQL_DB_PORT', '1433'),
'database' => env('SQL_DB_DATABASE', 'forge'),
...
0
votes
0
answers
8
views
Using Azure Schema Registry with Quarkus & Kafka Schema Registry Avro – How to Use the Remote Avro Schema Instead of Local?
I’m working on a Quarkus application that uses the Quarkus Kafka Schema Registry Avro guide as a starting point. I have an Event Hub on Azure and a corresponding Schema Registry that already contains ...
1
vote
0
answers
20
views
Azure Prompt Flow with RankZephyr: How to handle Python 3.9 and 3.10 dependency conflicts? [closed]
I am developing a AI Assistant on Prompt Flow starting froma Multi-Round Q&A on Your Data prompt flow.
What I Did
Changed the Index Lookup:
I replaced the built-in index lookup with LangChain’s ...
0
votes
0
answers
30
views
IronPdf 2021.3.1 - The process cannot access the file [filename] because it is being used by another process
I'm using IronPDF to generate PDF documents in an ASP.NET Core application hosted on Azure App Service. Occasionally, when multiple users generate PDFs concurrently, I get an IOException with the ...
0
votes
0
answers
26
views
Django Webhook Unauthorized Issue on Azure Despite Successful Local Testing
I have a Django + React project hosted on Azure. I'm using Azure Postgres as my database, and my webhook handler is set up to receive events from an external API (Seal Subscriptions). The webhook ...
0
votes
0
answers
26
views
POST request from Azure Web App to IBM DataPower fails on TLS handshake, while GET request works perfectly
As my title describes it all. I deployed and configured the WSDL on DataPower, but for some reason when I send HTTPS (with valid certificates and keys) on GET method then it works fine, but with POST ...
-3
votes
0
answers
19
views
How does Karpenter autoscaling down work? [closed]
I want to know how Karpenter chooses which worker node to auto shutdown. For example if I have 3 developers: a b c.
If developers 'a' + 'b' use worker node 1 and it scales up to put developer 'c' on ...
0
votes
1
answer
34
views
Download artifact from different ADO organization
I created the pipeline which downloads specific artifact from ADO Artifacts in my org/project. Now, the requirement needs to be extended, because artifacts will be keep in different org/project. My ...
0
votes
1
answer
25
views
Access Kudu Rest API from Node project
I have a webjob running in Azure app service. I want to hit the Kudu Rest API to check the webjob status using this endpoint: https://.azurewebsites.net/api/webjobs.
I am trying to hit this api using ...
0
votes
1
answer
43
views
How can I send a raw authenticated request to Microsoft Graph using a GraphServiceClient, when the SDK doesn't yet support a new endpoint?
Consider a GraphServiceClient that are to be injected in ASP.NET Core controllers:
var graphClient = new GraphServiceClient(new DefaultAzureCredential());
I want to add sponsors to guest users, which ...
0
votes
0
answers
27
views
Trigger Alert when storage queues have messages
I want to trigger alert when any queue in the storage has messages not processed. In Azure storage queue, there is a metric "Queue Message Count" with Aggregration type "Average". ...
0
votes
1
answer
34
views
Best Practices for Selecting Primary Key Combinations from Multiple Columns
I am working in Azure Databricks with a large PySpark DataFrame that has 170 columns. I need to identify the best possible combination of 2-3 columns to use as the primary key, ensuring:
Uniqueness: ...
0
votes
0
answers
51
views
Azure AD B2C Stuck on Redirect Url
I've got a Blazor .NET 8 Server app. It is using B2C for authentication and is behind an application gateway.
After successful login, some users are getting redirected to the redirect url: https://...