97,553 questions

Sort by: Created
3 answers One of the answers was accepted by the question author.

PAID subscrip

I have payment of almost 80$ on my Azure account. I learn programming and I haven't notice that it is paid. On my Microsoft there is no information on this payments whatsoever. I am surprised, as I don't have much knowledge, and I have been using my web…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
982 questions
asked 2024-05-11T16:48:32.34+00:00
Julia Głocka 0 Reputation points
answered 2024-05-11T17:29:36.2766667+00:00
Julia Głocka 0 Reputation points
1 answer One of the answers was accepted by the question author.

Internal error while using Excel add-in copyFrom

The following error occurred while copying a short row of coloured empty cells from Q31:AB31 to Y1:AJ1 on a different worksheet. The cells did not contain any data and appear to have been copied successfully before the error…

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,877 questions
asked 2024-05-11T16:20:11.58+00:00
David Sutherland 0 Reputation points
commented 2024-05-11T18:16:02.4833333+00:00
David Sutherland 0 Reputation points
1 answer One of the answers was accepted by the question author.

I didn't recieve teh badges for AZ104 and AZ400

Hello team, I have cleared both exams but still, I didn't receive the badge.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,257 questions
asked 2024-05-11T12:37:47.7066667+00:00
Darshan G 0 Reputation points
accepted 2024-05-11T13:06:07.02+00:00
Darshan G 0 Reputation points
1 answer One of the answers was accepted by the question author.

I deleted my Microsoft learn resource group, how can I get a new one?

Hi, I am using Microsoft Learn Sandbox, I have deleted the resource group and I do not have permission to create it again, so I am not able to follow the tasks. can someone please help me to solve this issue?

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.
976 questions
asked 2024-05-11T11:50:36.6133333+00:00
Vadym Skliarov 20 Reputation points
edited a comment 2024-05-11T13:57:39.0766667+00:00
Rakesh Gurram 3,085 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Not getting DP 600 Free Coupon mail

Hello, I have not been assigned free coupon for DP 600 though I cleared challenge.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,257 questions
asked 2024-05-11T06:10:42.9+00:00
Harsh Joshi | MAQ Software 20 Reputation points
accepted 2024-05-11T06:30:09.41+00:00
Harsh Joshi | MAQ Software 20 Reputation points
1 answer One of the answers was accepted by the question author.

How to request access to Azure OpenAI Service as a student

Hi, I am a year-1 computer science student from National University of Singapore and have registered for Microsoft Developers AI Learning Hackathon. However, I am unable to complete Phase 1: Request access to Azure OpenAI Service, as the application…

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.
976 questions
asked 2024-05-11T02:01:34.14+00:00
Chen Le 0 Reputation points
commented 2024-05-11T06:12:41.9066667+00:00
Rakesh Gurram 3,085 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

SQL Server restrictions for support system centre

I am trying to confirm if I can run a SQL Server cluster (AG) to support System Centre. I understand the database must be Standard Edition and dedicated to System Centre. That's clear. What's not clear is can I run a cluster or must it be s single…

Microsoft System Center
Microsoft System Center
A suite of Microsoft systems management products that offer solutions for managing datacenter resources, private clouds, and client devices.
841 questions
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,814 questions
asked 2024-05-10T20:15:25.35+00:00
G, Chris 20 Reputation points
commented 2024-05-11T12:41:07.6966667+00:00
G, Chris 20 Reputation points
1 answer One of the answers was accepted by the question author.

"App settings" for Azure App service moved from configuration to environment variable under settings

My question is until last week, for Azure App service , I saw "App settings" under the configuration blade. This morning , I am seeing the app settings under the environment variables blade. When did this move happen ? Will it affect the…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,958 questions
asked 2024-05-10T17:36:59.9733333+00:00
Saloni Gupta 20 Reputation points
accepted 2024-05-10T19:46:35.3566667+00:00
Saloni Gupta 20 Reputation points
1 answer One of the answers was accepted by the question author.

Logic app error when trying to execute it or creating a new one.

I request your assistance in validating why the following error is occurring when executing a logic app or attempting to create a new one: "The access token is from the wrong issuer 'https://sts.windows.net/2710168c-9995-438a-8b90-96cf7a8c56d2/'. It…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,873 questions
asked 2024-05-10T16:22:19.2066667+00:00
Schifter, Gabriela 120 Reputation points
commented 2024-05-10T17:01:41.85+00:00
Schifter, Gabriela 120 Reputation points
3 answers One of the answers was accepted by the question author.

Define Thread

Hello, In this code: Dim ThreadBlah As New Thread(AddressOf BlahThread) vs Dim ThreadBlah As New Thread(New ParameterizedThreadStart(AddressOf BlahThread)) ThreadBlah.Start Private Sub BlahThread(ByVal InParam As Object) ... End Sub I can define…

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,309 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,581 questions
asked 2024-05-10T15:08:53.2166667+00:00
StewartBW 325 Reputation points
commented 2024-05-10T21:29:00.1533333+00:00
StewartBW 325 Reputation points
1 answer One of the answers was accepted by the question author.

VS unable to debug unhandled exception

I have configured VS to debug all types: However, I still get this prompt when an app crashes: I just want to get a clue about where this crash comes from. All the code of the app is in try-catch blocks. Could anyone offer a tip?

Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
947 questions
asked 2024-05-10T13:52:03.9+00:00
Hong 1,051 Reputation points
accepted 2024-05-10T22:13:37.9666667+00:00
Hong 1,051 Reputation points
1 answer One of the answers was accepted by the question author.

extract centre Point from polygon

Hello I am trying to extract the x,y coordinates in british national grid (27700) for the centre of each polygon from the OS_NGD_LUS_FTS_SITE.SHAPE and export them as the fields x_coord and y_coord. My code is below, but not sure where to start so any…

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,814 questions
asked 2024-05-10T12:09:45.3233333+00:00
Andrew Ingall 80 Reputation points
commented 2024-05-10T12:31:07.46+00:00
Andrew Ingall 80 Reputation points
1 answer One of the answers was accepted by the question author.

Question on Parallelism in Azure Synapse Analytics

Hello experts, I'm seeking clarification on the concept of parallelism in Azure Synapse Analytics. Specifically, I'd like to understand how parallel processing is utilized within Synapse Analytics to optimize query performance and data processing. Can…

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,422 questions
asked 2024-05-10T10:47:58.25+00:00
Mulluri Nivas 20 Reputation points
accepted 2024-05-11T07:23:36.1266667+00:00
Mulluri Nivas 20 Reputation points
1 answer One of the answers was accepted by the question author.

Azure DNS Name Servers, are they shared with the public?

I'm studying for the AZ-104, and got wondering about Azure DNS Zones and who can access the name servers. I created a DNS Zone (not a private DNS Zone) called testzonesg.com, and created one A record called "host". The assigned name servers for…

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
600 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.
982 questions
asked 2024-05-10T10:36:56.26+00:00
Shamik Ghosh 1 Reputation point
accepted 2024-05-10T23:18:18.9066667+00:00
Shamik Ghosh 1 Reputation point
1 answer One of the answers was accepted by the question author.

Import Teams Call Records into Power BI via anonymous access

Hi I have been asked to create a dashboard for a business unit which uses Microsoft Teams for inbound calls, through a queue system, and outbound calls direct from the client. An app has been registered for Power BI in our Azure tenant and the following…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,716 questions
asked 2024-05-10T08:17:37.7733333+00:00
Michael Kane 20 Reputation points
accepted 2024-05-10T09:48:16.1+00:00
Michael Kane 20 Reputation points
1 answer One of the answers was accepted by the question author.

Cloud code editor won't start in sandbox cloud shell

https://learn.microsoft.com/en-us/training/modules/powershell-write-first/2-exercise-hello-world Training module successfully activated a Sandbox Cloud Shell but won't open integrated code editor: I confirmed the prompt because it seems like code…

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.
976 questions
asked 2024-05-10T07:39:10.4233333+00:00
Utu Hopiavuori 20 Reputation points
commented 2024-05-10T12:36:43.8433333+00:00
pnaroju 1,400 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Open AI creation

Hi guys, i got this error while creating OpenAI service. I still got 200 free credits in the account and has already applied for the Azure…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,218 questions
asked 2024-05-10T07:31:01.24+00:00
Hung Nguyen 20 Reputation points
edited a comment 2024-05-11T17:59:03.2833333+00:00
Hung Nguyen 20 Reputation points
1 answer One of the answers was accepted by the question author.

My account has been suspended from Microsoft Q&A

I learned from here I've been suspended from Microsoft Q&A - Microsoft Q&A that my account may have violated the Artificial Intelligence (AI) usage policy for Microsoft Q&A. I just want to write more polite English content when asking…

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.
586 questions
asked 2024-05-10T06:01:42.66+00:00
Lucas 80 Reputation points
commented 2024-05-10T06:18:21.7066667+00:00
Lucas 80 Reputation points
1 answer One of the answers was accepted by the question author.

Setup ADF authen with personal github

I have error when I try setup repo git integration with new credential it's not working. check in tab network it return 401 but I don't see any step input credential or token???? why it have token in here?? where it come from??

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,647 questions
asked 2024-05-10T05:21:26.4366667+00:00
Duy Nguyen 20 Reputation points
commented 2024-05-10T09:34:13.7066667+00:00
PRADEEPCHEEKATLA-MSFT 78,576 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Unable to print page range?!!!

I have a document that is 74 pages long. I could print it to my Brother black and white laser printer as a full document but when I tried to print it on my Brother color laser, it would only print up to 48 pages. I then tried to print page 49 to 74 and…

Office Mac
Office Mac
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Mac: A family of Apple personal computers that run the macOS operating system.
465 questions
Windows Server Printing
Windows Server Printing
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Printing: Printer centralized deployment and management, scan and fax resources management, and document services
643 questions
asked 2024-05-10T04:51:14.1266667+00:00
N A Lemons 0 Reputation points
accepted 2024-05-11T02:20:10.4933333+00:00
N A Lemons 0 Reputation points