55,622 questions

Sort by: Updated
0 answers

how to write code in cs file in xamarin.ios?

I create xamarin.ios. there is tabbed application in the default file. there is Main.storyboard some of it code is : <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> <autoresizingMask…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,311 questions
asked 2024-06-10T07:25:54.96+00:00
mc 3,786 Reputation points
0 answers

Authenticator not linked to Admin Account

I am trying to log into my very small business admin account, but the 2FA keeps sending me to Authenticator, which doesn't seemed to be synced for the Microsoft admin account. I am in a vicious circle of trying to fix it, but can't because everywhere I…

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,770 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,016 questions
asked 2024-06-07T17:43:22.9766667+00:00
Steven @Pulse Management 5 Reputation points
commented 2024-06-10T07:25:09.3266667+00:00
Nathan E 0 Reputation points
0 answers

Unable to connect ARO cluster from USA location

Hi, I deployed Private ARO cluster in West Europe location. We are able to connect this cluster from India and Europe location. But we are unable to connect this from USA location. Firewall end, everything is enabled. Anybody faced this kind of issue ?…

Azure Red Hat OpenShift
Azure Red Hat OpenShift
An Azure service that provides a flexible, self-service deployment of fully managed OpenShift clusters.
80 questions
asked 2024-06-06T15:31:08.5933333+00:00
Mangi,Balaraju,IN-Chennai 125 Reputation points
commented 2024-06-10T07:23:22.6566667+00:00
Mangi,Balaraju,IN-Chennai 125 Reputation points
0 answers

Visual studio 2022 errors: HRESULT: 0x80040402

I have installed Visual Studio 2022 Community edition. I create a new project. Select: Asp.net web application Select: Folder path, etc. Select: .net framework 4.8 Get the message: Exception from HRESULT: 0x80040402 Note: I have been using Visual…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,743 questions
asked 2024-06-09T03:17:01.4466667+00:00
Herman Badenhorst 0 Reputation points
commented 2024-06-10T07:19:11.5633333+00:00
Tianyu Sun-MSFT 28,421 Reputation points Microsoft Vendor
0 answers

How to send calendar events to non microsoft accounts?

Question for Microsoft Support Subject: Issue with Creating Calendar Events for Non-Microsoft Accounts Description: I am developing an application using the Microsoft Graph API to create calendar events for a doctor-patient appointment scheduling system.…

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,770 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,987 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,288 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,016 questions
asked 2024-06-10T03:03:25.9266667+00:00
rpalm-driptraceio 0 Reputation points
commented 2024-06-10T07:17:53.5833333+00:00
Bruce Jing-MSFT 1,530 Reputation points Microsoft Vendor
0 answers

Error 401 when creating project in Language Studio

Hi, When I'm trying to create project, there's an Error 401 (Pic 1). And if I try to continue the step, in the next step Enter Basic Information, there's no option in Text Primary Language dropdown (Pic 2). As you can see, my account is normal, all of…

Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
372 questions
asked 2024-06-06T06:58:58.9966667+00:00
Eko Budiono Wicaksono 0 Reputation points
commented 2024-06-10T07:08:38.0033333+00:00
santoshkc 5,430 Reputation points Microsoft Vendor
0 answers

AzureMFA Extension NPS Login failed with VPN

Hello everybody, i hope someone can help us. We want to implement RADIUS Service to our VPN Connection. Users must login with Azure MFA in the future. I have install the NPS Service and configure it. The connection is correct to our Fortinet Firewall. I…

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,418 questions
Windows Server Security
Windows Server Security
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
1,759 questions
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.
618 questions
asked 2024-06-10T07:06:42.7966667+00:00
YN 0 Reputation points
0 answers

Building a chatbot via Azure

Hi Azure community! I want to build a chatbot for a company. It will be able to answer questions using the company data sources, including csv and pdf files. For example, if I ask the chatbot to summarize some csv financial reports, it will return an…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
762 questions
Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,389 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,462 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,528 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,397 questions
asked 2024-06-06T13:50:10.12+00:00
TWU 0 Reputation points
commented 2024-06-10T07:03:30.9+00:00
santoshkc 5,430 Reputation points Microsoft Vendor
0 answers

Which is better to use, DbContext.Add() or DbSet.Add()?

Hi, If you allow, I would like to ask a question. In CRUD operations, we can add to the database in two ways: DbContext.Add(object) and DbSet.Add(object). Which one is more correct to use? public class Context : DbContext { public DbSet<Category>…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
710 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,452 questions
asked 2024-06-10T07:02:43.7566667+00:00
Yalçın Mete 0 Reputation points
0 answers

Receive change notifications through Azure Event Hubs

Hi All, I have a little inquiry regarding ‘Receive change notifications through Azure Event Hubs’. As you know, we load Azure Databricks Diagnostic logs (plus a few system tables via Azure EventGrid) into Azure EventHub, which we then consume into ADX…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
577 questions
asked 2024-06-07T10:54:54.84+00:00
Suleman 0 Reputation points
commented 2024-06-10T07:02:26.0733333+00:00
PRADEEPCHEEKATLA-MSFT 81,396 Reputation points Microsoft Employee
0 answers

Automated deletion of a password saved in the EDGE wallet

Hi, I would like to automate the deletion of certain website identifiers/passwords pre-registered in the Microsoft wallet of the EDGE browser (edge://wallet/passwords) Is it possible via a GPO or any other script to delete a site already registered if…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,197 questions
asked 2024-06-10T07:01:28.5666667+00:00
Yoann POUYADOUX 0 Reputation points
0 answers

Not existing feature in Work with Dynamics 365 Sales

In the 'Manage relationships with relationship selling in Dynamics 365 Sales' module are some units about playbook, but this function is off since 2023 July. This question is related to the following Learning Module

Dynamics 365 Training
Dynamics 365 Training
Dynamics 365: A Microsoft cloud-based business platform that provides customer relationship management and enterprise resource planning solutions.Training: Instruction to develop new skills.
50 questions
asked 2024-06-10T06:57:59.1333333+00:00
György Somoskői 0 Reputation points
0 answers

access error in purview

Hey, have registered Azure database connection, in purview but its gives an error can no access account I am the owner of the purview and sql database... given rights in IAM in db and purview but still same error

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.
992 questions
asked 2024-06-06T16:47:14.79+00:00
Vineet S 205 Reputation points
commented 2024-06-10T06:57:06.9433333+00:00
Vineet S 205 Reputation points
0 answers

Container

Hi, I was deploying a web service to Azure Portal and encountered such error: Container

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
304 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
801 questions
asked 2024-06-07T09:17:41.0566667+00:00
Syafie Asyraf Sarifudin 0 Reputation points
commented 2024-06-10T06:57:03.7166667+00:00
Babafemi Bulugbe 2,605 Reputation points MVP
0 answers

Where can I get the Microsoft Certified Teacher MAE exam?

I have earned the badges and awards for Microsoft Advanced Educator, but I was asked to take the exam first to obtain the certificate, but I did not know where I could get the exam location to take it. Can you help me?

Microsoft Copilot
Microsoft Copilot
Microsoft terminology for a universal copilot interface.
162 questions
asked 2024-06-10T06:53:18.7533333+00:00
Khadija al-shehhi 0 Reputation points
0 answers

Getting "Graph Service Exception" when Issuer is set to custom domain

I'm encountering the error message "Issuer should match tenant's domainName for non-federated identity" when attempting to create or update a user through the graph API using a custom domain as the issuer. The custom domain is set as the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,987 questions
asked 2024-06-10T06:52:54.49+00:00
Palanisamy, Saranya (LNG-CON) 0 Reputation points
0 answers

Policy written in azure purview

I have written the policy in Azure Purview, but I have to manage all the Azure resources under the same policy in Azure Purview. Can we do that?

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.
992 questions
asked 2024-06-10T06:51:59.88+00:00
Ganapathy Ram 0 Reputation points
0 answers

Kusto query to get the below details CSV format

Kusto query to get the below details CSV format usedIpAddress connected or isolated to which backend (connected device) PrivateIPv4address , attached to ,attached type

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
495 questions
asked 2024-06-07T09:47:34.85+00:00
Monalisa 0 Reputation points
commented 2024-06-10T06:51:42.8266667+00:00
PRADEEPCHEEKATLA-MSFT 81,396 Reputation points Microsoft Employee
0 answers

How can I find out if my video view is on top of my game view in my Android .NET 7.0 project?

I want to play a video in my Android .NET 7.0 project. I have installed the NuGet package XamarinMediaManager version 1.2.2: https://github.com/Baseflow/XamarinMediaManager But the problem is that I only hear the sound of the video when I debug on my…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,032 questions
asked 2024-06-09T21:02:21.89+00:00
Kim Strasser 686 Reputation points
edited the question 2024-06-10T06:51:24.13+00:00
Anna Xiu-MSFT 27,091 Reputation points Microsoft Vendor
0 answers

Writing Kusto queries through code, looking for JSON format conversion to Kusto queries with limited functionality

We are moving the alert triggering conditions to our codebase (C++). Currently, these conditions are written as KQL queries on the Azure portal. We are creating logic that can convert JSON format values to KQL. The generated KQL query will be simple and…

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
495 questions
asked 2024-06-07T09:13:14.18+00:00
Saransh Gaur 0 Reputation points Microsoft Employee
commented 2024-06-10T06:51:23.57+00:00
PRADEEPCHEEKATLA-MSFT 81,396 Reputation points Microsoft Employee