292,164 questions

Sort by: Updated
2 answers

ToUpper and ToLower first char and first word

Hello, Going to convert the first letter of each word to upper and lower case, to upper is simple, but to lower? System.Globalization.CultureInfo.CurrentCulture.TextInfo.ToTitleCase(---) And to convert the first word of string to upper and lower case, no…

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,342 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,591 questions
asked 2024-05-16T13:29:08.5166667+00:00
StewartBW 385 Reputation points
answered 2024-05-17T08:13:57.3033333+00:00
Karen Payne MVP 35,196 Reputation points
1 answer

Not able to perform read and write operation in iCloud in .Net Maui Mac

I have set up the app identifier in Apple developer with the document URL set up for iCloud and updated the info.plist and entitlements according to this. info.plist <key>NSUbiquitousContainers</key> <dict> …

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,437 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,955 questions
asked 2024-05-13T10:26:23.9+00:00
Kiran Mohanty 0 Reputation points
answered 2024-05-17T08:13:42.11+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 26,946 Reputation points Microsoft Vendor
1 answer

How to create backend application using Asp.net C# Web API Core

How to create backend application using web api core application followed by standards using desing pattern, Depedency injection and solid principle I am new to web api core how to start following things JWT token authentical and authorization simple…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,227 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,298 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,342 questions
asked 2024-05-17T06:22:52.4166667+00:00
coder rock 196 Reputation points
edited an answer 2024-05-17T08:13:34.82+00:00
Brando Zhang-MSFT 2,961 Reputation points Microsoft Vendor
1 answer

Why does the EasyAuth not accept my request for my function app with a OIDC identity provider?

I have an API that exposes a few endpoints, from which some user details and data can be fetched. The API is a function app with authentication enabled and restrict access set to "Require authentication". My app uses azure B2C for a subset of…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,347 questions
asked 2024-05-14T11:35:39.01+00:00
Martin Rosin 0 Reputation points
commented 2024-05-17T08:11:36.5633333+00:00
Ben Gimblett 3,415 Reputation points Microsoft Employee
1 answer

How to send message to created Chat using oneonOne type

Hi I created a chat id using https://graph.microsoft.com/v1.0/chats chat id created : 19:442a30f7-833a-485d-8cf7-f263e3d85725_8bbdd8cb-5843-44a0-bd29-602228e8aa39@unq.gbl.spaces Then trying to send message to this chat using POST…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,761 questions
asked 2024-05-15T05:13:01.0666667+00:00
Ranjith Kumar Jain 0 Reputation points
commented 2024-05-17T08:08:40.23+00:00
Ranjith Kumar Jain 0 Reputation points
2 answers

My website is very slow to start up

I have a simple Blazor server app connected to free Azure SQL. It works fine but if nobody uses it for a while then it is very, very slow to start. To try and fix this I upgraded to the plan B1 and enabled "Always On". I don't believe this is a…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,979 questions
asked 2024-05-16T23:44:37.01+00:00
Mark Evans 0 Reputation points
answered 2024-05-17T08:07:50.76+00:00
Vlad Costa 0 Reputation points
2 answers

Exchange OnPrem 2019 not sending auto reply for Message Size Exceed

Sending email form my Yahoo and Gmail and it goes through our Spam Filter, but Exchange gives it a ROUTING FAIL event as the message size of 20MB exceeds the users limits. The problem is , I dont get a reply from my exchange to my Yahoo or Gmail that…

Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,099 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,378 questions
Microsoft Exchange
Microsoft Exchange
Microsoft messaging and collaboration software.
402 questions
asked 2024-05-10T13:25:12.28+00:00
Wes K 0 Reputation points
commented 2024-05-17T08:03:26.2733333+00:00
Jake Zhang-MSFT 1,310 Reputation points Microsoft Vendor
3 answers

Change password after Password Reset

I have been running into this more and more the last two months and it is becoming EXTREMELY frustrating. Scenario: Office 365 user's password has expired. OR - admin resets a user's Office 365 password and flags that the password must be changed…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,782 questions
asked 2021-05-17T12:31:34.257+00:00
Aicha Garci 6 Reputation points
answered 2024-05-17T08:02:00.3666667+00:00
Frian Gonzales 20 Reputation points
1 answer One of the answers was accepted by the question author.

Loading data into a dedicated SQL pool in Azure Synapse Analytics

Hi Mr/Mrs, I read the document in this link https://learn.microsoft.com/en-us/azure/synapse-analytics/sql/data-loading-best-practices When I read the content Load to a staging table: I have 3 questions: I understand that the staging table is the heap…

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,439 questions
asked 2024-05-17T06:04:09.3566667+00:00
Viet Tran 30 Reputation points
commented 2024-05-17T08:01:33.9133333+00:00
Viet Tran 30 Reputation points
1 answer

how to calculate SLAs for Azure services

We are using lot of Azure services in a project, working together such as App Service Environment/App Service Plan/ Web App, Function Apps. ASP are in premium tier Cosmos DB ADF, Logic Apps, Storage Account, Azure Document Intelligence Given all the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,347 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,979 questions
asked 2024-05-17T03:07:11.6333333+00:00
Animesh Kashyap 21 Reputation points
answered 2024-05-17T07:58:24.3866667+00:00
Vlad Costa 0 Reputation points
1 answer

Azure Update Manager - Configuration - Internal Error 500

Hi Experts, We recently on Boarding the Azure Arc (Resource Type) with Azure Update Manager, to deploy the Microsoft updates. Resource Scope : Manual (Not Dynmaic) With in the same Subscription, Resource Group - We can On Board 3 Servers, but cannot on…

Azure Arc
Azure Arc
A Microsoft cloud service that enables deployment of Azure services across hybrid and multicloud environments.
336 questions
Azure Update Manager
Azure Update Manager
An Azure service to centrally manages updates and compliance at scale.
243 questions
asked 2024-05-13T14:16:19.17+00:00
Veera Ragavan 21 Reputation points
answered 2024-05-17T07:57:45.2966667+00:00
Veera Ragavan 21 Reputation points
1 answer One of the answers was accepted by the question author.

Disabling PIM for Groups Assignment Expiry Emails

Hi, we have a requirement to disable the emails that assignees to a PIM group membership receive before expiry. These are the emails that contain text like this: "Your Member role in the <group> Security will expire in 14 day(s)" I…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,746 questions
asked 2024-05-07T10:49:22.2666667+00:00
Ian Harris 20 Reputation points
commented 2024-05-17T07:57:41.8+00:00
Ian Harris 20 Reputation points
1 answer

Create PWA site for another department

how to create second PWA site for another department. Although, one already exists with port 80. I need to create different "Project Server service application " for another PWA. or use already created "Project Server Service…

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,241 questions
asked 2024-05-16T08:56:04.4033333+00:00
Basim Alvi 41 Reputation points
answered 2024-05-17T07:57:05.0466667+00:00
Emily Du-MSFT 42,341 Reputation points Microsoft Vendor
1 answer

File explorer keeps loading green bar

Hi, how to time out or stop file explorer from keeps searching/loading green bar. Please asap.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,748 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,351 questions
asked 2023-02-05T10:02:15.13+00:00
Siddhesh Mayekar 70 Reputation points
commented 2024-05-17T07:56:30.6566667+00:00
Jonathan G. Granato 0 Reputation points
2 answers

changed the public IP address Aci

I have a container instance where a webaspnet core is hosted with a tcp server that listens on port 5010 (that's why I opted for aci) since the server apps don't allow my solution to work, now I've realized that after a while it has changed the public IP…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
648 questions
asked 2024-05-17T07:34:28.8533333+00:00
brux88 0 Reputation points
answered 2024-05-17T07:55:50.84+00:00
Deepanshu katara 5,370 Reputation points
1 answer One of the answers was accepted by the question author.

How we can find the users of the Shared link in SharePoint using powershell

"How can I use PowerShell to retrieve the users associated with the shared link in SharePoint Online?" And how to get the user and the link URL of the file mentioned in the image using PowerShell

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,782 questions
asked 2024-05-07T04:26:00.09+00:00
Surjit Kumar A 20 Reputation points
edited the question 2024-05-17T07:54:38.5433333+00:00
Surjit Kumar A 20 Reputation points
1 answer

How can I deploy App Installer via Intune as app or package on Windows 11 devices so MS Teams would be installed on each devices as currently Teams is not being deployed on them because App Installer is not being auto updated or installed and MS Teams nee

How can I deploy App Installer via Intune as app or package on Windows 11 devices so MS Teams would be installed on each devices as currently Teams is not being deployed on them because App Installer is not being auto updated or installed and MS Teams…

Microsoft Intune Security
Microsoft Intune Security
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
349 questions
Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,744 questions
Microsoft Intune Application management
Microsoft Intune Application management
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Application management: The process of creating, configuring, managing, and monitoring applications.
887 questions
Microsoft Intune Enrollment
Microsoft Intune Enrollment
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Enrollment: The process of requesting, receiving, and installing a certificate.
1,266 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,445 questions
asked 2024-05-16T15:10:23.0266667+00:00
Mytoast Admin 135 Reputation points
commented 2024-05-17T07:52:41.17+00:00
Mytoast Admin 135 Reputation points
17 answers

Issue: Unable to Assign Categories to Emails in Shared Mailboxes on Outlook for macOS

Hello all, I am using Outlook for macOS, version 16.86, which is the latest version available. For some reason, I am unable to assign categories to individual emails in shared mailboxes. The button to assign categories is greyed out, whereas it was…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,073 questions
asked 2024-05-15T18:54:59.45+00:00
Martin Hála 125 Reputation points
commented 2024-05-17T07:52:26.7133333+00:00
Michael Kühnen 0 Reputation points
1 answer One of the answers was accepted by the question author.

Set sound threshold for microsoft speech-to-text

Hi, It is possible setting a volume-threshold for the speech that gets transcribed? Such that if the speech is below a certain threshold then it would not get transcribed. I am using the speechSDK Br, Daniel

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,427 questions
asked 2023-05-19T11:26:14.9833333+00:00
Daniel Beck Hansen 21 Reputation points
commented 2024-05-17T07:51:10.4066667+00:00
Amila Hapuarachchi 0 Reputation points
1 answer One of the answers was accepted by the question author.

Issues with Performing Test Failover after Deleting and Creating a New Virtual Machine (VM)

I created a virtual machine (VM) before and was able to successfully perform a test failover. However, after deleting that previous VM and creating a new one, I am now experiencing issues with performing a test failover.

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,194 questions
Azure Site Recovery
Azure Site Recovery
An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
644 questions
asked 2024-05-16T11:31:51.67+00:00
Nirmala, Rexline 01 0 Reputation points
accepted 2024-05-17T07:50:31.0533333+00:00
Nirmala, Rexline 01 0 Reputation points