Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
11 views

Azure DevOps custom YAML template parameters to move linked services from DEV to QA

I'm facing a problem while setting up Azure DevOps for a client. They had no idea how to use Azure Data Factory so all the linked services names are different in DEV/QA/PRD environment, each of them ...
Alessandro's user avatar
0 votes
0 answers
11 views

Call print server from Azure

We have a print server in the company domain and I want to call printing via the print server from a Blazor Server Application in Azure. These printers are label printers. I know there is a ...
Panthesilea's user avatar
0 votes
1 answer
16 views

Micrsoft Graph API to Power Pages Site

I have a scenario where I need to call Microsoft Graph API (for Microsoft booking) from Power Pages, without exposing access token in the JS. Is there a way I can in power pages / portal?
Movie Walber's user avatar
-2 votes
0 answers
11 views

Azure level 3 credit

I’m looking for some guidance and clarification on a few topics related to setting up a company website and using cloud services. I’ve struggled to find reliable sources and accurate answers for the ...
Rahul kumar Gupta's user avatar
0 votes
0 answers
22 views

FATAL ERROR: JavaScript heap out of memory only when deployed in Azure container apps

I have deployed the same (no code change) Node.js application in both Docker containers and Azure Container Apps. I've noticed a discrepancy in memory usage between the two environments. In Azure ...
Amrish 's user avatar
0 votes
0 answers
21 views

How can i generate a certificate in Azure Key Vault?

I want to generate a certificate in Azure Key Vault to use on my app services instead of importing a PFX file. Now a few questions , when i click on Generate/Import under Certificates in the Key Vault ...
Fiona's user avatar
  • 11
0 votes
0 answers
21 views

Nginx configuration to resolve Azure billing endpoint

I run azure container with this command successfully: podman run -d --name document-recognizer -p 5000:5000 -e EULA=accept -e billing=https://azurevn.cognitiveservices.azure.com/ -e apiKey={apikey} ...
Molder Ng's user avatar
0 votes
1 answer
28 views

AADSTS70000 Error When Requesting for Access Token

I am trying out the API for uploading a pdf file to my onedrive personal account using python script. I followed the procedure as according to the documentation and managed to get the authorization ...
T.PC's user avatar
  • 59
0 votes
0 answers
22 views

Azure functions Timer Trigger Unscheduled invocation

I have a Timer trigger in my functions app. The trigger is executed with little delay and creates unscheduled invocation error and continue to execute multiple times. Due to this, I could see multiple ...
DxG's user avatar
  • 197
0 votes
2 answers
45 views

Search-AzQuery querying authorizationresources returns 0 records

I want to query all the builtin Azure role definitions using Search-AzQuery. I have the Az.ResourceGroup module v1.0.0 installed. This query works fine in the Azure Portal's Azure Resource Graph ...
David Gardiner's user avatar
0 votes
1 answer
30 views

How can I restore a Azure storage account with private endpoint connections?

I have a storage account with private endpoint connections. If I delete the storage account and keep the private endpoint, we would be left with a pe with connection to a non-existent resource. If I ...
Helen Hu's user avatar
0 votes
0 answers
32 views

Making an Azure AI API request with the content being a big dictionary

I'm a newbie and I need to make a request like in the example below, but my issue is that 'my_dict' far to big and I keep getting '400 Bad Request' errors, and when I try to split it and make multiple ...
Iluvatar Bombadil's user avatar
0 votes
1 answer
44 views

Flatten a JSON Nested Array in Azure Synapse pipeline

I am trying to flatten a JSON which has nested array objects with 1:M mapping. Please refer below JSON response. { "result": [ { "data": [ { ...
sac's user avatar
  • 185
0 votes
1 answer
24 views

Regenerate ACR access key using Rest API received Unauthorized

The issue is we cannot regenerate ACR access key using ACR rest API Registries - Regenerate Credential - REST API (Azure Container Registry) | Microsoft Learn Throwing exception Microsoft.Azure....
user23556637's user avatar
0 votes
0 answers
20 views

Ingesting ADF lineage to Secure Purview

I am trying to ingest lineage from ADF to Purview and the connection appears to be set up successfully however I cannot see any lineage data in Purview. The set up is: ADF Running a Copy Data activity ...
aphex's user avatar
  • 1
0 votes
1 answer
21 views

Azure APIM: Identifying the API resource id from the portal

I'm following some Microsoft tutorials on APIM from here: https://learn.microsoft.com/en-us/azure/api-management/import-and-publish I'm upto the section on tracing (https://learn.microsoft.com/en-us/...
Dee's user avatar
  • 89
0 votes
0 answers
15 views

How are Azure Logic Apps billed by App or Workflows within the App? [closed]

I have created a Logic App in my resource group within the Azure Stack. It's unclear to me whether I am billed per App or the number of active workflows within the app. Can someone clarify?
InvalidSyntax's user avatar
0 votes
0 answers
29 views

New Relic Node.js Agent Reporting When Running The Function App Locally but Doesn't Report When Running on Azure

I have a Function App and I have added the newrelic.js file on the directory 'use strict'; exports.config = { app_name: ['app-name'], license_key: process.env.NEW_RELIC_LICENSE_KEY, ...
Coder2002's user avatar
1 vote
1 answer
54 views

To destroy the IP address from Azure

I want to destroy the IP using Terraform, and for that, I have provided two resources (that have to be destroyed). Since it is an existing resource, I have an import block (Azure resource). I want to ...
user27079438's user avatar
1 vote
0 answers
28 views

Error when trying to modify Azure Event Grid Subscription which was created by enabling Microsoft Defender on Blob Storage

I have enabled Microsoft Defender for Cloud for Storage Account with Malware scanning. This performs a full malware scan on uploaded content. Some of my Blob Containers are used by Application ...
Marcin Tyborowski's user avatar
0 votes
0 answers
35 views

SQL Query to calculate size of each schemas in Azure data warehouse and to find last access time?

Is there any SQL query that could help me get the size of each schemas present in our Azure Data Warehouse service and also to find when was it last accessed? I checked and found one query below which ...
SRP's user avatar
  • 1,123
0 votes
0 answers
17 views

Mass enabling of Diagnostic logging for all existing & future Azure Cloud resources

We want to enable mass scale Azure diagnostics logging for all cloud resources in the Azure subscription. We have already deployed cloud resources and also want to ensure that future cloud resources ...
Chandresh Hegde's user avatar
0 votes
0 answers
31 views

Azure Http trigger function scaling and concurrency

I have an interesting problem. I am using C# WPF on azure to generate data bound PDFs. This works great but does not play nicely with azure scaling. The GeneratePDF function requires an STA thread ...
Tim Davis's user avatar
  • 542
0 votes
0 answers
17 views

How to send Custom Logs from Keycloak Docker Container via Rest API to Azure Log Analytics Workspace?

I need to send Logs that i can access via Rest API from Keycloak to a Log Analytics Workspace in Azure. I tried to send them manually with Postman but i only get errors "InvalidAudience" ...
Zombexx's user avatar
1 vote
0 answers
22 views

Opening multiple connections with IOT Hub as a publisher

I need advantages and disadvantages of opening multiple connections with IOT Hub as a publisher. Basically I have multiple services (node applications) each opening a connection with IOT Hub to send ...
Kshitij's user avatar
  • 11
0 votes
0 answers
22 views

How to get average QuotaResources values over time from Azure Resource Graph?

I want to get historical data on my Azure subscriptions' CPU core quota usage, so that I can get the average usage over a time span (e.g. 1 month). The current usage can be retrieved by following ...
Coal Chris's user avatar
0 votes
0 answers
31 views

Images loading too slow on azure kubernetes deployed frontend [closed]

I have my backend and frontend deployed on azure kubernetes services, i also have an ingress controller for routing traffic to the frontend and backend. The ingress is exposed through a load balancer ...
Abhinav's user avatar
  • 11
0 votes
1 answer
38 views

How to move/copy files from ADLS Containers to GCS Bucket?

I have some files in ADLS Containers and I need to copy or move those files to GCS Bucket in certain interval. Can someone suggest what are the current option we have to achieve this?
Soumik Das's user avatar
-1 votes
1 answer
34 views

How to queue requests to Azure OpenAI API to avoid exceeding token limits per minute? [closed]

I have built an API in Python using FastAPI and I'm using the Azure OpenAI API to handle requests. I need to implement a queuing mechanism to ensure that I dont exceed the Azure OpenAI token limits ...
the programmer's user avatar
0 votes
1 answer
35 views

Creating Azure dashboard using terraform

I am trying to create an Terraform code for Azure dashboards I have written a terraform code to create the Azure dashboard, terraform code ran sucessfulenter image description herely but the dashboard ...
Nevin's user avatar
  • 1
0 votes
0 answers
30 views

Spring Auth0 Library With JWK Provider Cannot Verify Token That Obtained From Azure Entra OIDC By React SPA Authorization Code Flow

Note: The values that used in this question are only sample. E.g.: 3d355765-XXX-47cd-9c7a-bf31179f5XXX Hello everyone, I have a ReactJS application and a Spring backend application. However, Backend ...
Ali's user avatar
  • 2,658
0 votes
1 answer
52 views

While importing the resources, I got an error message

azurerm_public_ip.TestGeraldVm: Importing from ID "C:/Program Files/Git/subscriptions/3476gjkfe7-73ed-3444-2124-n8e6ad00jr1z/resourceGroups/henry/providers/Microsoft.Network/publicIPAddresses/...
Gerald Briyolan's user avatar
0 votes
0 answers
48 views

The required field 'nonce' is missing from the credential. Ensure that you have all the necessary parameters for the login request. [Azure Open ID]

I'm trying to implement Azure AD authentication in a .NET 4.8 project that is developed on the NopCommerce 3.8 framework. But I'm getting this error when the callback happens: OpenIdConnectMessage....
Isanka Thalagala's user avatar
-1 votes
1 answer
29 views

Azure ML Query- No web service input generated and void input data schema during subsequent endpoint generation

I am trying to create real-time inference pipeline in azure ml , following all straight forward steps, but I am unable to generate the web service input . only web service output is generated. Further,...
Shubhra Jain's user avatar
0 votes
1 answer
41 views

Azure Service Bus - REST API - Sending a message to a Session Enabled Topic/Subscription

I am sending messages to a Azure Service Bus topic using REST API - https://learn.microsoft.com/en-us/rest/api/servicebus/send-message-to-queue. The messages are getting dead lettered with the reason &...
AVijay's user avatar
  • 1
0 votes
2 answers
92 views

Failed when call to Azure Function Apps on Azure Data Factory

I cannot call Functions in Azure Data Factory. Every time I try, it shows that error: Input Payload is invalid, validation result - '["Connector or activity name: xxxx_function, connector or ...
Đặng Việt Khánh's user avatar
0 votes
1 answer
68 views

Getting error when deploying a .NET Core app to Azure

When I deploy a zip file to Azure, I get the following error: HTTP Error 500.31 - ANCM Failed to Find Native Dependencies Common solutions to this issue: The specified version of Microsoft.NetCore....
Fiona's user avatar
  • 11
0 votes
0 answers
31 views

Custom OIDC authentication in Azure Functions (without ClientSecret, with extra request parameters)

I need to use OpenID Connect to authenticate to an API. When I'm is not authenticated, I will be redirected to the login screen (*) And after logging in I will be redirected back. (*) Typically I'm ...
realbart's user avatar
  • 3,875
-2 votes
0 answers
21 views

How would I use a VM to allow automation with pyautogui [closed]

I have a problem with my current program. I use MAMP for local host storage with SQL and I use pyautogui with pygetwindow to press and click buttons, fill in forms, and such. However, I want to be ...
The Crafters's user avatar
0 votes
0 answers
27 views

How would I consume Azure Event Hubs without any checkpointing?

I want to publish events through an Azure Event Hub. For example stock quotes. I have an application that is interested in using the last consumed quote per stock symbol. I'm not interested in quotes ...
Teun D's user avatar
  • 5,077
-1 votes
0 answers
35 views

.NET ERROR: Failed to create CoreCLR, HRESULT: 0x80070057 [closed]

We are trying to deploy our .NET application on Ubuntu Server and when we run dotnet file.WebApi.dll, return us "Failed to create CoreCLR, HRESULT: 0x80070057". We don't know why happen this ...
Eliass's user avatar
  • 53
0 votes
1 answer
59 views

Issue Accessing Azure Cloud Services via Rest API

I'm attempting to execute REST API calls on an azure cloud service. I'm using Postman to test. I've successfully retrieve the bearer token and am passing this to the request. However, it seems no ...
Stephanie J.'s user avatar
0 votes
1 answer
16 views

Azure Key Vault endpoint is not set on Local Visual Studio code

I am following the steps outlined in https://github.com/Azure-Samples/azure-search-openai-demo-csharp to deploy ChatGPT and azure search. When running the following command to start on a local client ...
David Onyango's user avatar
0 votes
1 answer
31 views

Add email as azure blob contributor using python sdk

I have email id from user and I would like to give them as azure blob container contributor roles using Python SDK. I have tried with this method but seems DefaultAzureCredientials is not working. ...
niki's user avatar
  • 13
0 votes
1 answer
54 views

Assigning run time variable from different stage to a template parameter

I'm trying to set the variable dynamically in a task in one stage and then pass it to template(that has multiple other stages) as a parameter. But this is not working for me. Can you let me know if I'...
ankith shetty's user avatar
0 votes
0 answers
25 views

Azure B2C Custom Policy - REST Call with Bearer Token from OIDC Step

I have a custom policy/flow for the B2C Identity Experience Framework. I need the user to log into a Microsoft account, get the access token from that, then use that access token to call the /me Graph ...
Jordan's user avatar
  • 4,380
0 votes
0 answers
16 views

Azure API Manager behind frontdoor with Mutual TLS (mTLS)

Public traffic of our application is currently routed through frontdoor Premium and then forwarded to API MANAGER where it is forwarded to the service running on kubernetes. One issue I have is the ...
Michele's user avatar
  • 339
0 votes
1 answer
35 views

Unable to import CosmosDb (Mongo) into Azure AI Search

I'm trying to import CosmosDb (Mongo) data into an Azure AI Search service. I have the Search Service set to allow Azure Services access. The CosmosDb is set to public access. I tried using the ...
David's user avatar
  • 36
0 votes
0 answers
22 views

Azure - Web Application downtime - Environment Variables automatically changed

We have an Azure Web Application which has sometimes downtime and we have no idea why. We found a hint in Azure, that anything seem automatically change any Environment Variables during operation, ...
Simon's user avatar
  • 4,625
0 votes
0 answers
47 views

Update firewall configurations to allow Logic Apps IP addresses by 28 September 2024

We got the following email from Microsoft (similar to Azure Logic Apps updates) Update firewall configurations to allow Logic Apps IP addresses by 28 September 2024 You’re receiving this email ...
gordon613's user avatar
  • 2,920

1
2 3 4 5
2849