382,170 questions

Sort by: Updated
0 answers

Excel cell binding events not triggering after reopen of the workbook

Office.onReady((info) => { // Check that we loaded into Excel if (info.host === Office.HostType.Excel) { loadBinding(); }}); function loadBinding() { Excel.run(async (context) => { // sample code goes here const cellAddressRange =…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,917 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
991 questions
asked 2024-10-18T00:47:19.1833333+00:00
Senthilnathan Vaduganathan 0 Reputation points Microsoft Vendor
1 answer

Will Durable functions replay the orchestrator if instance has been restarted

What would happen if a deployment happens for example and the function app is restarted, would Durable functions replay the interrupted orchestrator instance, or has that instance been marked as failed? I read that if changes are made to the orchestrator…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,024 questions
asked 2024-10-15T21:14:47.57+00:00
Sharmaarke Ahmed 0 Reputation points
commented 2024-10-18T00:47:02.4933333+00:00
Khadeer Ali 90 Reputation points Microsoft Vendor
0 answers

Excel cell binding events not triggering after reopen of the workbook

Office.onReady((info) => { // Check that we loaded into Excel if (info.host === Office.HostType.Excel) { loadBinding(); }}); function loadBinding() { Excel.run(async (context) => { // sample code goes here const cellAddressRange =…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,917 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
991 questions
asked 2024-10-18T00:46:38.26+00:00
Senthilnathan Vaduganathan 0 Reputation points Microsoft Vendor
0 answers

copilot won't accept jpg

Trying to upload a jpg to copilot and it says file not supported

Microsoft Copilot
Microsoft Copilot
Microsoft terminology for a universal copilot interface.
321 questions
asked 2024-10-18T00:45:58.7766667+00:00
Vicki White 0 Reputation points
1 answer

How to fix the following error

Following a lab from Cyberinsight for creating private dns zone which has been created and it showing in virtual network links. Next step is to create a virtual machine to test the configuration, but I'm getting this error, " New-AzResourceGroup: A…

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
677 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,926 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,545 questions
GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
45 questions
asked 2024-10-12T12:45:44.52+00:00
Deverick Durham 0 Reputation points
commented 2024-10-18T00:45:13.2233333+00:00
Sai Prasanna Sinde (Quadrant Resource LLC) 520 Reputation points Microsoft Vendor
0 answers

Edge print settings display 'Fukei' instead of 'Yoko'.

From September 2024, the name of the paper direction in the print settings is incorrect in the Japanese version of Edge. It has not been corrected for one month, but has it not been communicated to the Japan corporation? 風景, Fukei = landscape 横, Yoko =…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,331 questions
asked 2024-10-18T00:44:15.58+00:00
Blenheim 0 Reputation points
1 answer

Network watcher not working on FTD VM

I have a cisco FTD firewall running on a VM. When I go to extensions I see it shows AzureNetworkWatcherExtension is there. However when I go to use network watcher connection monitor I get an error it is not installed. Network Watcher VM extension…

Azure Network Watcher
Azure Network Watcher
An Azure service that is used to monitor, diagnose, and gain insights into network performance and health.
173 questions
asked 2024-09-26T13:14:41.44+00:00
Jess 0 Reputation points
commented 2024-10-18T00:43:59.3533333+00:00
Sai Prasanna Sinde (Quadrant Resource LLC) 520 Reputation points Microsoft Vendor
1 answer

How to Connect to MS Access Database Using Azure PowerShell Function App

Hello Everyone I am currently working on a project to extract queries data from an MS Access database (both .mdb and .accdb formats) into a CSV file using PowerShell. I have developed a script that works fine on my local system; however, I encounter an…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,024 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,545 questions
asked 2024-10-16T16:05:18.78+00:00
Dinesh Kumar 15 Reputation points
commented 2024-10-18T00:42:17.99+00:00
Khadeer Ali 90 Reputation points Microsoft Vendor
0 answers

Excel cell binding events not triggering after reopen of the workbook

Hi, I created few cell onDataChange events but they are not triggering when closed and reopened the workbook but the bindings are stored in the workbook and I am able to see them in the excel and iterate through code as well. Below is the code…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,917 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
991 questions
asked 2024-10-18T00:41:25.6733333+00:00
Senthilnathan Vaduganathan 0 Reputation points Microsoft Vendor
1 answer

Does AKS have a retry mechanism if a node exceeds drain timeout during node image upgrade?

AKS supports configuring drain timeout. Per the documentation, the default value is 30 minutes. Which means, if a long running pod doesn't terminate within 30 minutes, AKS does not perform any retry but simply the node upgrade fails, and thereby the…

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.
2,124 questions
asked 2024-10-17T20:19:32.3433333+00:00
Srinath NS 0 Reputation points Microsoft Employee
answered 2024-10-18T00:41:08.44+00:00
Akshay kumar Mandha 795 Reputation points Microsoft Vendor
0 answers

Recommended way to load CDN-script only when inside Office client

Hi, We develope a standalone app that can be used as an Outlook Add-In aswell. What is the recommended way to only load the CDN-script when inside the Office client? We do not want to load the script if we are not inside an Office client, that why…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
940 questions
asked 2024-10-17T15:57:42.07+00:00
Robin Steil 0 Reputation points
edited the question 2024-10-18T00:40:41.0333333+00:00
NIKHILA NETHIKUNTA 2,715 Reputation points Microsoft Vendor
0 answers

How to set up a VM for a secure web sockets server (wss://)

My NodeJS app implements a web socket server that I would like to deploy on an Azure virtual machine that has a public IP and domain associated with it. It must use the secure web sockets protocol, encrypted with an SSL certificate. How should I set this…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,926 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,467 questions
asked 2024-10-16T13:32:45.45+00:00
David Levine 0 Reputation points
commented 2024-10-18T00:40:11.07+00:00
David Levine 0 Reputation points
1 answer

VM fails to start with available Capacity Reservation

I have VMs of size E4adsv5 deployed in South Central assigned to a Capacity Reservation. Last week I went to restart one of these VMs from the Windows O.S. and when it failed to come back up, I checked status in Azure Portal and it was in a Stopped (de…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,926 questions
asked 2024-10-15T19:57:36.2633333+00:00
Ben-8350 26 Reputation points
commented 2024-10-18T00:37:08.2+00:00
Ben-8350 26 Reputation points
1 answer

Get-PhishSimOverridePolicy, If include -ErrorAction, the command fails.

Hi All, Module tested: ExchangeOnlineManagement 3.6.0 My role in testing environment: Global Admin Command: $Policyname = 'PhishSimOverridePolicy' $Phisimpolicy = Get-PhishSimOverridePolicy -Identity $Policyname -ErrorAction SilentlyContinue The…

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,543 questions
asked 2024-10-10T12:03:52.8+00:00
Tor André Solbakken 0 Reputation points
commented 2024-10-18T00:34:56.3466667+00:00
Alex Zhang-MSFT 1,255 Reputation points Microsoft Vendor
1 answer

Validate a Powershell command

Dear Team, Please validate below PowerShell command and explain it with a kb article. Command : Test-OAuthConnectivity -UserPrincipalName "john.dave@contoso.com"

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,543 questions
asked 2024-10-09T14:09:30.9033333+00:00
Gurudas 926 Reputation points
commented 2024-10-18T00:34:04.8133333+00:00
Alex Zhang-MSFT 1,255 Reputation points Microsoft Vendor
0 answers

Display only sample code for duplicate display

Hi~ I try to compile the kernel mode display-only miniport for display adaptor. However, when I install this driver into the system, then the duplicate display function is gone. After removed this driver and install back inbox Microsoft basic display…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,636 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,128 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
9,715 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
111 questions
asked 2024-10-18T00:33:23.3466667+00:00
Tommy Huang 1 Reputation point
1 answer

Unable to view DLP alerts from mail notification

Hello Please i need your help on this issue. We are having issue where we are Unable to view DLP alerts from mail notification.

Microsoft Exchange Online
Outlook
Outlook
A family of Microsoft email and calendar products.
3,892 questions
Microsoft Exchange
Microsoft Exchange
Microsoft messaging and collaboration software.
542 questions
asked 2024-10-08T13:42:50.6733333+00:00
IniobongNkanga-8038 656 Reputation points
commented 2024-10-18T00:32:33.24+00:00
Alex Zhang-MSFT 1,255 Reputation points Microsoft Vendor
0 answers

unable to join Azure VM to on-premise server

I am trying to connect an Azure VM to an on-premise active Directory (physical server). I have connected them via site to site Sonicwall VPN. I can ping both devices from each side. I have added the dns of the physical server to the VM and secondary…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,926 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.
3,181 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,574 questions
asked 2024-10-18T00:31:24.29+00:00
Jamshid Javidi 26 Reputation points
0 answers

Azure B2C enable SSO with multiple apps using a Custom OpenID

Hi, I have been wanting so help to find out why SSO is not enabled on Azure B2C in the scenario above: I have those application setup: Application A uses Custom Policy -> Protocol SAML Application B uses User Flows All under the same Tenant The user…

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
699 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,890 questions
asked 2024-10-09T06:40:44.87+00:00
Ghina 0 Reputation points
commented 2024-10-18T00:22:13.38+00:00
James Hamil 24,841 Reputation points Microsoft Employee
1 answer

unable to join Azure VM to on-premise server

Hello All, I have created an Asure VM and connected it via Sonicwall site to site VPN to the local on prem physical server. I can ping both devices from each end. when i try to join the VM to the physical server, i get the following error message. An…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,926 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.
3,181 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,574 questions
asked 2024-10-18T00:19:45.18+00:00
Jamshid Javidi 26 Reputation points
answered 2024-10-18T00:19:45.2066667+00:00
Q&A Assist