335,099 questions

Sort by: Updated
2 answers

Enabling auto-shutdown of idle computes in Machine Learning causes shutdowns during active jobs

We have enabled the preview feature “Configure auto-shutdown for idle compute instances” in Azure Machine Learning.   I set this to, for example, 60 minutes for a given compute instance in the “Schedules” tab when navigating to the compute instance. …

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,507 questions
asked 2023-02-21T20:30:43.5333333+00:00
GregR04 5 Reputation points
commented 2024-03-28T10:33:00.5533333+00:00
Simon Duff 0 Reputation points
5 answers One of the answers was accepted by the question author.

Teams Webinar Registration template

I've been able to use the Teams webinar registration functionality successfully, however, I'm trying to figure out if there is a way to create a template for the registration form that I can use over and over. I need to have several custom demographics…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
8,904 questions
asked 2021-06-04T20:12:08.007+00:00
Kay Schroyer 31 Reputation points
commented 2024-03-28T10:32:53.0966667+00:00
Vicente Partida 0 Reputation points
1 answer

Getting Error AZCM0026 When Running Windows-OnboardingScript

Hi MS Community, I am faced with this error when running the script to onboard servers to Azure Arc. I am using Azure Arc private link scopes and I have added the entries in local host file as below: I have set HTTPS outbound in firewall any to any. I…

Azure Arc
Azure Arc
A Microsoft cloud service that enables deployment of Azure services across hybrid and multicloud environments.
302 questions
asked 2024-03-26T07:32:19.6166667+00:00
Andy Lau Pik Hui 20 Reputation points
answered 2024-03-28T10:32:48.68+00:00
AnuragSingh-MSFT 19,266 Reputation points
0 answers

How to version the dotnet core assemblies when creating image using a dockerfile

I have a dotnet core 6.0 api running which is building perfectly fine using a docker file and being deployed to aks. We are using Azure devops pipelines. Our team lead wants to version the assemblies now. Heres what I have tried so far but doesn't seem…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,076 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,820 questions
asked 2024-03-28T10:27:58.9633333+00:00
Danish Ahmed 0 Reputation points
edited the question 2024-03-28T10:32:35.27+00:00
Danish Ahmed 0 Reputation points
0 answers

Group BY gives Wrong result in Azure Synapse Dedicated SQL Pool

We have a Azure Synapse Dedicated SQL Pool, and we run the above query in the datawarehouse. But we get the result wrong and there is no reason for this simple aggregation goes wrong. Appreciate if we can find the reason and the root cause for…

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,249 questions
asked 2024-03-26T06:54:10.5+00:00
KDP-User 0 Reputation points
edited a comment 2024-03-28T10:32:33.3166667+00:00
phemanth 4,695 Reputation points Microsoft Vendor
1 answer

Is it possible to use both self-hosted and managed default gateways in one APIM instance?

Is there a way to have a self hosted gateway in APIM used by specific apis where as other apis can continue to use the default gateway?

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,695 questions
asked 2024-03-28T09:52:15.3+00:00
Smruti Ranjan Nayak 61 Reputation points Microsoft Employee
answered 2024-03-28T10:32:03.79+00:00
JananiRamesh-MSFT 20,256 Reputation points
3 answers

Website reported as unsafe on Microsoft Edge but no reason given for why

Hi guys, When viewing one of our company's sites on Microsoft Edge, a big red screen saying that "This site has been reported as unsafe" appears. Underneath it says: "Microsoft recommends you don't continue to this site. It has been…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,078 questions
Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,728 questions
asked 2024-03-27T04:18:50.4433333+00:00
Blake Smith 0 Reputation points
edited an answer 2024-03-28T10:30:07.9566667+00:00
trip malang batu 0 Reputation points
0 answers

Collation/encoding error when reading from a Dedicated SQL pool view to a dataframe in a Synapse (spark pool) notebook

Hi! I'm running a Synapse notebook connected to an Apache Spark pool and uses this code in order to read from a SQL view from a Dedicated SQL pool: # Read from existing internal table dfToReadFromTable2 = (spark.read # If…

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,249 questions
asked 2024-03-26T14:17:03.9733333+00:00
Aldrin Malin (YIASC) ext 0 Reputation points
commented 2024-03-28T10:30:02.0833333+00:00
Smaran Thoomu 8,025 Reputation points Microsoft Vendor
1 answer

BitBlt is too slow

Is there an analogue of copying a rectangle from the screen that works faster? Or how do I optimize it? _ = BitBlt( h_dc, 0, 0, config.rect.size.x, config.rect.size.y, h_src, config.rect.pos.x, …

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,386 questions
asked 2024-03-27T15:50:07.58+00:00
Артём Лосев 0 Reputation points
commented 2024-03-28T10:29:16.1766667+00:00
Артём Лосев 0 Reputation points
0 answers

How to make System.Timers.Timer call async function synchronously when elapsed?

Hello! I am developing a telegram bot using .NET and I am having an issue. I have two timers that execute functions when elapsed. First timer re-posts a message (deletes a message and then posts identical copy, this is a workaround for the fact that…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,262 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,095 questions
asked 2024-03-28T10:27:40.66+00:00
Roman Kovalov 0 Reputation points
2 answers

Automatically Load Server on Azure Data Studio on Start Up

I have database on a cloud server. I use Azure Data Studios to make queries. However, every time I open Azure Data Studios, my server is disconnected. I need to click on it to connect. And whenever I run a query, I apparently have to connect it again.…

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.
95 questions
asked 2023-03-30T12:49:55.5766667+00:00
ZAS 1 Reputation point
answered 2024-03-28T10:26:59.61+00:00
Ak4495 0 Reputation points
0 answers

This app requires your admin's approval to

Hello. I have a similar problem like many people have when using App Registrations and Enterprise Apps: The login fails with a message requiring admin, even though you have things configured that a user should be able to consent My settings all…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,284 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,089 questions
asked 2024-03-28T10:26:47.93+00:00
Daniel Kuschny 0 Reputation points
1 answer One of the answers was accepted by the question author.

Error: Could not retrieve Global Service Principal ID Error: Error: {}

When I want to approve the requests in the API Access I get following error: I followed this article…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,284 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,403 questions
asked 2023-05-12T07:14:34.2133333+00:00
Axelle Hillewaere - Savaco 25 Reputation points
commented 2024-03-28T10:26:10.53+00:00
Eliot Cole 16 Reputation points
2 answers

Azure.Security.KeyVaults.Secrets manifest mismatch, dll wont load

https://learn.microsoft.com/en-us/answers/questions/ask/ I am trying to execute the following lines of code in a codeactivity to be used in powerapps: // using Azure.Core; using Azure.Identity; using Azure.Security.KeyVault.Secrets; var client = new…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,089 questions
asked 2024-03-11T19:48:50.4366667+00:00
Bernard Alain 0 Reputation points
answered 2024-03-28T10:25:43.9033333+00:00
Akshay-MSFT 15,856 Reputation points Microsoft Employee
1 answer

SQL Express

I have a computer connected to internet to perform downloads. I have another computer on a lan that I can't connect to the internet. I want to upgrade my sql express from 2012 or 2022. Where can I get the complete file from and not an installer that goes…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,417 questions
Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
697 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,481 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
11,928 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
7,918 questions
asked 2024-03-28T10:14:21.2066667+00:00
Michael DragoneFire 0 Reputation points
answered 2024-03-28T10:25:28.6566667+00:00
Olaf Helper 40,156 Reputation points
0 answers

How to use UpdateAsset to submit a a User request with Purview workflow

Hi all. I'm trying to use purview API to submit an user request for UpdateAsset. Unfortunately I'm having error to submit a request with rest API. This is the json body that I'm using but I don't know how to proceed for the UpdateAsset body = { …

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.
896 questions
asked 2024-03-25T23:59:19.2433333+00:00
Alessandro Armillotta 0 Reputation points
commented 2024-03-28T10:25:02.7366667+00:00
Alessandro Armillotta 0 Reputation points
2 answers

private endpoint service endpoint private link and public endpoint

hi friends I am confused with private endpoint service endpoint private link and public endpoint why and when to use this what scenario.please give a practical example while explaining

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,335 questions
asked 2023-01-12T08:42:25.7666667+00:00
Anshal 1,626 Reputation points
commented 2024-03-28T10:24:58.0833333+00:00
Sun Chen 20 Reputation points
0 answers

Is there a way to ingest logs about custom data from APIM to log analytics workspace?

Hi team, I would like to know if there is a way to ingest custom logs from APIM to log analytics workspace other than what's already being ingested? Thanks:)

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,695 questions
asked 2024-03-28T09:58:58.9133333+00:00
Smruti Ranjan Nayak 61 Reputation points Microsoft Employee
commented 2024-03-28T10:23:28.72+00:00
Ben Gimblett 3,320 Reputation points Microsoft Employee
0 answers

One account is unable to generate a security key

We are having an issue generating a security key to change a local MARS backup job on one of our accounts. This particular account has the Backup Operator permission and when trying to generate the security key under Settings > Properties >…

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,102 questions
asked 2024-03-28T10:23:18.6+00:00
Joshua Cousins 0 Reputation points
0 answers

Search Message Extension Works in Teams but not in Outlook

I have a teams application which includes a bot, which works across Teams, Outlook and Microsoft 365. I am adding search messaging extensions to it. The search messaging extension works well within Teams, but in Outlook I receive an error message…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
737 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,777 questions
asked 2024-03-27T17:17:27.48+00:00
edited a comment 2024-03-28T10:21:39.68+00:00
Vikram Boorla (Tata Consultancy Services Limi) 240 Reputation points Microsoft Vendor