294,151 questions

Sort by: Updated
1 answer

ERR_CONNECT_FAIL when connecting an Azure AI Services Container (MS Learn lab issue)

Trying to complete the following AI Service Microsoft Lab. https://learn.microsoft.com/en-us/training/modules/investigate-container-for-use-with-ai-services/4-exercise-use-container?source=learn However, when running the following curl command (with the…

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,452 questions
asked 2023-12-26T05:18:50.21+00:00
AlejandroBenitez-0092 0 Reputation points
commented 2024-05-28T14:17:51.8166667+00:00
André Botelho Rocha 0 Reputation points
2 answers

Unknown Resource name for Virtual machine scale set in email

I received an email regarding "Planned maintenance for Azure will impact virtual machines in Australia East". In the Account Information section of the email, the Resource name given is "_aks-reportpool-16178916-vmss_29". However, I…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,291 questions
asked 2024-05-28T08:27:53.46+00:00
Jeffrey Yu (RD-AS) 0 Reputation points
edited an answer 2024-05-28T14:17:43.5866667+00:00
kobulloc-MSFT 24,321 Reputation points Microsoft Employee
1 answer

Inconsistent API Errors with Webhook Events: Could not find the requested call record. Records about calls or online meetings that started more than 30 days ago are not available.

Hello Team, We have implemented a Teams webhook to receive events whenever a Teams call ends. Upon receiving the webhook from Microsoft, we are making another call to the Microsoft Graph API service to retrieve the details of the call record using the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,867 questions
asked 2024-05-14T09:30:18.9133333+00:00
Anand Tiwari 10 Reputation points
commented 2024-05-28T14:15:41.33+00:00
Anand Tiwari 10 Reputation points
3 answers

The MSSQLSERVER and AGENT service terminated unexpectedly

Dear All SQL expert, Do you know what is the case that make The MSSQLSERVER service terminated unexpectedly? Recently, The SQL server (MSSQLSERVER) and SQL Server Agent are stopped automatically during running import data to sql server through scheduled…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,912 questions
Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,544 questions
asked 2024-05-27T20:33:02.6366667+00:00
Yohany Sanchez 0 Reputation points
edited the question 2024-05-28T14:14:11.82+00:00
Yohany Sanchez 0 Reputation points
1 answer

Adding NSG service tag for redis cache

Is there any service tag for radis cache so i can use for setting up NSG for subnet?

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
221 questions
asked 2024-05-28T13:22:04.4966667+00:00
Sahana A E 0 Reputation points
commented 2024-05-28T14:12:53.1233333+00:00
Gowtham CP 1,970 Reputation points
1 answer

Need Help On How to Access Blob Storage

Hello, I'm working on “Create a storage blob” in the “Microsoft Azure Fundamentals” course. I have followed all the instructions in this exercise but at the end I can't access the files from the Internet. I need some help. This question is related to…

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,060 questions
asked 2024-05-28T12:54:49.5466667+00:00
Magnourewa kassang 0 Reputation points
commented 2024-05-28T14:08:29.5066667+00:00
TP 79,066 Reputation points
1 answer

Is there a tool or way to view all the existing keyboard-shortcut in Win11 and to disable/change them?

The Win11 add so many hotkey like "win+c" and so on .... but it conflict with some app I want to disable or change the system keyboard hotkey(shortkeys) Is there a tool or way to view all the existing shortkeys [like keymap] in Win11 and to…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,450 questions
asked 2024-05-28T12:34:35.3933333+00:00
健东 黎 0 Reputation points
commented 2024-05-28T14:05:52.01+00:00
1 answer

Updates are not downloading in client/server computers from WSUS

I have approved the updates in WSUS server, but client computers are not downloading it. Recently the user who was managing the WSUS server left the org and disabled his user account, from that time this issue occurred. I have added myself to WSUS…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,305 questions
asked 2024-05-28T10:58:48.56+00:00
Pramodh 0 Reputation points
commented 2024-05-28T14:05:51.67+00:00
Adam J. Marshall 8,886 Reputation points MVP
1 answer One of the answers was accepted by the question author.

Partition Key in Azure Event Hub and Stream Analytics

Hello, I am reading about Azure Event Hub with the ability to use a partition key to map incoming event data into specific partitions: https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-scalability#mapping-of-events-to-partitions I am…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
570 questions
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
335 questions
asked 2024-05-27T00:18:24.99+00:00
Karl Gardner 65 Reputation points
accepted 2024-05-28T14:05:12.8533333+00:00
Karl Gardner 65 Reputation points
2 answers

Azure PostgreSQL Flexible Server - Creating Database in pgAdmin tool

Hi, I am using Azure Database for PostgreSQL Flexible Servers, I cannot create database in pgAdmin due to missing privileges for pg_default tablespace. I cannot find that in documentation, could you confirm that creating databases are possible only in…

Azure Database for PostgreSQL
asked 2024-05-28T12:25:39.03+00:00
Karol IL 0 Reputation points
answered 2024-05-28T14:04:10.05+00:00
Vinodh247-1375 11,481 Reputation points
2 answers

How to build screen recorder Winform GUI app which also records the sound of system at the same time

using System; using System.Diagnostics; using System.Drawing; using System.Windows.Forms; using NAudio.Wave; using SharpAvi; using SharpAvi.Codecs; using SharpAvi.Output; namespace ScreenAudioRecorder { public partial class Form1 : Form { …

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,395 questions
asked 2024-05-27T15:21:50.9433333+00:00
Rahmatulloh 0 Reputation points
commented 2024-05-28T14:03:52.3533333+00:00
Rahmatulloh 0 Reputation points
1 answer

Webhook Subscription Payload

Created a subscription using url --> https://graph.microsoft.com/v1.0/subscriptions And added notification url 'https://xxx.com/webhook ' with chatid in the body of the API call. In the handler function expecting message Headers which are sent by…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,867 questions
asked 2024-05-22T12:54:46.37+00:00
Ranjith Kumar Jain 20 Reputation points
commented 2024-05-28T14:03:30.2133333+00:00
2 answers

Is it possible that you can deliver the information for Azura and Linux?

Azure and Linux are a new world for us, we need to simplify this world, so that we can understand it clearly

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,588 questions
asked 2021-06-26T11:55:41.427+00:00
Dalia Ragab 6 Reputation points
answered 2024-05-28T14:00:58.66+00:00
1 answer

infer_schema stopped working on Azure Data Factory new Snowflake connector. Error code 2011

I have been using Azure data factory for copying data from Azure to Snowflake with the Snowflake connector linked service. It has worked well for 2 years. Now Azure tells me to update to the new version I am using the SCRIPT activity and I was using the…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,772 questions
asked 2024-05-27T15:50:57.1833333+00:00
kosmos 246 Reputation points
commented 2024-05-28T13:59:54.8866667+00:00
Sina Salam 4,296 Reputation points
1 answer One of the answers was accepted by the question author.

Routing between Azure Virtual Network Gateway and On Premise LGW

I have set up a S2S connection in Azure with a route based Virtual Network Gateway (VPN) connected to two Local Network Gateways (On premise). I have configured the same static routes on both LGWs. So there are two connections VPN -> Connection 1…

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,409 questions
asked 2023-08-09T07:37:40.4066667+00:00
Bret Hillier 30 Reputation points
commented 2024-05-28T13:57:38.2733333+00:00
Domenico Iandoli 0 Reputation points
2 answers

How i can get link as URL of team group Chat room ( not channel)

I'm looking to provide a link by which users will open directly a MS- Team chat room which is easy to use.

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,261 questions
asked 2024-04-27T18:36:11.8266667+00:00
Sandesh Khilari 0 Reputation points
commented 2024-05-28T13:54:30.38+00:00
Betsy Bance CW 0 Reputation points
1 answer

Connect-MgGraph : Invalid JWT access token. Connect-AzAccount : InteractiveBrowserCredential authentication failed

I need help and a solution to rectify the below error when executing the PowerShell Connect-* command. $TenantID = '22bb9241-65c8-45b4-94f9-7c151e154693' $AzSubscriptionID = 'd487514e-4317-447f-af79-5022d310f6bd' $paramConnectMgGraph = @{ Scopes =…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,867 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,413 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,171 questions
Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,886 questions
asked 2024-05-28T07:17:43.8466667+00:00
EnterpriseArchitect 4,891 Reputation points
commented 2024-05-28T13:54:15.38+00:00
Hitesh Pachipulusu - MSFT 320 Reputation points Microsoft Vendor
10 answers One of the answers was accepted by the question author.

Azure Blob Storage fails to authenticate: "Make sure the value of Authorization header is formed correctly including the signature"

Hi I am trying to upload a binary file (a blob for an excel file, actually) to my storage account but the client fails to authenticate under the error message: 403 (Server failed to authenticate the request. Make sure the value of Authorization header is…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,493 questions
asked 2021-03-28T22:05:03.557+00:00
javier 926 Reputation points
answered 2024-05-28T13:52:14.78+00:00
ChristerEwald 0 Reputation points
1 answer

Flexible PostgreSQL server not responsive for unknown reason

Our web server suddenly started to fail to connect to our PostgreSQL flexible server, and the portal is stuck with the message 'The server is currently in 'restarting' state. Please wait for the operation to complete. You can refresh to check status.…

Azure Database for PostgreSQL
asked 2024-05-28T13:37:10.3866667+00:00
paxbun 0 Reputation points
answered 2024-05-28T13:51:34.5033333+00:00
Vinodh247-1375 11,481 Reputation points
1 answer One of the answers was accepted by the question author.

Working with picture in Blazor

Hi, I very newest.Create project under Blazor web develop. Under root wwwroot create folder name Images then put some picture in there. I write the in Home.razor to show all picture but one line one picture. How to write one line code for all…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,423 questions
asked 2024-05-28T08:36:35.8933333+00:00
MIPAKTEH_1 60 Reputation points
accepted 2024-05-28T13:48:29.4933333+00:00
MIPAKTEH_1 60 Reputation points