55,645 questions

Sort by: Created
0 answers

How to connect my enterprise Postgres database to a copilot built using copilot studio?

I am trying to connect my Postgres enterprise database to a copilot and retrieve data for the users. Can a custom copilot be built and deployed in a production environment? How to maintain the copilot in a production environment?

Microsoft Copilot
Microsoft Copilot
Microsoft terminology for a universal copilot interface.
164 questions
asked 2024-06-11T04:04:37.4866667+00:00
THARUN MANOGARAN 0 Reputation points
0 answers

Is the any way to push Windows Event Forwarder logs to my java application irrespective of the platform (linux,mac,windows)

I have a java project I am trying to get events from WEF without using any agent. But this should be platform independent, I want to run my project in any OS. Please let me know if this is possible! There are some JNA libraries to pull the logs.…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,387 questions
asked 2024-06-11T04:02:59.5433333+00:00
S Srinidhi 0 Reputation points
0 answers

Have been onboarded to Azure OpenAI service, but still get "You don’t currently have access to Azure OpenAI models".

Both Subscription IDs are same.

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,404 questions
asked 2024-06-11T03:54:17.98+00:00
Dicer 26 Reputation points
0 answers

Does Azure DevOps Email Notification have a limit?

Because up to 10 days ago, email notifications for @mention, PR created/accepted, User Story etc. all were being mentioned to the respective parties. And all of a sudden it stopped coming. Any reasons? I ask because there isn't any where written in Azure…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
278 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,018 questions
asked 2024-06-11T03:46:11.3333333+00:00
Vaibhav Sapkota 0 Reputation points
0 answers

Facing issue in Knowledge Check of "Introduction to Azure Cloud Shell"

I am facing issues with Knowledge Check of "Introduction to Azure Cloud Shell" Tutorial. While other modules have been completed but Knowledge Check is not proceeding further. And I am unbale to complete this tutorial. Here is the Tutorial…

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,122 questions
asked 2024-06-11T03:21:00.65+00:00
Karan Kumar 0 Reputation points Student Ambassador
commented 2024-06-11T03:40:02.1966667+00:00
AmaranS 3,025 Reputation points Microsoft Vendor
0 answers

ヘッダー差し込みを行うプロキシを構築した場合、Azure ADでテナントリストリクションを有効にする必要がありますか

ヘッダー差し込みを行うプロキシを新規構築し、Azure ADへのテナント制限を実装する予定ですが、AzureAD側でテナントリストリクションを有効にする必要はありますでしょうか。 ヘッダー差し込みプロキシを構築すればテナント制限できる認識ですが、Azure ADやAzureポータル上で何か操作が必要か気にしております。調べたところ下記プロセスがヒットしたのですが、プロセス3が必要かどうかご教示ください。 プロセス1:Azure AD…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,891 questions
asked 2024-06-11T03:14:21.1633333+00:00
Kouhei Matsunaga 0 Reputation points
edited the question 2024-06-11T03:34:05.5333333+00:00
ManoharLakkoju 615 Reputation points Microsoft Vendor
0 answers

How come authentication doesn’t work on my work phone

I had to set up everything on my personal phone because my work phone came in late. Now whenever I have to use the authentication app to let me sign in the notification only gets sent to my personal phone not the work phone app. Will deleting it off my…

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,779 questions
asked 2024-06-11T03:12:09.51+00:00
Joshua Williams 0 Reputation points
0 answers

Issue Importing Large Data Sets in Visual Studio 2019 and SQL Server 2019 on Windows 11

Hi everyone, I recently installed Visual Studio 2019 and SQL Server 2019 on my Windows 11 system. When creating a project that involves importing a large data set with more than 1 billion rows, I encounter some issues. When using the SSIS process and…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,026 questions
asked 2024-06-11T03:08:19.4266667+00:00
narges Haghparast 0 Reputation points
0 answers

How to Retrieve Team Name Using Tenant ID and Channel ID in Microsoft Teams?

I have a Tenant ID and one of the Channel IDs within that tenant in Microsoft Teams. I need to find out the name of the team that this channel belongs to. I've been using the Microsoft Graph API for other tasks, but I'm not sure which endpoints or…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,999 questions
asked 2024-06-11T03:05:48.8966667+00:00
abbas izadipour 165 Reputation points
0 answers

How to Github azure/publish action fails to start app?

Hello, I've spent 3 days going around in circles. have a repo that contains a SOURCE/ folder within which is a *.sln that in turn references an App.Host/App.Host.csproj which is a .net 8.0 asp.mvc app, which locally it builds and runs. …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,277 questions
asked 2024-06-11T02:54:04.7366667+00:00
skysaz 0 Reputation points
commented 2024-06-11T03:32:43.7266667+00:00
JasonPan - MSFT 4,626 Reputation points Microsoft Vendor
0 answers

how to fix " "ListKeys" permission on this Bing resource is require " when using Bing Web Search API

Hello, I am using the Bing Resource Free Tier and want to use bing search API. I tried using the portal “try me” then I get error of “ListKeys" permission on this Bing resource is required” So, I try to follo the steps from "ListKeys"…

Bing Web Search
Bing Web Search
A Bing service that gives you enhanced search details from billions of web documents.
141 questions
asked 2024-06-11T02:52:22.9366667+00:00
Yifan Chen 0 Reputation points
0 answers

how Azure ARM templates process placeholders please?

Could you explain how Azure ARM templates process placeholders and variables during deployment, especially comparing the '[variables]' syntax with templating mechanisms like {{variables}}? I see some of the codes (from Sentinel Solution folder @ github)…

Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
1,016 questions
asked 2024-06-11T02:47:43.6333333+00:00
LXF 80 Reputation points
0 answers

Is it possible to prevent my BLE device from being displayed on the Bluetooth device addition screen?

Is it possible to prevent my BLE device from appearing on the Windows OS Bluetooth device addition screen?

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,909 questions
asked 2024-06-11T02:42:25.33+00:00
Matsumura Kai 20 Reputation points
0 answers

Universal Print - is there a Method of automatically deleting any Pending Print jobs that are several days old

I was wondering if there was a PowerShell Script command or an Intune Policy, Registry Entry etc. I could apply to my Windows 10/11 Devices where any Submitted Print jobs to a Universal Print Share that was pending and it was 5 Days old, the system…

Universal Windows Platform (UWP)
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,580 questions
asked 2024-06-11T02:31:14.4033333+00:00
Steven Molnar 5 Reputation points
edited the question 2024-06-11T03:41:21.73+00:00
PRADEEPCHEEKATLA-MSFT 81,486 Reputation points Microsoft Employee
0 answers

Analytic rules in Sentinel Solutions

I am going to provide analytic rules in Sentinel's Solutions. I've observed that All the solutions by other companies available on Microsoft Sentinel Github contains .yaml file for analytic rules, but Azure's wiki/documentation does not mandate that…

Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
1,016 questions
asked 2024-06-11T02:01:49.2633333+00:00
LXF 80 Reputation points
edited the question 2024-06-11T02:06:38.0933333+00:00
LXF 80 Reputation points
0 answers

How to load data from one gremlin graph database to another gremlin graph database?

I have 500K vertices and 1.2 million edges data loaded into one of the gremlin graph database. I need to move the same data from one graph to another gremlin graph database(it's either move the data or load the same data). What are the ways to achieve…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,486 questions
asked 2024-06-11T01:53:23.7+00:00
Siddartha Reddy Jammula 20 Reputation points
0 answers

Azure Monitoring - Metrics

Hi, Over the weekend, I downgraded the elasticpool spec from 300 to 200 DTU under the same Standard Service Tier as the original was under utilized. I ran the Azure metrics to see if there were any changes to utilization and whilst I expected there would…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,914 questions
asked 2024-06-11T01:52:46.5966667+00:00
DT-1199 40 Reputation points
0 answers

Unexpected truncation error when inserting from UTF8 to non-UTF8 collation

I believe I am hitting a bug with moving data from a UTF8 to a non-UTF8 collations in SQL Server 2022 CU13 (running under Linux but assuming for now this issue is not related). The issue is that MSSQL appears to be determining the width of a string for…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,026 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,574 questions
asked 2024-06-11T00:42:42.9533333+00:00
Ben 0 Reputation points
0 answers

Unable to provision Communication Service: There was an issue accessing storage, please ensure defaultRollout has completed.

Background: Last week, I created a Communication Service and was unable to find any local phone numbers that could receive SMS. I deleted the resource. Today, I tried to create another Communication Service to see if phone numbers have become…

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
734 questions
asked 2024-06-11T00:22:25.8466667+00:00
Wyatt Best 26 Reputation points
edited the question 2024-06-11T03:32:41.1966667+00:00
ManoharLakkoju 615 Reputation points Microsoft Vendor
0 answers

Why when I run a program it prints ^C in the terminal and then the program run?

I had a problem when I was trying to run a program the terminal was closing and it was showing me this exit code: -1073741819 I did some research and I fixed it by running a command in cmd: sfc /scannow. But now when I run a program it does that: …

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,891 questions
asked 2024-06-10T23:52:55.43+00:00
Snowfon 0 Reputation points
edited the question 2024-06-11T01:38:25+00:00
Jiale Xue - MSFT 40,871 Reputation points Microsoft Vendor