362,577 questions

Sort by: Updated
1 answer

Dotnet Maui iOS app occasionally crashes on TestFlight on some devices

The MAUI app works fine on Android and most iOS devices, but a few users have reported that it crashes immediately after launch. However, I couldn't reproduce the error in my local environment. It is built with the latest: Xcode: 15.4 .Net 8.0.7 MAUI…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,223 questions
asked 2024-07-24T16:32:53.43+00:00
MT 0 Reputation points
answered 2024-07-24T21:40:22.97+00:00
Bruce (SqlWork.com) 61,491 Reputation points
2 answers

How to run a batch file without connecting to virtual machine?

Hi All, I have a batch file within azure virtual machine. When I'm connected to the VM using RDP I can use a task scheduler to run the batch file. (For context, the .bat file runs various python and R files) I want this batch file to run without…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,661 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,572 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,083 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,994 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,195 questions
asked 2024-07-24T20:32:10.7066667+00:00
NP Data 0 Reputation points
commented 2024-07-24T21:40:21.19+00:00
NP Data 0 Reputation points
1 answer

I live in Guadeloupe (French West Indies) - Unable to enter my phone number to create an account

I live in Guadeloupe (French West Indies) - Unable to enter my phone number to create an account

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,754 questions
asked 2024-07-24T20:36:40.89+00:00
Franky CHAMBERS 0 Reputation points
edited the question 2024-07-24T21:39:45.7166667+00:00
VarunTha 5,900 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Trainable classifiers debugging/error logs

Hello, I am testing out trainable classifiers and need to know how to investigate training failures in detail? Some errors are vague such as "Failed due to training error" or "Invalidlocationserror" and clicking on review test results…

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.
1,059 questions
asked 2024-06-12T11:24:23.7333333+00:00
Ahmed Sh 100 Reputation points
commented 2024-07-24T21:39:42.99+00:00
Ryan Tsamouris 0 Reputation points
3 answers

Archiving Files in Azure files

Are there build in features in Azure Files to archive file or move file to another place for archiving purpose. for example, if a file is untouched for certain period of time, the file will be moved to blob storage for long term storage. It is cost…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,227 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,083 questions
asked 2024-07-24T18:09:19.2+00:00
Gary Zhou 1 Reputation point
answered 2024-07-24T21:34:55.7066667+00:00
Gary Zhou 1 Reputation point
13 answers

the 24*7 Help section within the 865-39O-9759

How do I raise a complaint in Here for any help 086-539-0-9759 Solved the same time // 0960-881-9675 or you are

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,420 questions
asked 2024-07-24T21:30:48.7933333+00:00
answered 2024-07-24T21:34:49.69+00:00
0 answers

My question was deleted for violating community guidelines?

When I posting my questions, it shows "This content has been deleted" due to a violation of our Code of Conduct immediately. It apparently was done by machine. I don't understand what's going wrong with my questions. Can you please fix this…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,625 questions
asked 2024-07-24T21:34:45.0833333+00:00
durainmustbeback 0 Reputation points
0 answers

How to get my passwords back

I broke my phone that i previously had the authenticator app on, the phone is so broken you cant even see the screen. Ever since getting a new phone i have been desperately trying to get back into one of my accounts that had a password on the…

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.
6,130 questions
asked 2024-07-24T21:30:36.22+00:00
Coco Blossom 0 Reputation points
2 answers One of the answers was accepted by the question author.

How to use EF Core when two properties in the Principle entity point to the same attribute in the dependent entity?

I have 2 Model classes: Department.cs cs public class Department { public string DepartmentId { get; set; } public string Name { get; set; } public string Description { get; set; } [ForeignKey("FacultyId")] public…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
726 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,397 questions
asked 2021-11-01T04:16:37.687+00:00
Uchchay Dugal 21 Reputation points
answered 2024-07-24T21:30:32.9566667+00:00
Hazrat Ali 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to create Salesforce ADF Linked Service to connect to a Salesforce Sandbox instance

As Per documentation: https://learn.microsoft.com/en-us/azure/data-factory/connector-salesforce?tabs=data-factory While creating the Linked service the Environment URL should be in the format https://<domainName>.my.salesforce.com, with this format…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,179 questions
asked 2024-01-23T10:51:42.9333333+00:00
Sanjay Anantha Ragavan 45 Reputation points
commented 2024-07-24T21:29:52.6233333+00:00
Sam Rosentel [SFPH] 0 Reputation points
1 answer One of the answers was accepted by the question author.

ASP.NET Core Razor Pages - checkbox asp-for

Hello, New user here, a beginner trying to understand how checkbox asp-for works. In this sample application, I am trying to toggle a checkbox on post by a button, but failing. Having googled, read tutorials and attempted variations, I am still…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,397 questions
asked 2024-07-24T06:28:45.1566667+00:00
Joyce 0 Reputation points
accepted 2024-07-24T21:29:44.8433333+00:00
Joyce 0 Reputation points
2 answers

WinCache for PHP8 pre-build available

There are some old threads asking for WinCache for PHP 8. Maybe this will help someone. Here is a pre-build DLL of WinCache 2.0.0.8 extension compiled for PHP 8.0.28 (VS16 x64 Non Thread Safe). Seems to compile and run fine without any…

Internet Information Services
asked 2023-06-05T17:43:17.75+00:00
Andergraund 0 Reputation points
commented 2024-07-24T21:27:41.9066667+00:00
Andergraund 0 Reputation points
1 answer

How to bypass policies when merging using Create PR task

I am trying to use the Create PR task in a pipeline to merge changes from my source branch to target branch (master). I want to bypass the policies of having reviewers and linking work item. I changed the configuration for my project collection service…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,754 questions
asked 2024-07-22T20:27:00.4266667+00:00
Mehta, Dharmi 0 Reputation points
commented 2024-07-24T21:23:53.69+00:00
Mehta, Dharmi 0 Reputation points
1 answer

Lift and Shift SQL server database backups on Azure

HI, Can we schedule daily database backups on Azure portal for lift and shift SQL server which is in AZURE. Thank you

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,191 questions
Azure SQL Database
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,345 questions
asked 2024-07-24T17:23:09.0933333+00:00
Newtojob 26 Reputation points
answered 2024-07-24T21:23:34.57+00:00
Erland Sommarskog 107K Reputation points
2 answers

ASP.NET Core JWT Authentication Returning Unauthorized(invalid-token 401) for Authenticated Requests in Controller Actions

Hi everyone, I'm encountering an issue with JWT authentication in my ASP.NET Core 8.0 application. While the token generation and authentication seem to work correctly in my AuthenticationController, any requests to other controllers requiring…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,641 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,397 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,415 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
318 questions
asked 2024-07-24T16:02:32.3133333+00:00
Antonio Simonetti 0 Reputation points
answered 2024-07-24T21:22:58.0666667+00:00
Bruce (SqlWork.com) 61,491 Reputation points
3 answers

SCOM 2019 - Install Error

Hi All, I am trying to install SCOM 2019 on a new Windows Server 2019. Also the SQL 2019 is installed on the same server. I get the below error while i try installing Management server and Operator console everytime Tried below steps Disable AV…

Operations Manager
Operations Manager
A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.
1,446 questions
asked 2020-09-13T12:07:51.367+00:00
karthik palani 1,016 Reputation points
commented 2024-07-24T21:21:46.5466667+00:00
Basil learning 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to get notified (notification to admin) when a new user signs up to APIM Portal

Hello, We have shared Azure APIM portal with external users. We ask them to sign up, Once the user signs up we add them to specific user group so that they can see the respective APIs. But at the moment we don't get notification when the user activates…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,950 questions
asked 2023-03-17T09:24:49.4266667+00:00
Rajni Singh 20 Reputation points
commented 2024-07-24T21:15:45.36+00:00
durainmustbeback 0 Reputation points
1 answer

I need to reschedule to Aug2 1300Pacific: AZ-800 Registration ID: 483770954

Even though I go to this site aka.microsoft/examreschedule I cannot reschedule this exam: AZ-800 - Administering Windows Server Hybrid Core Infrastructure - English (ENU) I need to reschedule Appointment Details Order Number: ‎0072-3654-3249…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,754 questions
asked 2024-07-24T21:12:17.09+00:00
Jeff Calderon 0 Reputation points
edited the question 2024-07-24T21:15:28.3166667+00:00
Andreas Baumgarten 103.9K Reputation points MVP
1 answer One of the answers was accepted by the question author.

How to change invoice detail - Subscription VS Service family

Hi, My invoices give details about the cost per Service Family. However, I want to monitor my costs on a monthly basis, filtered by : Subscription Service Is there a way to either : adjust the invoice details, as the groupment by Service Family…

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,349 questions
asked 2024-07-10T19:06:05.71+00:00
Pierre-Romain Destruy 20 Reputation points
commented 2024-07-24T21:15:12.3766667+00:00
Pierre-Romain Destruy 20 Reputation points
0 answers

Is possible to join a video call in azure communication services using a phone through dial-in?

I want to know if it's possible to join using a phone through dial-in to a video call of any type in Azure communication services and if possible what will be the process. Thank you.

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
809 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,083 questions
asked 2024-07-24T16:29:19.6533333+00:00
Marco Navarro 0 Reputation points
commented 2024-07-24T21:14:18.9766667+00:00
Grmacjon-MSFT 17,381 Reputation points