17,889 questions

Sort by: Updated
0 answers

WebView2 fit to page

I am using a WebView2 control in a WinForms app. It is working fine. However, I'd like the "Fit to Page" button sizing to be the default when a PDF file is displayed in the WebView2 control. How do I make this the default setting in my VB.net…

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,572 questions
asked 2024-04-27T14:35:38.2366667+00:00
DanM55 0 Reputation points
0 answers

How to programmatically rename a virtual desktop?

I have been able to create desktops, get its name, switch, etc, but when i try to set a name to it i get an exception, compilable example code: // desktop.h #pragma once #include <Windows.h> #include <iostream> #include…

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,528 questions
asked 2024-04-27T14:32:18.55+00:00
Cesar 0 Reputation points
0 answers

sqlcmd fails to connect to azure sql server because of mfa, but active directory says mfa is disabled

I have been following this guide: https://learn.microsoft.com/en-us/azure/azure-functions/functions-identity-access-azure-sql-with-managed-identity and have reached the step "Grant SQL database access to the managed identity". I have…

Azure SQL Database
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,860 questions
asked 2024-04-27T14:28:52.5466667+00:00
Sondre Dahl 0 Reputation points
0 answers

what are the threat vector and success criteria in windoes365 enterprise cloud pc?

Hi, I am looking for the threat vector and success criteria in windows 365 enterprise cloud pc in terms of security? can you please me on this? Thanks!

Windows 365 Enterprise
asked 2024-04-27T14:08:35.4066667+00:00
Khushboo Kumari 0 Reputation points
0 answers

Unable to connect Azure file share from powershell

Hi Team, I have created a file share named as share inside a storage account and uploaded a file . When i am trying to connect from windows using windows connect script in powershell its giving below error PS C:\WINDOWS\system32> $connectTestResult =…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,164 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,689 questions
asked 2024-04-27T14:05:06.7933333+00:00
Amit Mohanty 60 Reputation points
0 answers

Unable to Launch 'Navigate the Finance and Operations Apps' Lab for the Exercise. How Can I Access the Lab Now?

I am having trouble launching the 'Navigate the Finance and Operations Apps' lab for the exercise. The provided instructions do not match the actual lab launch and start. Instead of an administrator login, I am getting a local admin login, and I cannot…

Dynamics 365 Training
Dynamics 365 Training
Dynamics 365: A Microsoft cloud-based business platform that provides customer relationship management and enterprise resource planning solutions.Training: Instruction to develop new skills.
20 questions
asked 2024-04-27T14:02:26.0066667+00:00
Milind Joshi 0 Reputation points
0 answers

Site-to-Site connection with Single IP for ingress and egress traffic

Hi. I have a requirement to connect to a SAAS API via Site-to-Site VPN but they only allow one private IP to send and receive the traffic. I have a K8s cluster in AKS and my system has 2 deployments that will be hitting their API, a HTTPS web service and…

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,381 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,856 questions
asked 2024-04-27T13:50:32.75+00:00
Enrique Gutierrez 0 Reputation points
0 answers

VS 2022 - Copy Paste Bug

Visual Studio Designer Copy With Name I created a new label. It came with "label1" name. I changed the name "label1" to "myLabel1". I'm copying this: "myLabel1" When I paste it comes as: "label1" It…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,608 questions
asked 2024-04-27T13:29:26.2933333+00:00
Doğukan Topaloğlu 0 Reputation points
0 answers

Visual Studio Designer Copy With Name

I created a new label. It came with "label1" name. I changed the name "label1" to "myLabel1". I'm copying this: "myLabel1" When I paste it comes as: "label1" It wasn't like this before. When I paste must…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,829 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,608 questions
asked 2024-04-27T05:37:43.91+00:00
Doğukan Topaloğlu 0 Reputation points
edited the question 2024-04-27T13:27:28.2033333+00:00
Doğukan Topaloğlu 0 Reputation points
0 answers

Direct API POST method to another URL

Good morning, afternoon or night!! Dear all, I will need to be "listening" to an Access device that will be sending a Json in the POST Method. To do this, I created a (simple) API to do this monitoring and respond with a True or False. Problem:…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,377 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,250 questions
asked 2024-04-27T13:11:19.82+00:00
Marcelo Nogueira 20 Reputation points
0 answers

Azure Custom Vision API PermissionDenied Error when Using detect_image in Python

I am encountering a PermissionDenied error when trying to use the detect_image function of the Azure Custom Vision API in Python, following the documentation:…

Azure AI Custom Vision
Azure AI Custom Vision
An Azure artificial intelligence service and end-to-end platform for applying computer vision to specific domains.
216 questions
asked 2024-04-27T11:49:35.95+00:00
manzanilla1234 0 Reputation points
edited the question 2024-04-27T12:58:34.2866667+00:00
manzanilla1234 0 Reputation points
0 answers

Have issue in acces azure free account

Can any one give me answer of my question that i am accessing the azure free account on creadit card. i am attached my credit ....but stills 48 hours i do not show any change on my azure protal releted to any subscription........can you explian what i…

SQL Server on Azure Virtual Machines
asked 2024-04-27T12:25:08.75+00:00
lekhraj jadon 0 Reputation points
0 answers

How to deploy a web app with multiple docker images and no sidecar container

What is the best tool in Azure to host a web application that consists of four separate Docker images that have to communicate between each other? I've already tried container instances but learned that it's not possible to host multiple containers with…

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-27T11:39:45.0933333+00:00
Kirsten Rode 20 Reputation points
0 answers

Recently I have successfully renewed the Azure Cloud Admin Certificate (AZ-104) but can't see the updated certificates to download.

Recently I have successfully renewed the Azure Cloud Admin Certificate (AZ-104) but can't see the updated certificates to download. My MCID:993197717 and Email Address / Login id is surapkp@gmail.com Please support here and send me link to download my…

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-27T11:27:09.5266667+00:00
Surajit Banerjee 0 Reputation points
0 answers

yanlışlıkla etkin cihazı kaldırdım, geri eklemede sorun yaşamaktayım

parolamı değiştirdim ancak outlook hesabıma giriş yapamadığım için cihazımı devre dışı bıraktım nasıl çözebiliriz Hata kodlarım bu şekilde UTC Date: 2024-04-27T09:36:04.682Z Client Id: D4890A1DD07C4366B4ADEB83FEF060CE Session Id:…

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,789 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,075 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
2,960 questions
asked 2024-04-27T10:22:27.62+00:00
Ceyda KOÇ 0 Reputation points
0 answers

I've made an app I need a list of email addresses for internal and closed app testers to help me test my app for publishing from my google play console?

I've made an app I need a list of email addresses for internal and closed app testers to help me test my app for publishing from my google play console?

Universal Windows Platform (UWP)
Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,672 questions
asked 2024-04-27T10:20:24.1833333+00:00
Luke Ferguson 46 Reputation points
0 answers

Can I create a playbook in Microsoft Sentinel that is able to disable a compromised hybrid user account whose authentication authority is an on-premises Active Directory Domain controller?

I would like to create a playbook that disables a compromised account. The account is synchronised from an on-premises Active Directory Domain Controller. Synchronisation to Microsoft Entra ID is through Microsoft Entra Connect Sync. Password hash…

Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
977 questions
asked 2024-04-27T10:12:42.72+00:00
Anthony K. Simukonda 0 Reputation points
0 answers

How to fix Bluethooth is not working on my windows 11

I'm having trouble with Bluetooth on my Windows 11. It's not working properly, and I'm not sure how to fix it. Can anyone offer guidance or tips on troubleshooting this issue? Thanks in advance for your help!"

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,168 questions
asked 2024-04-27T09:27:41.49+00:00
James 0 Reputation points
0 answers

Location for dynamic scope is not able to choose

I am trying to use following resource "azapi_resource" "symbolicname" { type = "Microsoft.Maintenance/configurationAssignments@2023-04-01" name = "DS1" location = "West Europe" …

Azure Update Manager
Azure Update Manager
An Azure service to centrally manages updates and compliance at scale.
222 questions
asked 2024-04-27T09:19:24.58+00:00
Varma 1,120 Reputation points
0 answers

Force mailbox access update

Hello. When delegating mailbox, full access, access via web interface( owa ) sometimes appears with delays. What does it depend on ? What service is responsible for this ? How often is the update ? How to force the update ?

Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,076 questions
asked 2024-04-27T09:11:01.25+00:00
Андрей Михалевский 2,621 Reputation points