352,088 questions

Sort by: Updated
1 answer

How to access swagger.json page?

was anybody able to access swagger.json endpoint? I was able to get my primaryKey and secondaryKey from the azure console, but i'm unable to access the swagger json - nor the deployed endpoint. Also, unlike the UI showed in those videos, i don't have…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,642 questions
asked 2024-06-07T02:36:48.5366667+00:00
Yeg Sul 0 Reputation points
commented 2024-06-10T02:31:57.6033333+00:00
YutongTie-MSFT 47,416 Reputation points
2 answers One of the answers was accepted by the question author.

Microsoft 365

Est ce que je peux installer les outils de Microsoft 365 ( Word Excel copilot ...) sur 4 appareils différents This question is related to the following Learning Module

Microsoft 365 Training
Microsoft 365 Training
Microsoft 365: Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.Training: Instruction to develop new skills.
35 questions
asked 2024-05-31T08:41:24.0433333+00:00
ASMAE.KAJJOUT 41 Reputation points
commented 2024-06-10T02:31:50.47+00:00
kguntaka 1,250 Reputation points Microsoft Vendor
0 answers

Databricks Dev/Prod setup

We are a data team of 4 people. To make the process easy and more productive. Can we separate dev/prod environments at Databricks catalogue level rather than the workspace level? Can anyone share any thoughts on this? Thanks

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,006 questions
asked 2024-06-07T06:26:24.16+00:00
vicman 0 Reputation points
edited a comment 2024-06-10T02:30:43.95+00:00
vicman 0 Reputation points
0 answers

Controls projecting shadow out of form bounds

Problem2.pngProblem.pngHello, I woriking in windows 8.1 os for alot of years with visual studio. I have the latest version of visual studio 2019. Im working with c# winforms.The problem that i found is that whenever i drag and drop a control onto form…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,862 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,742 questions
asked 2024-06-06T20:16:22.01+00:00
Vasilis Katsikis 0 Reputation points
commented 2024-06-10T02:30:29.89+00:00
Tianyu Sun-MSFT 28,421 Reputation points Microsoft Vendor
1 answer

Extremely Slow NTFS Permission Change - Azure File Share

Recently migrated file server data to Azure File Share. No issues with mapping or opening files. The problem is when NTFS permission is updated or changed, that it takes a LOT of time (hours). Any advise or workaround is greatly appreaciated. Thanks.

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,197 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,805 questions
asked 2024-05-22T03:27:11.1333333+00:00
Eric Fuentes 0 Reputation points
commented 2024-06-10T02:30:07.5133333+00:00
Eric Fuentes 0 Reputation points
1 answer

Show form from thread

Hello, How can I call / invoke this code from inside thread? Using F As New blahForm F.Text = "xyz" F.Tag = "abc" F.ShowDialog(Me) End Using I think Invoke(Sub() ...) is single line command? If InvokeRequired then... Thanks :)

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,619 questions
asked 2024-06-09T15:10:06.14+00:00
StewartBW 565 Reputation points
answered 2024-06-10T02:29:52.4933333+00:00
Jack J Jun 24,316 Reputation points Microsoft Vendor
0 answers

Windows reinstall suddenly stops and changes being reverted, error 0xc0000140 while trying to lunch some games

While attempting to restore my computer to its original state using the path: "Settings -> Windows Update -> Advanced Startup -> Recovery -> Reset this PC," the computer encounters a problem. I choose the option to reset all files…

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.
617 questions
asked 2024-06-10T02:27:15.3033333+00:00
Miłosz Hehe 0 Reputation points
edited the question 2024-06-10T02:28:37.81+00:00
Miłosz Hehe 0 Reputation points
2 answers

How do I turn off my Focus time / do not disturb from my team chat status ?

Hi, I went into my setting last week and automatically set Focus time from 8am - 11am, every time I log on to teams its shows up red DND, how do i go back into the setting and remove this feature? I have searched everywhere and can't find where I remove…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,331 questions
asked 2024-06-07T09:33:57.08+00:00
Richard Owen 0 Reputation points
edited an answer 2024-06-10T02:27:35.9133333+00:00
SokiGuo-MSFT 24,451 Reputation points Microsoft Vendor
2 answers

Excel connect to SQL Server using a different windows user name

hello, I am trying to connect to SQL Server in MS Excel using a different windows user credential other than current logged on windows user ID. using SQL Server database user name is not an option for me. Is there any function that can impersonate in…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,905 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,575 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.
13,017 questions
asked 2024-06-08T16:55:06.82+00:00
love to learn anything 0 Reputation points
answered 2024-06-10T02:27:33.9866667+00:00
love to learn anything 0 Reputation points
0 answers

Can I use Msfs on my xbox if I bought it on pc?

My graphic card on my laptop isn't good enough to run Microsoft Flight Sim, and my only option is to buy an xbox. I know that the game is saved in my profile. Does this mean that I can Install the game that was on my pc on my new xbox?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,850 questions
asked 2024-06-10T01:58:42.93+00:00
Daniel Sostarecz 0 Reputation points
edited the question 2024-06-10T02:24:40.31+00:00
AmaranS 2,945 Reputation points Microsoft Vendor
1 answer

Paging Issue in asp.net MVC

I am trying to add paging but get the error: CS1061: 'IEnumerable<Subject>' does not contain a definition for 'PageCount' and no accessible extension method 'PageCount' accepting a first argument of type 'IEnumerable<Subject>' could be…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,274 questions
asked 2024-06-09T04:35:25.08+00:00
Malam Malam 161 Reputation points
edited the question 2024-06-10T02:24:20.25+00:00
Ping Ni-MSFT 2,640 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Unsuscribe

Hello, I need to cancel my subscription to Azure products. I am being billed for a service that I am not using. Thanks for your help¡ Leyla

Azure Lab Services
Azure Lab Services
An Azure service that is used to set up labs for classrooms, trials, development and testing, and other scenarios.
284 questions
asked 2022-06-10T06:57:13.687+00:00
leyla yolima ordoñez mera 26 Reputation points
commented 2024-06-10T02:23:58.7233333+00:00
calvin law 0 Reputation points
0 answers

user unable to perform the search on sharepoint

Hi Team, when affected user perform the search from SharePoint on-premise site getting error "We did not find any result" Please note: user can browse the site and access the file by navigating to folder structure and applying filter.

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,267 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,967 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,748 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,858 questions
asked 2024-06-07T10:02:05.3133333+00:00
TA.Saurabh.Singh 41 Reputation points
commented 2024-06-10T02:21:18.2+00:00
Yanli Jiang - MSFT 22,341 Reputation points Microsoft Vendor
0 answers

Please check typo and grammar errors in Learning Path for Az 400

https://learn.microsoft.com/en-us/training/modules/implement-pipeline-strategy/4-integrate-github-repos-azure-pipelines This page has a few grammar errors. Examples: "To implement and managing that integration, you should consider several…

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.
1,117 questions
asked 2024-06-09T12:28:35.05+00:00
Yohannes Kifle 0 Reputation points
commented 2024-06-10T02:21:10.0833333+00:00
AmaranS 2,945 Reputation points Microsoft Vendor
1 answer

I need to create a real-time 2D conversational avatar using custom portrait image

I want to create a webpage with a conversational 2D AI avatar using cognitive services with custom portrait image. Is it possible with Azure ?

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
762 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,044 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,492 questions
asked 2024-06-07T09:35:14.63+00:00
SpandanB 0 Reputation points
answered 2024-06-10T02:19:46.8+00:00
YutongTie-MSFT 47,416 Reputation points
1 answer

Bounded to old M365 account tenant

Hi, Just migrated M365 tenant (From Old-A to New-B). Once I reconfigure Outlook, I found tenant bounded to Old-A, even I used New-B ID to logon. May I know how to clear the Old-A tenant ? Thanks

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.
4,045 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
3,185 questions
asked 2024-06-09T05:00:15.5633333+00:00
William L 0 Reputation points
answered 2024-06-10T02:18:55.42+00:00
ChristyZhang-MSFT 21,356 Reputation points Microsoft Vendor
3 answers

How to add an application to Microsoft Intune

Is it possible for me to add apps from the Microsoft Store to Intune? How should I operate it?

Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,546 questions
asked 2024-06-07T08:42:48.6+00:00
julia-6588 40 Reputation points
answered 2024-06-10T02:16:32.6066667+00:00
Xenia-MSFT 395 Reputation points Microsoft Vendor
2 answers

Enable WSL/Hyper-V for docker installation

Hello- How can we enable WLS/Hyper-V for setting up docker in windows 10 on ? Azure Virtual Desktop - Is it possible or not ? If not is it possible if we create a new Azure VM or any other option ? Thanks,

Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,406 questions
asked 2024-05-27T12:31:29.4066667+00:00
Sourav 80 Reputation points
commented 2024-06-10T02:14:02.5+00:00
Anveshreddy Nimmala 3,115 Reputation points Microsoft Vendor
0 answers

Container <app_service> didn't respond to HTTP pings on port: 8181, failing site start. See container logs for debugging.

Hi, I was deploying a web service to Azure Portal and encountered such error: Container <app_service>_0_e2fcbb1c didn't respond to HTTP pings on port: 8181, failing site start. See container logs for debugging. I have exposed the port and changed…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
304 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
801 questions
asked 2024-06-07T09:17:41.0566667+00:00
Syafie Asyraf Sarifudin 0 Reputation points
edited the question 2024-06-10T02:12:18.9366667+00:00
navba-MSFT 18,335 Reputation points Microsoft Employee
1 answer

How to add microsoft intune to my program

Hi there can you tell me if I can build my own program and add miceosoft end point manager into it. Thank you mathew

Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,546 questions
asked 2024-06-07T07:09:57.56+00:00
mathew butterfield 41 Reputation points
answered 2024-06-10T02:08:34.61+00:00
Xenia-MSFT 395 Reputation points Microsoft Vendor