53,613 questions

Sort by: Updated
0 answers

Resolved - Incorrect subscription and organization access, admin resolution non BCDR

Resolved - Incorrect subscription and organization access, admin resolution non BCDR

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,002 questions
asked 2023-03-18T10:46:57+00:00
ambitiousamber 0 Reputation points
edited the question 2024-04-27T08:52:04.28+00:00
ambitiousamber 0 Reputation points
0 answers

Microsoft.Maui.Essentials packages

I have an razor class library and want to use Microsoft maui SecureStorage. In visual studio , NuGet interface, when select the latest Microsoft.Maui.Essentials packages, get the following…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,376 questions
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,391 questions
asked 2024-04-27T08:45:34.1866667+00:00
Qun Shen 40 Reputation points
0 answers

Symfony + IIS 10 Need help

Morning!! I need really help with Symfony + IIS 10. I have the following error: Can someone tell me something about this error and how can I solve it? I can execute PHP I can see phpinfo.php so I can execute CGI... I think maybe it's problem with…

Internet Information Services
asked 2024-04-27T08:44:16.6633333+00:00
Sergi Díaz Ruiz 30 Reputation points
0 answers

when i attach file reject by TYZPR03MB6621.apcprd03.prod.outlook.com and the file return ndr

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
3,788 questions
Windows 365 Business
asked 2024-04-27T08:29:41.8866667+00:00
Toriq Nasrul Haq Sutisna 0 Reputation points
0 answers

In Web API creation exercise, response won't load, claims security issue

I'm running a Web API I've set up with the instructions here: https://learn.microsoft.com/en-us/training/modules/build-web-api-aspnet-core/3-exercise-create-web-api I have not modified this app from its original state. I used dotnet run and it says the…

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.
902 questions
asked 2024-04-26T16:00:45.5166667+00:00
McKathlin 0 Reputation points
commented 2024-04-27T08:15:12.8933333+00:00
Pradeep M 240 Reputation points Microsoft Vendor
0 answers

Column in grid overlapping when the data is updated at runtime

I am using a custom control with a frame(contains an entry and an icon in a horizontal grid) and a collection view in stack layout with vertical orientation as attached below. I am facing an issue wherein when a search text is typed matching lowest…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,869 questions
asked 2024-04-24T13:17:59.2633333+00:00
Srilekha Chowdary 20 Reputation points
commented 2024-04-27T07:17:35.6033333+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 68,651 Reputation points Microsoft Vendor
0 answers

How to schedule a script and setup email notification via Task scheduler or any other way?

How to schedule a script and setup email notification via Task scheduler or any other way? As I have gone through some blogs and online links but its shows traditional ways and seems "Email Send" option is deprecated in Task Scheduler. See…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,619 questions
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,748 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,167 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,059 questions
asked 2024-04-27T07:12:30.42+00:00
Mytoast Admin 115 Reputation points
0 answers

can we create manintenance configuration only with azurerm provider not with azureapi

can we create manintenance configuration only with azurerm provider not with azureapi If yes, could you please provide more info on assigning install patches, windows, linux and other arguments.

Azure Update Manager
Azure Update Manager
An Azure service to centrally manages updates and compliance at scale.
220 questions
asked 2024-04-27T07:08:09.0566667+00:00
Varma 1,120 Reputation points
0 answers

How to fix Internal error: Expected value to be neither null nor undefined: functionName when creating an Azure Functions Project?

Internal error: Expected value to be neither null nor undefined: functionName when creating an Azure Functions Project. I am following the steps mentioned here:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,265 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,428 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,367 questions
asked 2024-04-27T07:06:12.38+00:00
Harsh Khewal 65 Reputation points
0 answers

Handling different date formats in Azure SQL

I need help with writing a stored procedure in Azure SQL that updates datetime values stored as varchar columns with different date formats to a consistent format of 'MM/dd/yyyy hh:mm:ss'. Specifically, the columns whose names end with 'DP' need to be…

Azure SQL Database
asked 2024-04-27T06:50:10.9666667+00:00
Sodi, Deepthika 0 Reputation points
0 answers

Speech Recognition Live transcription not detecting any other language instead of English

Hi, I am using Speech Recognition resource in my application for live transcription. It's perfectly going with English language but when I am trying to say in Hindi then it's not detecting. I want to create my application for multiple languages used in…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,393 questions
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
355 questions
asked 2024-04-27T06:16:27.79+00:00
Jagwant singh 0 Reputation points
0 answers

How to Calculate salary of employee

I am calculating salary using below query SELECT '29' as Total_Days,'28' as Present_Days, (14000 / 29) AS Per_Day, (14000 / 29) * 28 AS Total_Salary; But Total_Salary should be 14000 because Total_Days 29 and Present_Day 29

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,715 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,800 questions
SQL Server Transact-SQL
SQL Server Transact-SQL
SQL Server: A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.Transact-SQL: A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
42 questions
asked 2024-04-27T06:08:58.23+00:00
Analyst_SQL 3,531 Reputation points
0 answers

How to fix virtual machine connection unknown to On-Prem Active Directory on VM start?

I have an On-Prem Active Directory connected to my Azure subscription via VPN Gateway. All the Virtual Machines in Azure have successfully joined the Active Directory and work fine in terms of AD policy, rules, users, etc. The VMs in Azure are…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,859 questions
asked 2024-04-24T19:19:58.1+00:00
Ahmed Madhun 21 Reputation points
edited the question 2024-04-27T05:51:53.2766667+00:00
vipullag-MSFT 24,111 Reputation points Microsoft Employee
0 answers

Using Cloud sync with and Exchange Hybrid environment, changes after writeback are not visible.

According to the article about Exchange Writeback using cloud sync: "This scenario is now supported in cloud sync. Cloud sync detects the Exchange on-premises schema attributes and then "writes back" the exchange on-line attributes to…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,474 questions
asked 2024-04-26T21:20:15.08+00:00
Ron Buie 0 Reputation points
edited the question 2024-04-27T05:43:33.06+00:00
vipullag-MSFT 24,111 Reputation points Microsoft Employee
0 answers

Error when using pandas to write data to ADLS in Azure Synapse Analytics

Hi Mr/Mrs, I want to use pandas to write dataframe to .csv file into ADLS, but I got this issue although I put the access key, it didn't work. How can I fix this issue? Thanks!

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,370 questions
asked 2024-04-27T05:39:32.5366667+00:00
Viet Tran 30 Reputation points
0 answers

Deployement name error unable to move further

i am having issue with deployment deplyed succesfully but" Deployement name 35turbo is not exists under Azure AI Studio OpenAI "this is the error unable to move further

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,161 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,375 questions
asked 2024-04-26T12:45:05.6+00:00
ODL_User 1311533 0 Reputation points
commented 2024-04-27T05:37:52.45+00:00
AshokPeddakotla-MSFT 27,386 Reputation points
0 answers

Visual Studio Designer Copy With Name

I created a new label. It came with "label1" name. I changed the name "label1" to "myLabel1". I'm copying this: "myLabel1" When I paste it comes as: "label1" It wasn't like this before. When I paste must…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,829 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,607 questions
asked 2024-04-27T05:37:43.91+00:00
Doğukan Topaloğlu 0 Reputation points
0 answers

Deploying the GPT-4 Turbo

Hi Support, I trust you are well. I looking forward to deploying the gpt-4-Turbo in the OpenAI Studio in the UK South Region but I am unable to find the gpt-4-Turbo listed in the drop-down. Can you kindly advise if there is something I am missing .

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,161 questions
asked 2024-04-26T11:25:51.7233333+00:00
TSHEPHO RAPHOLO 100 Reputation points
commented 2024-04-27T05:35:22.2766667+00:00
AshokPeddakotla-MSFT 27,386 Reputation points
0 answers

Selection using Selection Rectangle

Can anyone please tell me how to make this kind of behaviour in our own WPF app. Right now i am making a File explorer kind of behaviour using the WPF datagrid. Can someone please help me with the logic or post some code. Here if we see the rows are…

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,748 questions
Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,671 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,249 questions
asked 2024-04-24T04:34:37.6333333+00:00
Amit 20 Reputation points
commented 2024-04-27T05:11:46.4666667+00:00
Amit 20 Reputation points
0 answers

How do I add a CAPTCHA to a web site written with ASP.NET/VB

A bot seems to be using my web site to send out emails via AmazonSES. I want to add a CAPTCHA to it to prevent this. I came across https://stackoverflow.com/questions/71515717/how-to-add-captcha-in-asp-net-project which appears to be what I want, but…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,255 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,571 questions
asked 2024-04-27T05:08:50.44+00:00
Robert Barnes 71 Reputation points