349,895 questions

Sort by: Updated
0 answers

Github deploy code Fails where Func app in Vnet - auth error using OIDC

Regarding section Deploy a Service Bus trigger and HTTP trigger I get auth error IP forbidden to to deploy the code via github. Since both storage and func app are behind private end points is github expected to successfully be authorized even with a…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,413 questions
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,205 questions
asked 2024-05-29T06:37:27.05+00:00
Sergio Solorzano 26 Reputation points
edited the question 2024-05-30T18:00:42.2866667+00:00
Sergio Solorzano 26 Reputation points
1 answer

How to notify security team members of assigned alerts/incidents in Microsoft Defender

Is there a way to send email notifications to someone when we assign an alert or incident specifically to them in Microsoft Defender? We already have email notifications set up for new alerts, but we're wondering if there is a way to notify team members…

Microsoft Defender for Cloud
Microsoft Defender for Cloud
An Azure service that provides threat protection for workloads running in Azure, on-premises, and in other clouds. Previously known as Azure Security Center and Azure Defender.
1,223 questions
asked 2024-05-29T19:10:08.59+00:00
Fraley, David 0 Reputation points
answered 2024-05-30T17:59:35.03+00:00
Carlos Solís Salazar 17,021 Reputation points MVP
0 answers

Why is the latency of GPT-4o vision so high in the West US region?

The average latency of GPT-4o Vision was significantly lower a few days ago, but it has now increased to more than a few minutes. The text completion function is still as fast as ever, but the vision perception function is experiencing significant…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,328 questions
asked 2024-05-30T12:38:19.4966667+00:00
Nanbing Liu 0 Reputation points
commented 2024-05-30T17:59:28.4333333+00:00
YutongTie-MSFT 46,996 Reputation points
0 answers

Restrict users

Hi All I am using an Exchange hybrid environment. All my users are created on-premises and migrated to online. I am also using Intune for mobile device management. My users are assigned an E5 license. I have a requirement to restrict few users from…

Microsoft Exchange Online
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,276 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,267 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,505 questions
Microsoft Teams Phone
Microsoft Teams Phone
Teams Phone enables call-control and Private Branch Exchange (PBX) capabilities in the Microsoft 365 cloud with Microsoft Teams.
134 questions
asked 2024-05-30T17:57:39.9566667+00:00
Rising Flight 3,891 Reputation points
1 answer One of the answers was accepted by the question author.

PushNotifications: Upgrade to FCMv1 is not delivering Templated Notifications from Azure

Using this link GCM/FCM notifications to FCM v1. I am trying to migrate from GCM/FCM notifications to FCM v1. From the guide, I - Configured the Firebase Service Account Credentials in Azure Notification Hub. Updated backend SDK C# code use FCM v1…

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.
274 questions
asked 2024-04-19T14:57:24.39+00:00
Smitha Kalluparambil 55 Reputation points
commented 2024-05-30T17:55:14.7933333+00:00
srilatha cingireddy 0 Reputation points
1 answer

Application crash even on a try catch block

When i comment out the line GetViewsByZOrder i get the following exception: Exception thrown at 0x00007FF96E36EE19 (rpcrt4.dll) in : 0xC0000005: Access violation reading location 0x00000000094F0122. On the line if (collection->GetViewForHwnd(hwnd,…

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,571 questions
asked 2024-05-30T03:16:00.1533333+00:00
Yanis 0 Reputation points
commented 2024-05-30T17:55:10.98+00:00
Yanis 0 Reputation points
0 answers

Azure OpenAI GPT-4 Turbo Vision error: "The deployed GPT model does not support Vision Enhancement and On Your Data (OYD) with images"

Hi there, I am trying to do some few-shot in-prompt learning using GPT-4 Turbo vision but I am getting the following error: "The deployed GPT model does not support Vision Enhancement and On Your Data (OYD) with images" I am not using any…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,328 questions
asked 2024-05-30T13:15:13.81+00:00
Polo Sologub 0 Reputation points
commented 2024-05-30T17:54:55.8666667+00:00
YutongTie-MSFT 46,996 Reputation points
1 answer

Data flow failing at Sink Step when pipeline is scheduled

I have Pipeline with Data flow debug where data is sinked into Data set. When run manually it runs fine and the parquet file is created. However when scheduled in Pipeline it gives following error. Pipeline runs fine only gives error on schedule…

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,498 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,790 questions
asked 2024-05-30T07:21:04.75+00:00
Nazish Zahra 0 Reputation points
commented 2024-05-30T17:54:02.1966667+00:00
Amira Bedhiafi 16,856 Reputation points
1 answer

How to show 3 picture per line on pages Blazor.

@page "/" <PageTitle>Home</PageTitle> <h1>HOUSE</h1> @for (int i = 0; i < images.Count - 1; i = i + 3 ) { <img src=@($"/Images/{i}") /> } @code { // Define the list of image file names …

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,414 questions
asked 2024-05-30T15:49:57.01+00:00
MIPAKTEH_1 80 Reputation points
edited an answer 2024-05-30T17:53:23.36+00:00
Viorel 113.3K Reputation points
0 answers

How to deploy APIM in availability zones, with Public IPs disabled through PowerShell?

How to deploy APIM in availability zones, with Public IPs disabled through PowerShell? New-AzApiManagement -ResourceGroupName "myRG" -Name "myAPIM" -Location "West US2" -Organization "Contoso" -AdminEmail…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,818 questions
asked 2024-05-29T22:46:59.5466667+00:00
bkyllonen 0 Reputation points Microsoft Employee
commented 2024-05-30T17:53:06.63+00:00
bkyllonen 0 Reputation points Microsoft Employee
0 answers

Issues with old Application on RDS, AppVirtualization?

I am in the process of testing an RDS server for a subset of users. One application that they need to use is fairly old and appears to only allow one user to run it at a time. When a user launches the application it appears to lock several files that…

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,875 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,329 questions
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,305 questions
asked 2024-05-30T17:52:17.1466667+00:00
Vincent Sprague 0 Reputation points
0 answers

Issue: The title of reported spam questions will still be visible on my profile page

Background: When I report a question, an activity appears as "You made an edit" with the title of the question and a link to it - see the screenshot for an example. However, in some cases, this is the title where the spam is. See the…

Microsoft Q&A
Microsoft Q&A
Use this tag to share suggestions, feature requests, and bugs with the Microsoft Q&A team. The Microsoft Q&A team will evaluate your feedback on a regular basis and provide updates along the way.
602 questions
asked 2024-05-30T17:31:38.17+00:00
Caozhi Li 0 Reputation points Student Ambassador
commented 2024-05-30T17:51:45.49+00:00
TP 79,156 Reputation points
0 answers

How to show 3 picture per line on pages Blazor.

@page "/"<PageTitle>Home</PageTitle> <h1>HOUSE</h1> @for (int i = 0; i < images.Count - 1; i = i + 3 ) { <img src=@($"/Images/{i}") /> } @code { // Define the list of image file names private…

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,414 questions
asked 2024-05-30T15:54:21+00:00
MIPAKTEH_1 80 Reputation points
edited a comment 2024-05-30T17:50:53.45+00:00
Viorel 113.3K Reputation points
0 answers

Azure Push Notification Hub is not sending notification on Andriod device using FCM V1

I have created a push notification hub and configured the FCM v1 credentials on Azure hub page. I'm calling CreateFcmV1TemplateRegistrationAsync to add registration And SendTemplateNotificationAsync to send the notification to FCM v1 device. However…

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.
274 questions
asked 2024-03-17T23:23:28.1333333+00:00
AT 35 Reputation points
commented 2024-05-30T17:49:59.6333333+00:00
srilatha cingireddy 0 Reputation points
2 answers

Hash table creation issue in Sql server

I have created hash table in outer procedure with 2 columns and trying to create another hash table with same name but 3 columns. Now if i try to insert into hash table in inner procedure i get error saying not able to access third column (which was not…

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,934 questions
asked 2024-05-30T09:15:06.0866667+00:00
yashwin g shetty 20 Reputation points
edited an answer 2024-05-30T17:49:01.2266667+00:00
Zahid Butt 556 Reputation points
1 answer

Changing email address on account

Where do I change the email address for all billing and Alerts? I thought that I have changed the billing profiles, but the wrong email address is still being used to get the Alerts and some of the billing items.

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,013 questions
asked 2024-05-30T15:19:20.9633333+00:00
Shawn W. Morris 0 Reputation points
commented 2024-05-30T17:48:54.4633333+00:00
Shawn W. Morris 0 Reputation points
1 answer

SSRS Report Server 22 Native Scale Out with a network Load Balancer not working as expected.

I have setup a 2022 SQL Instance. Using the DB from a 2012 r2 instance. I have looked over documentation. I can only get the last report server joined to the instance to display the webserver and the reports server. Example node1, 2 and 3 were installed…

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,934 questions
SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,832 questions
asked 2024-05-29T23:10:13.39+00:00
AP 0 Reputation points
commented 2024-05-30T17:44:32.07+00:00
AP 0 Reputation points
1 answer

Visual Studio theming not applied correctly to custom Control property's UITypeEditor

Visual Studio: 2022 Community (17.10.0) Visual Experience Color Theme: Dark I'm working on a custom UITypeEditor (drop-down control) for a custom type that's a part of my custom control. When I trigger the UITypeEditor to drop down, I can see it in the…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,858 questions
asked 2024-05-29T19:27:50.2633333+00:00
gb 66 Reputation points
commented 2024-05-30T17:44:31.7633333+00:00
gb 66 Reputation points
0 answers

System-assigned managed identity to request an access token

I have an Azure Function app, calls Azure text translate service restful API endpoint. https://api.cognitive.microsofttranslator.com/translate?api-version=3.0&to=zh Now I want to use the system assigned managed identity to request an access token and…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,413 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,917 questions
asked 2024-05-30T17:44:09.3333333+00:00
Chunhui You 0 Reputation points Microsoft Employee
1 answer

Script to export csv/excel file of what groups a user is owner of in Azure/Entra

Is there a script to find what groups a user is owner of in azure or Entra admin center? for ex: i want to know what groups Ted Brown is owner of in Azure

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,917 questions
asked 2024-05-29T16:20:07.3533333+00:00
David Stahlmann 0 Reputation points
edited an answer 2024-05-30T17:43:31.5733333+00:00
Carlos Solís Salazar 17,021 Reputation points MVP