342,646 questions

Sort by: Updated
1 answer

UPDATE fields

Hello, This works when using insert into: Using command As New OleDbCommand("INSERT INTO Table (Column1) VALUES (?)", connection) command.Parameters.AddWithValue("@param1", field1) command.ExecuteNonQuery() …

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,262 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,576 questions
asked 2024-04-30T13:38:47.02+00:00
StewartBW 285 Reputation points
answered 2024-04-30T14:30:18.82+00:00
Jiale Xue - MSFT 31,981 Reputation points Microsoft Vendor
0 answers

"No space left on device" for Linux code web app

Hi, I have problems with the disk space on an Azure Linux code web app: root@4b4f04ea59044273ba0e6eab0e96f3cd:/home# touch test touch: cannot touch 'test': No space left on device However, df reports lots of…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,897 questions
asked 2024-04-30T08:54:32.7266667+00:00
Marijn Otte 45 Reputation points
edited a comment 2024-04-30T14:29:55.11+00:00
SnehaAgrawal-MSFT 18,366 Reputation points
3 answers

Can we focus furthermore to the results of upgrading a non-qualified device to Windows 11?

Given that the only prerequisites not met are CPU and TPM (MoSetup), and that a WIM file will be deployed with a 'DISM apply image' command after locating the file (version matched with index source); predictably on the reboot there will be on-screen…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,631 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,185 questions
Sysinternals
Sysinternals
Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.
1,088 questions
asked 2024-04-23T23:50:46.34+00:00
Claus Debanker 21 Reputation points
answered 2024-04-30T14:29:39.4333333+00:00
Claus Debanker 21 Reputation points
1 answer

How to consume an azure devops API without PAT

Hi, I'm able to programmatically (C#) call an azure devops API to get all the area paths in my organization. I'm using a PAT that I created. However, this PAT will expiry and don't want to generate new ones every time they expire, even though it can be…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,757 questions
asked 2024-04-30T13:56:04.42+00:00
Hassan Hammad 0 Reputation points
commented 2024-04-30T14:29:26.13+00:00
Hassan Hammad 0 Reputation points
1 answer One of the answers was accepted by the question author.

AzureCognitiveSearchChatExtensionConfiguration using Semantic Search reduces the number of document results

Hello! I am using AzureCognitiveSearchChatExtensionConfiguration to add context to chat mode: AzureCognitiveSearchChatExtensionConfiguration cognitiveSearchOptions = new() { DocumentCount = 12, EmbeddingEndpoint…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,169 questions
asked 2023-12-14T15:11:37.3233333+00:00
Juan Velázquez Romera 20 Reputation points
accepted 2024-04-30T14:27:26.1433333+00:00
Juan Velázquez Romera 20 Reputation points
0 answers

json data in ADF

Hey Team How to filter data in adf pipeline from json file where bar <> "data" { "foo": { "bar": "data", "baz": "data" } }

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,567 questions
asked 2024-04-30T14:27:19.6366667+00:00
Vineet S 145 Reputation points
2 answers One of the answers was accepted by the question author.

Add Chiper Suite TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 for Window 2012 R12

Hello, I install a service in window 2012 R12, and this service will access our backend service protected by SSL. Unfortunatelly, for some security reason, this backend service only support ssl chiper suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 …

Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,530 questions
asked 2020-12-15T07:38:41.67+00:00
QianBiao NG 31 Reputation points
commented 2024-04-30T14:24:50.6566667+00:00
KeithKirkland-4965 1 Reputation point
2 answers One of the answers was accepted by the question author.

Is Azure Functions down?

My Azure Functions was working without problems but all of a sudden it stopped, when I checked there was no functions in my Function App. I tried redeploying but I'm getting "No HTTP triggers found"

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,280 questions
asked 2024-04-29T20:36:44.5633333+00:00
Jemali Vashakmadze 0 Reputation points
accepted 2024-04-30T14:23:41.8033333+00:00
Jemali Vashakmadze 0 Reputation points
0 answers

Microsoft Developer account sign up not working "Something went wrong"

Still no resolution from Microsoft for this ! I think it has been 3 months now, since I started trying to get a Microsoft Store account. Microsoft just deny that there is a problem, and refuse to help.

Microsoft Partner Center
Microsoft Partner Center
A Microsoft website for partners that provides access to product support, a partner community, and other partner services.
879 questions
asked 2024-04-30T14:23:30.84+00:00
Andrew Bindon 5 Reputation points
0 answers

CMD runs automatically and uses too much Memory

Sometimes out of nowhere the command propmt pops up and runs for few second and closes soon before closing it manually, and sum times the CMD will be runnning as a background process and will be using around a GB of RAM. I had similar issue with…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,185 questions
asked 2024-04-30T14:23:02.74+00:00
Sughosh S V 20 Reputation points
1 answer

need to set "spark.rpc.message.maxSize"

In Synapse Notebook, I tried to run spark.conf.get("spark.rpc.message.maxSize") had the following error: Py4JJavaError Traceback (most recent call last) Cell In [9], line 1 ----> 1 spark.conf.get("spark.rpc.message.maxSize") File…

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-30T11:21:00.2066667+00:00
uuu zhu 0 Reputation points
commented 2024-04-30T14:22:10.78+00:00
PRADEEPCHEEKATLA-MSFT 77,336 Reputation points Microsoft Employee
1 answer

No certification

Hello, my name is Aditya Verma. I recently learned and passed all the modules for the course Automating Administration with PowerShell( AZ-040T00). However, I did not find any certifications in the credentials section. I have passed AZ-900 and it showed…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
944 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,374 questions
asked 2024-04-30T11:00:23.8333333+00:00
Aditya Verma 0 Reputation points
answered 2024-04-30T14:21:56.5366667+00:00
Vinodh247-1375 11,206 Reputation points
0 answers

I get an error when I try to create an image as in the training from a generalized VM

Following the training steps, to create an image causes below error: Creation of managed images are not supported for virtual machine with TrustedLaunch security type. thank you This question is related to the following Learning Module

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.
917 questions
asked 2024-04-30T08:09:36.2933333+00:00
Mohamed 0 Reputation points
commented 2024-04-30T14:21:16.9566667+00:00
aatheeque 1,480 Reputation points Microsoft Vendor
1 answer

Azure Synapse alert for Dedicated SQL Pool

How can I properly set up an alert for a Dedicated SQL Pool in Azure Synapse for CPU Utilization? I want the alert to trigger if the CPU Utilization is more than 90% for an hour continuously. I have set the "check every" to 1 hour and…

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,807 questions
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-30T12:44:02.4566667+00:00
Addy 0 Reputation points
answered 2024-04-30T14:21:00.2133333+00:00
Vinodh247-1375 11,206 Reputation points
10 answers

The Authenticator app is requesting a code from the app itself

I recently deleted the Microsoft Authenticator app by accident, and why I downloaded it again and tried to sign in it is asking for a code from the app itself. I use an institutional account from university and now I can’t activate or even log in to 365…

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,509 questions
asked 2022-11-16T23:33:11.087+00:00
Fyp.Perez 176 Reputation points
answered 2024-04-30T14:19:45.66+00:00
Luca P 0 Reputation points
0 answers

How to attach a VM Scale Set to a VM?

I am using API Version 2018-06-01 Azure Python SDK, and I want to use the VM Scale Set option under Availability options and assign it while I am creating a Virtual Machine. I tried the following code snippet but it created VM without having Scale Set…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,141 questions
asked 2024-04-30T14:19:16.86+00:00
Prem Jha 20 Reputation points
1 answer

How can I not allow Task Scheduler to execute a task out of its schedule?

How can I not allow Task Scheduler to execute a task out of its schedule? I have a task which is scheduled daily at the night, and some times it is executed in the morning. The task is a powershell script (which I could prepend a short assert to exit…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,631 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,755 questions
asked 2024-04-30T11:41:06.2266667+00:00
BARROSO TRISTAN, JAVIER RICARDO 0 Reputation points
answered 2024-04-30T14:18:47.91+00:00
MotoX80 31,656 Reputation points
0 answers

Failed to install VPN app on Windows 11 computers

I can see the VPN app in the software center, however I am unable to install it. Below error appears after clicking the install button: Unable to make changes to your software. 0x87D00324(-2016410844) What do I need to do?

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,185 questions
Microsoft Intune Application management
Microsoft Intune Application management
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Application management: The process of creating, configuring, managing, and monitoring applications.
876 questions
Microsoft Configuration Manager
asked 2024-04-30T14:18:45.6566667+00:00
dylanand2 260 Reputation points
1 answer

Adding resources to dynamic scope

I know it might be out of scope but need your inputs on this. how to add dynamic scope to existing maintenance configuration. I have created maintenance configuration using terraform. here is the code for maintenance configuration: provider…

Azure Update Manager
Azure Update Manager
An Azure service to centrally manages updates and compliance at scale.
222 questions
asked 2024-04-25T17:42:01.4333333+00:00
Varma 1,120 Reputation points
commented 2024-04-30T14:18:10.7133333+00:00
Stanislav Zhelyazkov 21,256 Reputation points MVP
0 answers

Azure SQL Database Disaster recovery

Hi Team, can you please tell me how to configure Disaster recovery to azure sql database, and what is the difference between failover group and standby replica, both are different? if different then which solution should I go? Regards

Azure SQL Database
asked 2024-04-30T07:07:30.22+00:00
Ankush Gurjar 95 Reputation points
edited a comment 2024-04-30T14:18:05.0833333+00:00
GeethaThatipatri-MSFT 27,567 Reputation points Microsoft Employee