353,880 questions

Sort by: Updated
1 answer

How to restart an individual azure container

az container restart restarts "all containers in a container group". Since this can cause downtime, how do I only restart an individual container instance? I currently use the Python SDK in an Azure Function to run…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
663 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,495 questions
asked 2024-06-17T14:53:26.59+00:00
Reuben Cummings 45 Reputation points
answered 2024-06-17T15:02:18.0333333+00:00
Dan Rios 1,505 Reputation points MVP
0 answers

handling messages edited by user in Teams Bot

We have created a teams bot application using NodeJs SDK. Here user can reply to Bot's Questions. When the user edits his message in teams, none of the bot event is fired. How to handle editing user's message

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,376 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,965 questions
asked 2024-06-13T14:42:32.6166667+00:00
RajeshPandian 0 Reputation points
commented 2024-06-17T15:02:14.07+00:00
RajeshPandian 0 Reputation points
0 answers

MAUI: Plugin.InAppBilling.InAppBillingPurchaseException: Invalid products found when querying product list

I am getting below exception when when I try to pay for a subscription for app store. Plugin.InAppBilling.InAppBillingPurchaseException: Invalid products found when querying product list at…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,061 questions
asked 2024-06-17T15:01:03.86+00:00
Sreejith Sreenivasan 771 Reputation points
0 answers

How to enable az webapp deploy in a pipeline

When running an Azure pipeline to deploy my function app via az webapp deploy, I get the error This API isn't available in this environment yet How do I enable it?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,495 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,085 questions
asked 2024-06-17T14:48:48.41+00:00
Reuben Cummings 45 Reputation points
edited a comment 2024-06-17T15:00:03.11+00:00
Dan Rios 1,505 Reputation points MVP
0 answers

MAUI: Partial method 'MyContactsService.GetContactsAsync()' must have an implementation part because it has accessibility modifiers

I am getting below error when try to rebuild the project in release mode. Severity Code Description Project File Line Suppression State Error (active) CS8795 Partial method 'MyContactsService.GetContactsAsync()' must have an implementation part because…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,061 questions
asked 2024-06-17T14:59:21.16+00:00
Sreejith Sreenivasan 771 Reputation points
2 answers

I can't do multiple unroll in flatten activity synapse dataflow

It was working quite well before, And started failing with "none.get" which is no where helping me to find the root cause, Even though I figured out that multiple flatten Unroll by cause the issue. My source is multiple Nested JSON try to…

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,554 questions
asked 2024-06-06T16:34:28.0266667+00:00
Venkatesh S 0 Reputation points
commented 2024-06-17T14:59:01.69+00:00
Rajan Sethi 0 Reputation points
1 answer

Can Graph API be configured on a real time basis to fetch emails?

Can Graph API be configured on a real time basis to fetch emails? If not, then, if there is a scenario where sender and receiver(sharing sensitive information e.g. Insider trading) permanently deletes an email immediately(once its read) from their…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,067 questions
asked 2024-06-16T12:00:33.27+00:00
Gupta, Piyush 0 Reputation points
commented 2024-06-17T14:58:51.98+00:00
Gupta, Piyush 0 Reputation points
0 answers

How to fix Request Envelope is invalid. Please ensure the custom domain is not linked to another site.

We are trying to add custom domain to our static web app. Our dns is in azure. We are getting "Request Envelope is invalid. Please ensure the custom domain is not linked to another site." error. We don't have any app linked to this domain. We…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
811 questions
asked 2024-06-17T12:51:46.4366667+00:00
Timo Santi 0 Reputation points
edited the question 2024-06-17T14:58:39.67+00:00
GitaraniSharma-MSFT 48,511 Reputation points Microsoft Employee
1 answer

How to disconnect a BLE device after successful connection

I have successfully connected to BLE device by using BluetoothLEDevice.FromIdAsync(deviceInfo.Id) and bluetoothLeDevice.GetGattServicesAsync(BluetoothCacheMode.Cached) API's in unpaired mode over Windows 10 with .NET Framework 4.7.2 but I was…

Universal Windows Platform (UWP)
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,484 questions
asked 2024-06-13T10:31:14.1533333+00:00
Prajnith Kumar 0 Reputation points
edited a comment 2024-06-17T14:56:02.35+00:00
Prajnith Kumar 0 Reputation points
0 answers

How to Run Asp.net website project as a web Application Project

Hello, I have just assumed a duty to take over development of a asp.net project. It happened that the project is a asp.net website project, and I discovered the the former developer did not create App_code folder, when I brought the solution to my VS…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,365 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.
13,079 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,484 questions
asked 2024-06-17T13:06:17.44+00:00
Emeka Okoye 66 Reputation points
commented 2024-06-17T14:56:02.0333333+00:00
AgaveJoe 26,676 Reputation points
2 answers

Getting error while bulk insert: Cannot bulk load because the file "WK48.csv" could not be opened. Operating system error code 1346(Either a required impersonation level was not provided, or the the provided impersonation level is invalid.)

The issue arises when attempting to execute a BULK INSERT operation in SQL Server, encountering an "Operating system error code 1346" stating the file "C:\Intel\Data\OMS.csv" cannot be opened. I have given the permissions to the…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,079 questions
asked 2024-06-16T16:32:40.12+00:00
Nitin Jena 0 Reputation points
commented 2024-06-17T14:55:39.4866667+00:00
Nitin Jena 0 Reputation points
0 answers

Connection String to Grant Web App running .NET code access to PostgreSQL Flexible Server via Managed Identity

Hi, I need to deploy a webApp running .NET Code and Azure Database for PostgreSQL flexible server. Our policy is to grant webApps/functionApps access to SQL Server/MySql Server/PostgreSQL Server via Managed Identity. While, I can see connection strings…

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.
635 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,526 questions
Azure Database for PostgreSQL
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,162 questions
asked 2024-06-11T13:04:40.8433333+00:00
84017655 1 Reputation point
commented 2024-06-17T14:55:10.6666667+00:00
GeethaThatipatri-MSFT 28,462 Reputation points Microsoft Employee
1 answer

Unable to connect to external IP from App Service through 2 VNETs which are peered

Connecting to 172.19.33.32:80 from your App instance - failed, internal error. Please retry. Please submit a feedback if error persists. TCP ping to 172.19.33.32 failed, error code:undefined I continue to get this error despite multiple troubleshooting…

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,227 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,162 questions
asked 2024-06-11T21:23:05.82+00:00
Peter Mello 0 Reputation points
answered 2024-06-17T14:54:41.95+00:00
Peter Mello 0 Reputation points
5 answers

Autofill not working for Microsoft Authenticator for iPadOS

I've used MS Authenticator for 2FA and as a password manager for many years with it installed on my iPhone and regular use through Edge on Windows PC. I'm setting up a new iPad; I've installed MS Authenticator app and signed in using my outlook account…

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,838 questions
asked 2024-06-12T14:16:33.8+00:00
Marcus Kirkness 25 Reputation points
answered 2024-06-17T14:54:17.8533333+00:00
Doug Kinzinger 0 Reputation points
1 answer

SQL Server Server Hang when changing password with SQL Server Configuration Manager 2019

Hi All, Today we experienced a problem with SQL Server 2019 Configuration Manager while we were changing a password. Microsoft SQL Server 2019 (RTM-CU18) (KB5017593) - 15.0.4261.1 (X64) Sep 12 2022 15:07:06 Copyright (C) 2019 Microsoft Corporation …

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,079 questions
asked 2023-03-20T22:03:33.9033333+00:00
Abrams, Dan 86 Reputation points
answered 2024-06-17T14:52:38.2966667+00:00
Harry Larsick 0 Reputation points
0 answers

Connect-ExchangeOnline started giving a strange error

Hello all, I created a script in powershell to collect mailbox information from our tenants on Exchange Online. It stopped working somewhere aroung the 1st of May. Im going to explain what my process is in some detail and when the error occurs. There are…

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,308 questions
Microsoft Partner Center API
Microsoft Partner Center API
Microsoft Partner Center: A Microsoft website for partners that provides access to product support, a partner community, and other partner services.API: A software intermediary that allows two applications to interact with each other.
320 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,222 questions
asked 2024-06-12T09:01:52.5533333+00:00
Milos Boksan 0 Reputation points
commented 2024-06-17T14:52:21.91+00:00
Milos Boksan 0 Reputation points
0 answers

Windows Server

Me deparo com esse erro. Não consigo ingressar minha máquinas no dominio. Alguém já passou pelo mesmo problema?

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,415 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,064 questions
Windows DHCP
Windows DHCP
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.DHCP: Dynamic Host Configuration Protocol (DHCP). A communications protocol that lets network administrators manage centrally and automate the assignment of Internet Protocol (IP) addresses in an organization's network.
1,029 questions
asked 2024-06-17T14:50:24.33+00:00
Lucas Teixeira 0 Reputation points
0 answers

How to fix errno '0x80300011' in deviceupdate-agent

I deployed an update and it was a success, after a while of being finished, I cancelled and deleted the update because I just wanted to test the functionalities. Automatically after that, the status change to "In progress" in the portal…

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,144 questions
asked 2024-06-17T14:49:04.2366667+00:00
Leonardo Cachay 0 Reputation points
4 answers

SSMS freezes on student computer when I demostrate TSQL queries using MS Teams on my computer

I lecture Microsoft SQL courses from my home using Microsoft Teams. I installed the latest edition of SSMS & SQL Dev 2019 Ed on my Lenovo laptop. During the lecture I would share my query window with the delegate to demonstrate TSQL queries. The…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,376 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.
13,079 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,625 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,579 questions
asked 2023-10-18T21:24:44.0066667+00:00
Marais Viljoen 10 Reputation points
answered 2024-06-17T14:49:01.7833333+00:00
Geoff 0 Reputation points
0 answers

What HTML render engine is planned for Outlook 2024?

The Microsoft Outlook app (the installed app and not the web version) has had issues rendering HTML message for very many years. This has been caused by Outlook using the Microsoft Word HTML engine rather than a maintained and up-to-date HTML rendering…

Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,991 questions
asked 2024-06-17T14:48:38.62+00:00
Ian Sav 0 Reputation points