341,532 questions

Sort by: Updated
0 answers

How to pass error details from Snowflake stored procedure to ADF script activity using the new Snowflake connector?

Since switching to the new Snowflake connector in ADF, error messages from Snowflake stored procedures don't seem to be being passed back to the calling Script activity in ADF as before. Is this intended behaviour, e.g. is there a recommended process for…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,529 questions
asked 2024-04-25T10:54:06.9366667+00:00
Tom Dann 0 Reputation points
0 answers

Why my timer trigger function is not triggered when deploying my docker container?

My time trigger function is not triggered when deploying it on Azure functions. I deploy it using docker container because I am using selenium. It run successfully on my local host and is triggered perfectly fine, but when deploying it on azure it…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
387 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,252 questions
asked 2024-04-25T10:27:42.56+00:00
Salma 0 Reputation points
edited the question 2024-04-25T10:54:05.2033333+00:00
OMMI NAVEEN KUMAR 195 Reputation points Microsoft Vendor
0 answers

How can I seamlessly change an App Registrations "Application ID URI" domain?

I have a published teams app which includes tabs. The tabs point at Domain A to authenticate the user using "microsoftTeams.authentication.authenticate" and "microsoftTeams.authentication.getAuthToken()". The teams manifest.json…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,060 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,457 questions
asked 2024-04-25T09:54:11.6+00:00
edited the question 2024-04-25T10:53:11.7533333+00:00
OMMI NAVEEN KUMAR 195 Reputation points Microsoft Vendor
1 answer

VM connectivity with Route Table

I have 3 azure VM's A, B and C in different Vnets I have peering between each and from A server I can connect to B and C, then I have created user defined route in VM A subnet to route traffic reaching C to B, I mean address prefix I gave C subnet and…

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,139 questions
asked 2024-04-24T13:09:58.1533333+00:00
Nandan NK 45 Reputation points
commented 2024-04-25T10:52:21.4133333+00:00
Nandan NK 45 Reputation points
1 answer

Windows Active Directory setup in Azure

Hi, I plan to setup a Windows Active Directory (AD) using VMs (1 for PDC and 1 for BDC) in the Azure cloud environment and it should sync the AD in the on-prem via the established site-to-site IPsec VPN link. What are the pros and cons? Which is better…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,847 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,457 questions
asked 2024-04-25T07:04:00.1+00:00
Archimedes S. Gaviola 0 Reputation points
edited the question 2024-04-25T10:51:41.0266667+00:00
OMMI NAVEEN KUMAR 195 Reputation points Microsoft Vendor
0 answers

Is it possible to specify in Speech SDK to always use "lbs" instead of "£" when "pounds" is recognized?

Hi, is it possible somehow to configure speech sdk in a way when word "pound" is detected that it is always meant to be lbs, not £, for example when I say, "99 pounds" it is detected as "99 lbs", but if I said, "100…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,391 questions
asked 2024-04-23T08:38:47.7566667+00:00
Faris Lemes 20 Reputation points
commented 2024-04-25T10:51:32.98+00:00
Faris Lemes 20 Reputation points
2 answers

SSL certificate

I'm new to the subject, I would like to use an SSL certificate from another certification company within Azure so I can access a web application that I have running within an Azure VM, https://xpto.meudominio.com.br, I don't know how do and whether I can…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,113 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,120 questions
asked 2024-04-24T19:03:02.75+00:00
Ação Engenharia 0 Reputation points
answered 2024-04-25T10:51:12.9366667+00:00
Anand Prakash Yadav 5,765 Reputation points Microsoft Vendor
0 answers

Copy Activity SFTP sometimes copies files and sometimes does not

I run once a day a pipeline that has a 'Get Metadata' returning Child items and I filter the result to CSV type. The result is then past to a For Each which has a Copy data task and for each file @item().name it picks up the file from an SFTP and puts…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,529 questions
asked 2024-04-25T07:48:47.2866667+00:00
Jay 536 Reputation points
edited the question 2024-04-25T10:51:00.6433333+00:00
OMMI NAVEEN KUMAR 195 Reputation points Microsoft Vendor
0 answers

Upload is too slow

I have a straightforward .NET Core API hosted on Azure Kubernetes Services, which runs two pods. Below is the code for my endpoint: [HttpPost("bos2")] [AllowAnonymous] `public async Task

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,855 questions
asked 2024-04-25T06:52:16.95+00:00
AH 0 Reputation points
edited the question 2024-04-25T10:50:22.3+00:00
OMMI NAVEEN KUMAR 195 Reputation points Microsoft Vendor
0 answers

I'm trying to read excel from sharepoint by using asp.net but its giving me following error fail: PowerBi_Report.Controllers.HomeController[0] An error occurred while processing the request: The remote server returned an error: (401) Unauthorized.

I have all the permissions for excel present in sharepoint still I'm getting same error can someone please help me out on this I'm pasting my code below using System; using System.Diagnostics; using System.Net; using Microsoft.AspNetCore.Mvc; using…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,253 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,603 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,235 questions
asked 2024-04-25T10:50:08.6333333+00:00
Rathor, Pradnya 0 Reputation points
1 answer One of the answers was accepted by the question author.

Why does filled disk space not release immediatly (only during night) after dropping partitions of a table from Postgres database in Azure server?

I am making some experiments with partitions. I inserted about 20GB of data into a table with partitions, then I dropped the partitions. I wanted to check how fast I could insert data into the table and drop its partitions to release space in the disk to…

Azure Database for PostgreSQL
asked 2024-04-23T09:04:56.3566667+00:00
Diogo dos Santos 20 Reputation points
accepted 2024-04-25T10:49:12.7966667+00:00
Diogo dos Santos 20 Reputation points
1 answer One of the answers was accepted by the question author.

Azure AD B2C - List user accounts deleted and updated

We are using Azure AD B2C for all of our customer accounts. We want to identify the following for the last 5 days. Which user accounts were deleted. Which user accounts were updated. Questions Is there a graph API that will return the above…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,575 questions
Microsoft Entra
asked 2023-10-07T12:12:35.9566667+00:00
Tarkowski, Michael (M.) 156 Reputation points
commented 2024-04-25T10:48:31.8433333+00:00
Hassan Zaidi 0 Reputation points
1 answer

Cannot create app service plan for function app deployment

I'm trying to create a function app using my Visual Studio Subscription. Every time I try, I get the following error. The subscription 'xxx' is not allowed to create or update the serverfarm. I've tried different regions and different instance types,…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,252 questions
asked 2024-04-25T10:42:47.98+00:00
David Salter 0 Reputation points
answered 2024-04-25T10:48:11.6066667+00:00
TP 75,541 Reputation points
1 answer

analysis services pivot taking a long time to refresh

We have an analysis services object that we connect in excel for pivot tables. This has been running fine for 3 years. IN the past month it is taking very long to refresh and also prevents anything else in Excel from being opened (even outlook). What…

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,244 questions
asked 2024-04-24T14:37:25.1533333+00:00
Tina Douglass 1 Reputation point
answered 2024-04-25T10:46:05.7133333+00:00
Tina Douglass 1 Reputation point
1 answer

Failed to fetch BIOS GUID for the server

I have this error while trying to add servers to the discovery appliance. When I connect to the server i can see the GUID using these commands: cat /sys/class/dmi/id/product_uuid dmidecode | grep -i uuid | awk '{print $2}' But the appliance can't reach…

Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
717 questions
asked 2024-04-12T00:13:39.3266667+00:00
DAN RODRIGUEZ 0 Reputation points
answered 2024-04-25T10:45:55.5133333+00:00
Mahady, Leeladhur 0 Reputation points
0 answers

Microsof Purview - is it possible to monitor data sent do AzureOpen AI?

Currently DLP policies and rules in Microsoft Purview we can be aplied to monitor e-mail, Sharepoint, Teams, Power BI, etc. Is is possible to use DLP to monitor data sent from on-premise system to AzureOpen AI? Is such functionality on roadmap?…

Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
931 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,154 questions
asked 2024-04-25T10:42:01.7+00:00
DĄBROWSKI Jarosław 0 Reputation points
edited the question 2024-04-25T10:45:44.66+00:00
Givary-MSFT 27,886 Reputation points Microsoft Employee
0 answers

Function with timer trigger stopped firing.

Hi, I have an Azure function that gets triggered by a timer every 5 minutes. This function stopped firing yesterday morning and then started firing again yesterday afternoon. I've looked in App Insights but see nothing that explains why this would have…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,252 questions
asked 2024-04-24T10:46:23.3466667+00:00
Kevin White 0 Reputation points
commented 2024-04-25T10:45:43.0633333+00:00
JananiRamesh-MSFT 21,091 Reputation points
0 answers

I can't create a Function with the free subscription

It's been 5 days now trying to create a function app on my free Microsoft Azure account but nothing is working. I have also tried to change regions but nothing is working. Please help me fix the issue.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,120 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,529 questions
asked 2024-04-25T06:42:30.44+00:00
brian obizi 0 Reputation points
edited a comment 2024-04-25T10:44:25.3033333+00:00
brian obizi 0 Reputation points
0 answers

Load Balancing DNS requests with NLB

Hi, I want to clear this up - is it possible/recommended to load balance DNS requests with Network Load Balancing feature of Windows Server (inbound tcp/53 and udp/53)? DNS servers are also DCs of course. Preferred DNS Server in tcp/ip settings would be…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,118 questions
asked 2024-04-25T10:37:47.1433333+00:00
Bojan Zivkovic 411 Reputation points
edited the question 2024-04-25T10:44:12.7733333+00:00
Bojan Zivkovic 411 Reputation points
1 answer

I want to leave an organization that I can't login into anymore

I have 2 organizations / tenants attached to my MS work account, but I want to leave one of them. Unfortunately when I try to leave it from my Account I need to login some other account that I no longer can access. How can I leave this tenant?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,457 questions
asked 2024-04-22T21:00:04.89+00:00
Morsink, Markus 0 Reputation points
commented 2024-04-25T10:43:55.05+00:00
Givary-MSFT 27,886 Reputation points Microsoft Employee