342,674 questions

Sort by: Updated
0 answers

Microsoft Learn Azuire Pipelines

I am following the exerices in the Deploy Azure resources by using Bicep and Azure Pipelines course. Due to the ongoing issue, I converted my subscription to pay-as-you-go. I'm trying to deploy a pipeline and still am encountering the…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
948 questions
asked 2024-04-30T15:47:37.5166667+00:00
John Capazo Training 0 Reputation points
0 answers

Why wont my Microsoft authenticator not set up?

I have been trying to sign up for different Microsoft applications (teams, outlook, etc...) on my phone and I need to set up Microsoft authenticator. I have been trying for a couple of days now, and the same error message keeps coming up. It's at the…

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,510 questions
asked 2024-04-30T15:47:00.24+00:00
ekps 0 Reputation points
1 answer

How to manage downstream devices when using an IoT Edge Gateway?

I have many downstream devices that don't have internet access and use an IoT Edge Gateway to connect to IoT Hub. I want them to have a Device Identity in IoT Hub and have the Edge device as their parent. But how can I create their device identity, since…

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
540 questions
asked 2024-04-29T20:04:05.6366667+00:00
Andreas F 0 Reputation points
commented 2024-04-30T15:45:29.94+00:00
Sander van de Velde 28,546 Reputation points MVP
1 answer

Azure VMSS Creation

We presently have  a classic Azure service CMG set up for our SCCM infrastructure. We are looking to migrate to a VM scale set as the classic service will no longer be supported by Microsoft .  The inbuilt CMG creation wizard within SCCM does not allow…

Azure Virtual Machine Scale Sets
Azure Virtual Machine Scale Sets
Azure compute resources that are used to create and manage groups of heterogeneous load-balanced virtual machines.
347 questions
Microsoft Configuration Manager
asked 2024-04-23T17:28:58.29+00:00
R Peaks 20 Reputation points
commented 2024-04-30T15:45:27.4166667+00:00
Sina Salam 3,721 Reputation points
0 answers

How do I create a dynamic SQL query for Cosmos DB using Azure Data Factory?

I am doing a simple data flow where I have a source from a cosmos db container, I want to get the latest data that is greater than a _ts value that I store in a variable (SELECT * FROM c WHERE c_ts > @variables('LastRunDateTS')). How can I pass this…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,445 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,567 questions
asked 2024-04-30T13:18:23.7733333+00:00
Andrew Hopkinson 6 Reputation points
commented 2024-04-30T15:43:47.02+00:00
Andrew Hopkinson 6 Reputation points
1 answer

Backup/Restore and collation update in Azure Synapse

We have one requirement that to change the collation of Azure SQL serverless database in Azure Synapse Analytics to default collation. So I have 2 questions, 1. How to take backup and restore Azure SQL serverless database in synapse. 2. How to update…

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,381 questions
asked 2024-04-30T14:04:23.77+00:00
Shailesh Ganesh Shripati 70 Reputation points
answered 2024-04-30T15:42:54.38+00:00
Smaran Thoomu 9,685 Reputation points Microsoft Vendor
0 answers

Asp.net MVC renders 2 "form action" statements for the same form when in responsive mode

ASP.Net MVC VS 2022 Windows 11 App runs fine in desktop mode. This line: <@using (@Html.BeginForm("SubmitForm", "Home", FormMethod.Post, new { id = "subform", verify = "Y" }))> is generated correctly…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,262 questions
asked 2024-04-29T18:06:54.7466667+00:00
Jean Vallee 21 Reputation points
commented 2024-04-30T15:42:24.75+00:00
Bruce (SqlWork.com) 56,286 Reputation points
0 answers

Ununable to install sql server (setup.exe) Exit code (Decimal): -2147467259 Error description: The service did not respond to the start or control request in a timely fashion.

I'm trying to download SQL express through the installation process it gives me an error Oops... Unable to install sql server (setup.exe) Exit code (Decimal) -2147467259E Error description: The service did not respond to the start or control request in…

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,736 questions
asked 2024-04-30T15:39:20.9433333+00:00
moris shehady 0 Reputation points
edited the question 2024-04-30T15:40:18.6766667+00:00
moris shehady 0 Reputation points
1 answer

What Role Assignments Are Required For Bicep that assigns roles inside of Devops Pipeline?

I have a bicep file (https://github.com/siegfried01/SimplerServiceBusSendReceiveDemo/blob/master/infrastructure/deploy-ServiceBusSimpleSendReceive.bicep#L365 ) that calls a bicep module…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
547 questions
asked 2024-04-27T23:44:56.82+00:00
Siegfried Heintze 1,861 Reputation points
commented 2024-04-30T15:40:15.5833333+00:00
Deepanshu katara 4,900 Reputation points
1 answer

Get-EXOMailbox -> How to obtain all mailboxes with pagination

Hi, I am using cmdlet Get-EXOMailbox -resultSize unlimited. But this return a lot of data and it take a lot of time. I would like to use some skip or nextLink but it is not working. I tried this: Get-EXOMailbox | select-object -Skip 10 -First 10…

PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,066 questions
asked 2024-04-30T09:33:18.1533333+00:00
Trubianska, Juliana 26 Reputation points
answered 2024-04-30T15:37:46.2533333+00:00
Rich Matheisen 44,856 Reputation points
0 answers

Failed SQL logins to MI coming from same subnet as SQLManagedInstance

We have started monitoring failed login attempts to our managed instance and see some failed connections that we can't seem to figure out what the attempt may be. Error message: A disconnect event was raised when server is waiting for Federated…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
948 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,736 questions
asked 2024-04-30T15:36:48.85+00:00
Ryan Pighin 61 Reputation points
0 answers

As a student how can I access azure AI services.

Hello Everyone, I'm new to the Azure AI service and learning the AI service from microsoft learn portal. But I face issue when I asked for complete the Lab assignment. It required my subscription should be approved to user Azure AI service. I tried to…

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,381 questions
asked 2024-04-29T06:46:04.23+00:00
SuryaKanta Nayak 116 Reputation points
edited a comment 2024-04-30T15:34:46.4133333+00:00
navba-MSFT 17,120 Reputation points Microsoft Employee
0 answers

How to visit the views of carouselview different item ?

webview will display embed youtube video I need user webview.EvaluateJavaScriptAsync to control the video. Then, how can i visit the webview of different items ? <CarouselView Grid.Row="2" x:Name="cView"…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,883 questions
asked 2024-04-29T07:10:20.56+00:00
Fei Xu 490 Reputation points
commented 2024-04-30T15:33:51.7133333+00:00
Fei Xu 490 Reputation points
1 answer

Contact Microsoft support

How can i contact Microsoft for direct support for my issue?

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,245 questions
asked 2024-04-30T15:09:09.4633333+00:00
Jefferson 426 Reputation points
answered 2024-04-30T15:33:14.66+00:00
Bruce (SqlWork.com) 56,286 Reputation points
1 answer

Winget "No package found matching input criteria."

This is on a clean install of Windows 11 (the Win10 to Win11 just kept failing) with all updates. This is typical of my winget issues (all run as Administrator) In Powershell5 trying to get 7: PS C:\Windows\system32> winget --version v1.2.10691 PS…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,185 questions
asked 2024-04-17T15:16:57.9266667+00:00
Paul 0 Reputation points
commented 2024-04-30T15:33:12.4633333+00:00
Paul 0 Reputation points
0 answers

ADF pipeline with upsert throwing error "The data type text cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable"

ADF pipeline writing data from AZURE sql to on prem SQL Server with upsert operation. TEXT fields are part of target system, Even though TEXT fields are not selected in select query and are not mandatory fields still throwing error. I cannot change…

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,736 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,567 questions
asked 2024-04-27T01:42:51.18+00:00
Shantanu Dekapurwar 0 Reputation points
commented 2024-04-30T15:32:43.4433333+00:00
Smaran Thoomu 9,685 Reputation points Microsoft Vendor
1 answer

Is there any API to get Microsoft compliance reports?

I wish to retrieve the Microsoft Message encryption report and Alerts from the Microsoft Compliance program via API automation. The manual procedure I currently follow is as follows. 1.Message Encryption Report: Link:…

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,811 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,612 questions
Microsoft Intune Reporting
Microsoft Intune Reporting
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Reporting: The process of giving an account of something that has been observed, heard, done, or investigated.
55 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,348 questions
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.
573 questions
asked 2024-04-30T10:24:18.7466667+00:00
Akash Tripathy 0 Reputation points
answered 2024-04-30T15:32:14.91+00:00
Vasil Michev 95,581 Reputation points MVP
6 answers

How do i replace and update the company logo on the search, taskbar

Hi Guys I'm trying my best to google this but can't find anything on it. On our Company Win10 laptops, there is a company logo at the right of the search bar (also on top left). How can i replace this logo with our new logo? And can i…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,631 questions
asked 2022-10-31T18:59:20.807+00:00
Romano, Vito 1 Reputation point
commented 2024-04-30T15:32:12.2766667+00:00
Dave Adams 0 Reputation points
0 answers

Discussion around different ways to implement PIM for Azure resources

I've found there are two ways to use PIM to grant access to Azure resources and I'd like to understand the differences, if any, between the two. The outcome is the same however the process/workflow to achieve it is different. Method 1 Create an Entra ID…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
948 questions
Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
668 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,511 questions
asked 2024-01-30T07:07:38.8133333+00:00
KFM 86 Reputation points
commented 2024-04-30T15:31:51.71+00:00
AH 0 Reputation points
0 answers

Microsoft office 365 applications cannot connect to the server

I have a problem where two users couldn't connect to any office 365 apps. it just says "trying to connect" or "sorry, we couldn't connect/contact the server" but just from specifics users, if you change the windows user and try again…

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,811 questions
asked 2024-04-30T15:30:59.9366667+00:00
Elias Sosa 0 Reputation points