339,339 questions

Sort by: Updated
0 answers

The subscription 'xxx' is not allowed to create or update the serverfarm.

Hi. I'm having trouble deploying an app service. The configuration is correct, but the deployment is always stuck with the following response: { "status": "Failed", "error": { "code":…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,798 questions
asked 2024-04-16T19:28:01.58+00:00
Iago Tambosi 0 Reputation points
0 answers

Windows Event Log service can't start. Error 31.

I have a windows server 2022 virtual machine on a vmware hypervisor on which hundreds of other virtual machines are successfully running. When I try to start Windows Event Log service I get "Windows could not start the Windows Event Log service on…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,057 questions
asked 2024-04-16T19:20:40.8133333+00:00
OZ 226 Reputation points
edited the question 2024-04-16T19:27:17+00:00
OZ 226 Reputation points
1 answer

Is there a way to minify or bundle or pack blazor wasm js?

Is there a way to minify or bundle or pack blazor wasm js?   For example all of these files that get downloaded, some of them are third party libs but I want a generic "pack any js" into one file library.    

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,373 questions
asked 2024-04-16T14:41:52.6333333+00:00
RSa 0 Reputation points
answered 2024-04-16T19:24:05.2333333+00:00
Bruce (SqlWork.com) 54,626 Reputation points
1 answer

XDocument parsing

Hello! I have an XML document and I don't know how many more sub-elements there are. From Element SCANNER How can I read this out intelligently? <ROOT> <PROGRAM> <NAME value="R5E9"/> <PRODUCT…

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,180 questions
asked 2024-04-16T14:25:16.3666667+00:00
Noah Aas 0 Reputation points
edited a comment 2024-04-16T19:23:36.28+00:00
Noah Aas 0 Reputation points
1 answer

Have Azure Data Studio, auto update to version 1.48.0 no will not connect to SQL Server DBs

I am having an issue with the current version of Azure Data Studios (1.48.0). Will not connect to my SQL Server databases. I have SQL Server Management Studio version 20.0.70.0 It is working fine. My Azure Data Studio version 1.47.0 was working fine. …

Azure Data Studio
Azure Data Studio
A cross-platform database tool for data professionals using on-premises and cloud data platforms on Windows, macOS, and Linux.
96 questions
asked 2024-04-12T13:38:54.24+00:00
Robbins, Brett K 0 Reputation points
answered 2024-04-16T19:23:24.64+00:00
GeethaThatipatri-MSFT 27,007 Reputation points Microsoft Employee
3 answers

Upgrade SQL server 2014 to 2019 after lift and shift to Azure

Hi, We are planning to do in-place upgrade SQL server from 2014 to 2019. The server is lift and shifted to Azure so is updating the server same as updating on premise server or is there anything different. please provide suggestions. Thank you

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.
12,607 questions
asked 2024-04-16T17:01:10.83+00:00
Newtojob 6 Reputation points
answered 2024-04-16T19:20:17.89+00:00
GeethaThatipatri-MSFT 27,007 Reputation points Microsoft Employee
5 answers

Debian 12 public key is not available

Trying to install mssql-tools, after registering the repository for Debian 12 (Docker image): RUN curl https://packages.microsoft.com/keys/microsoft.asc | tee /etc/apt/trusted.gpg.d/microsoft.asc && \ curl…

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,607 questions
asked 2023-07-12T09:52:33.2833333+00:00
Pablo Burgos 30 Reputation points
commented 2024-04-16T19:19:58.4966667+00:00
Jeff L 0 Reputation points
1 answer

Copy Email attachment to Azure File Share

Hello, I'd be grateful if someone can assist with the following: I'm trying to use a Standard Logic App to copy an email attachment to Azure Files Storage. I am using the "In App" Connector for Create File. Below is a picture of my flow. …

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,154 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,824 questions
asked 2024-04-05T20:42:30.27+00:00
CarmeloLoPresti-2973 41 Reputation points
answered 2024-04-16T19:19:00.1666667+00:00
CarmeloLoPresti-2973 41 Reputation points
1 answer

VB.NET SQL Connection and SQL Command Error BC3002

Hello, I'm in the process of converting VBA to VB.NET with SQL statements. One of the changes is utilizing the "ExecuteNonQuery". Since I'm still learning the syntax, I simply copied the VB.NET statements from a web-site. But I'm getting 2…

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,560 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.
38 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,546 questions
asked 2024-04-16T16:02:09.4533333+00:00
Giacomo Raucci 296 Reputation points
commented 2024-04-16T19:15:33.76+00:00
Giacomo Raucci 296 Reputation points
1 answer

User can view and edit calendar, but not create events

I am attempting to use the MS Graph API to create a calendar event on a calendar, using the following endpoint: https://graph.microsoft.com/v1.0/me/calendars/<calendar_id>/events I am passing a valid OAuth access token using the Authorization…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,485 questions
asked 2024-04-15T19:02:52.1866667+00:00
Matthew Wetmore 0 Reputation points
commented 2024-04-16T19:15:33.5433333+00:00
Matthew Wetmore 0 Reputation points
1 answer

Issues with using EventToCommandBehavior in .Net Maui

The issue that I am having is that the Name property length is always 0 no matter how many characters I type in the Entry Control. The TextChanged event is firing because when I type a character execution breaks at the NameChanged RelayCommand, but again…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,826 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,180 questions
asked 2024-04-16T19:06:12.9066667+00:00
Tom Meier 60 Reputation points
answered 2024-04-16T19:13:37.64+00:00
0 answers

is it possible to use sharepoint documents in azure openai studio for chat ?

Hello, I'm currently using the "bring your own data" service from azure openai studio. I'd like to know : if it's possible to connect a sharepoint to this service to search and discuss with sharepoint documents, Is it possible to set up…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
691 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,542 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,111 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,343 questions
asked 2024-04-16T19:04:20.1933333+00:00
AMROUN Lysa 181 Reputation points
edited the question 2024-04-16T19:11:52.72+00:00
AMROUN Lysa 181 Reputation points
0 answers

How to Mount Azure NetApp Volume on Azure Windows VM

How to Mount Azure NetApp Volume on Azure, Windows VM and What are the prerequisites.

Azure NetApp Files
Azure NetApp Files
An Azure service that provides enterprise-grade file shares powered by NetApp.
83 questions
asked 2024-04-16T19:10:35.34+00:00
Mahavir Saroj 201 Reputation points
1 answer

"The subscription {subscription-id} is not allowed to create or update the serverfarm.", forbidden error.

I'm getting the error in the title whenever I try to create a Web App through the Azure Portal. I have tried to stop the deployment of the web app and try again, but it happened once more. Searching around, I found some people having the same problem.…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,798 questions
asked 2024-04-15T02:51:04.92+00:00
Yuri Almir Pinto 5 Reputation points
edited a comment 2024-04-16T19:08:15.0266667+00:00
Yuri Almir Pinto 5 Reputation points
0 answers

how to make my outlook app signature on my iphone the same as my desktop signature

I need to make my Outlook signature in the app (on my iPhone) the same as my signature on my desktop, but the fonts don't match, nor the colours. Can you please assist?

Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,863 questions
asked 2024-04-16T19:07:44.02+00:00
Trisha Bjorklund 0 Reputation points
0 answers

Does teams app has introduced new feature to provide the application permission for bot app registration.

Hi Team, We are using chatbot for a live agent conversation. So we have teams group with multiple team members as agents. Currently we are using the Manifest version 1.11 and used the below permission to avoid @botname mention while sending the message…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,485 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,818 questions
asked 2024-04-16T11:48:36.9166667+00:00
lakshmi 551 Reputation points
edited the question 2024-04-16T19:07:33.52+00:00
YutongTie-MSFT 45,906 Reputation points
1 answer One of the answers was accepted by the question author.

How to split different rows into different columns

Hi, I am trying to query data from azure sql database by uing ADF lookup activity. The original table is below and I would like to get the output result below through one lookup activity How can I get the result? What kind of query can I use since I…

Azure SQL Database
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,463 questions
asked 2024-04-15T13:19:59.05+00:00
Zhu, Yueli YZ [NC] 235 Reputation points
accepted 2024-04-16T19:06:58.4166667+00:00
Zhu, Yueli YZ [NC] 235 Reputation points
1 answer

Scaling a reserved instance

How is pricing handled when a 1 or 3 year reservation is purchased, billed monthly and you increase or decrease the vCore count?

Azure SQL Database
asked 2024-04-15T21:32:46.2366667+00:00
John Allen 0 Reputation points
commented 2024-04-16T19:06:51.3333333+00:00
John Allen 0 Reputation points
2 answers

Microsoft teams crashes after 15 minute

Faulting application name: ms-teams.exe, version: 24060.2623.2790.8046, time stamp: 0x6609049f Faulting module name: BambuSource.dll_unloaded, version: 0.0.0.0, time stamp: 0x65c1c501 Exception code: 0xc0000005 Fault offset: 0x00000000000a6156 Faulting…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,014 questions
asked 2024-04-10T13:02:35.6333333+00:00
Shingne, Kailas 0 Reputation points
commented 2024-04-16T19:06:03.81+00:00
1 answer

virtual machine

Im unable to set upi a virtual machine. See link below. Why is that when I try to set up a virtual machine I get an error saying that I do not have…

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.
828 questions
asked 2024-04-16T18:50:30.4433333+00:00
Desmond Dallas 0 Reputation points
answered 2024-04-16T19:05:06.9533333+00:00
Marcin Policht 8,415 Reputation points MVP