345,114 questions

Sort by: Updated
2 answers

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,304 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,580 questions
asked 2024-05-10T15:08:53.2166667+00:00
StewartBW 325 Reputation points
answered 2024-05-10T15:38:20.9933333+00:00
Bruce (SqlWork.com) 56,926 Reputation points
50 answers One of the answers was accepted by the question author.

remotewebaccess.com Anywhere access broken on Server 2016 Again?

Last year a similar issue occurred and by manually applying the registry edits from these two threads most seemed to resolve their issues: …

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,204 questions
asked 2022-05-04T19:46:51.657+00:00
ChrisWY27 126 Reputation points
commented 2024-05-10T15:38:01.21+00:00
The Office Maven 111 Reputation points
0 answers

How to check where I use "the 2017-03-01-(GA) API of Container Registry. "

Hi, I just received communication from Microsoft stating, "You're receiving this email because you currently use the 2017-03-01-(GA) API of Container Registry." for one of the subscriptions owned by the Company. I found nothing in the…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
398 questions
asked 2024-05-10T12:16:02.6366667+00:00
EAPITADMIN 0 Reputation points
commented 2024-05-10T15:37:34.93+00:00
Cary Breeze 0 Reputation points
0 answers

Azure Database, reduce size of wpr_bucket_table

I'm using a small database for development to keep costs down, and this table (wpr_bucket_table) is using ~20% of my allocated storage. Anyway to reduce the size? I have auto_shrink set to ON.

Azure SQL Database
asked 2024-05-10T15:34:41.9133333+00:00
Dave Frenk 1 Reputation point
2 answers

Can't access azure for training. No subscription available? I can't complete assignment

I cannot complete my training. When I log into azure it says no subscription available.

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.
968 questions
asked 2024-05-09T14:10:51.2633333+00:00
Willhite, Shannon 0 Reputation points
answered 2024-05-10T15:34:03.0566667+00:00
Willhite, Shannon 0 Reputation points
0 answers

Two SQL Managed Instances in separate virtual networks, two VPNs needed - how to make 1 VPN sufficient for connecting to both SQL Managed Instances' local endpoints?

Hello, We have two SQL Managed Instances (MI-1 and MI-2) in two virtual networks (vNet-1 and vNet-2) in separate regions. Global virtual network peering is configured between two virtual networks. SQL Managed Instances are joined into Failover Group.…

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,393 questions
asked 2024-05-09T17:19:26.13+00:00
Aleksey Vitsko 0 Reputation points
edited a comment 2024-05-10T15:32:31.3433333+00:00
Aleksey Vitsko 0 Reputation points
2 answers

How to show another window on FSE(FullScreen Exclusive)

私たちは FullScreen Exclusive (FSE) な画面を持つアプリケーションを開発中です。 FSE は SetFullscreenState(TRUE, nullptr) を呼び出すよう実装しています。 FSE上でCreateWindowEx() して、別のウィンドウを表示したいのですが、それは可能でしょうか? …

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,794 questions
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,429 questions
asked 2024-05-02T16:39:51.1233333+00:00
Saito, Makoto (SIE) 20 Reputation points
edited a comment 2024-05-10T15:32:08.0133333+00:00
Saito, Makoto (SIE) 20 Reputation points
1 answer

How to add subfolders to the azure functions app using VScode?

Hello there, I have sub folders "assets" and "components" inside the content directory of my azure function app. I want to copy these folders to the output directory. How to do that? I tried including this to my .csproj file but it…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,321 questions
asked 2024-05-01T10:03:16.4+00:00
Adwait Naik 40 Reputation points
edited a comment 2024-05-10T15:31:47.13+00:00
LeelaRajeshSayana-MSFT 13,546 Reputation points
1 answer

How to update/save a file in a database in web application

i have a code error and i wish i can get it fix by your noble helps or interventions here is a code block that updates a new product on a product page in a web application this is the code behing the productController.cs file for the cshtml file…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,287 questions
asked 2024-05-07T15:39:22.68+00:00
KwebenaAcquah-9104 306 Reputation points
commented 2024-05-10T15:31:13.7166667+00:00
Michael Taylor 48,821 Reputation points
0 answers

MS To Do, tareas que desaparecen

Hola, He notado que en la aplicación To Do me han desaparecido una decena de tareas. Yo uso la aplicación cotidianamente, tanto en el teléfono como en la notebook. Y el lunes, cuando veo las tareas en el teléfono veo como al sincronizar automáticamente…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,151 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
3,041 questions
asked 2024-05-10T15:30:16.4133333+00:00
TILL, ARIEL GUSTAVO 0 Reputation points
0 answers

create a 2nd chart from data in a worksheet from which a chart has already been created

Question 1 : I want to create a 2nd chart from alternative data in a worksheet I have already created a chart from different data in this worksheet. When I open a new worksheet to host the new chart, and insert a chart it creates a blank chart…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,494 questions
asked 2024-05-10T15:29:53.9266667+00:00
Laurence Clerkin 0 Reputation points
0 answers

SharePoint 2019 Extending Web Application Breaks Sites

I am trying to extend a SharePoint 2019 Web Application in order to support SSO through Entra App Proxy. When I extend my SharePoint 2019 Web Application I can see that a new site is created in IIS, however, both my current SharePoint 2019 Site and my…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,735 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,817 questions
asked 2024-05-10T15:27:12.18+00:00
Stuart Hilbert 0 Reputation points
0 answers

.NET runtime environment required in a python code, so how do I deploy it as an Azure App Service?

2024-05-10T08:10:16.972810276Z Traceback (most recent call last): 2024-05-10T08:10:16.972823177Z File "/tmp/8dc70c645302e9a/antenv/lib/python3.10/site-packages/pythonnet/init.py", line 77, in create_runtime_from_spec…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,415 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,953 questions
asked 2024-05-10T15:27:01.0666667+00:00
Wasim Bijili A S 0 Reputation points
1 answer

When application is entered into background mode how we need to process the application to continue in Xamarin forms ios

How to handle when application entered into background mode in Xamarin forms ios? In my case when button click event is done. Before processing entire function the application entered into background mode. So ,how we can continue it in background mode in…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,297 questions
asked 2024-05-10T15:16:29.8033333+00:00
Sk 61 Reputation points
answered 2024-05-10T15:26:33.02+00:00
myannar-2d-tips 0 Reputation points
0 answers

How do i get SOC 2 reported for Microsoft Tenant (Intune, Azure, O365)

We are currently undergoing an audit and require a SOC 2 report for our tenant, as we exclusively utilize cloud services such as Intune, Azure, and O365. Could you please advise or direct me to where I can obtain this report?

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,871 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.
59 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,401 questions
Microsoft Entra
asked 2024-05-10T15:26:17.6333333+00:00
Suseelkumar Chereddy 0 Reputation points
1 answer

Sending alert if machine is not part of maintenance configuration

Is there any way that if machine ( Virtual machine )is not part of maintenance configuration ( azure update manager) , we can trigger alert?

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,825 questions
Azure Update Manager
Azure Update Manager
An Azure service to centrally manages updates and compliance at scale.
234 questions
asked 2024-05-09T17:10:05.7333333+00:00
Varma 1,170 Reputation points
edited a comment 2024-05-10T15:25:42.44+00:00
Sina Salam 3,886 Reputation points
1 answer

Use the copy activity to create a file of all BLOB file names in a container

I have a blob container with approximately 100 image files. I want to get the name of each of those image files and copy the names to a single file. I have tried to create pipelines using Get Metadata/Set Variable/Foreach/Copy and I just can't get it to…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,642 questions
asked 2024-05-08T21:00:20.2666667+00:00
Baker, Rick 0 Reputation points
commented 2024-05-10T15:25:10.8233333+00:00
Smaran Thoomu 10,160 Reputation points Microsoft Vendor
1 answer

Exchange OnPrem 2019 not sending auto reply for Message Size Exceed

Sending email form my Yahoo and Gmail and it goes through our Spam Filter, but Exchange gives it a ROUTING FAIL event as the message size of 20MB exceeds the users limits. The problem is , I dont get a reply from my exchange to my Yahoo or Gmail that…

Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,096 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,367 questions
Microsoft Exchange
Microsoft Exchange
Microsoft messaging and collaboration software.
397 questions
asked 2024-05-10T13:25:12.28+00:00
Wes K 0 Reputation points
commented 2024-05-10T15:23:17.5266667+00:00
Wes K 0 Reputation points
1 answer

Error finding PnP profile when executing Invoke-PnPSiteTemplate command

I followed the installation guide mentioned here and successfully connected to the SharePoint online tenant using the following PowerShell command: Connect-PnPOnline https://<tenant>-admin.sharepoint.com/ Then, I executed the…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,735 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,100 questions
asked 2024-05-10T13:42:29.7766667+00:00
壹涵 雷 0 Reputation points
answered 2024-05-10T15:22:46.0133333+00:00
Rich Matheisen 45,096 Reputation points
0 answers

How to use model 'GPT-4 Turbo with Vision' to accept both image and text

In both Azure AI studio and Azure ML studio, I see the links to use GPT-4 Turbo with Vision, as multimodal to process both image and text inputs. However, when I follow the instructions, I only get the GPT model for language only and no image supported.…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,219 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,415 questions
asked 2024-05-10T03:10:19.9933333+00:00
Peng Zhao 0 Reputation points Microsoft Employee
commented 2024-05-10T15:21:51.96+00:00
Peng Zhao 0 Reputation points Microsoft Employee