290,054 questions

Sort by: Updated
1 answer

Is there a way to create a link to a browser language? We want it easy for employees to change their browser language at a shared device.

We have a shared desktop computer for our production employees. Our communication page offers the option translate based on the browser setting. I'd like to be able to link them to the Spanish browser setting without them having to complete the…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,146 questions
asked 2024-05-03T17:55:31.9633333+00:00
Veenstra, Rochelle 0 Reputation points
edited the question 2024-05-07T04:45:35.49+00:00
PRADEEPCHEEKATLA-MSFT 77,751 Reputation points Microsoft Employee
1 answer

CallEnded event doesn't trigger on call end but on ring end, alternatives?

I'm using the azure/communication-calling sdk in a react app from where users can receive teams calls. I'd like to subscribe to an event that notifies when a call has ended. From the microsoft documentation I understood that in an incoming call event,…

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
686 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,873 questions
asked 2024-05-02T13:36:14.97+00:00
Jeroen H 40 Reputation points
commented 2024-05-07T04:45:35.2433333+00:00
brtrach-MSFT 15,256 Reputation points Microsoft Employee
1 answer

Azure AI Search Index

Hello, Could someone explain how 'docs' are generated when creating an Index in Azure AI Services? Is there a standard procedure or a specific formula dictating the number of 'docs' created within an Index based on the file's size? and What…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
723 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,921 questions
asked 2024-04-23T11:53:05.6533333+00:00
Kushagra Sharma 90 Reputation points
answered 2024-05-07T04:43:41.5766667+00:00
brtrach-MSFT 15,256 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

How to read Excel in Sharepoint in Azure Functions and send email in Azure Functions using Python

Hello all, I want to read Excel data in SharePoint as df using Python. Currently, I am test my code in my local Workspace. But always get error. I am wondering if I need to deploy first then test it. And do anyone know the code of reading Excel from…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,303 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,676 questions
asked 2024-05-03T01:08:23.6666667+00:00
Olivia Chen 20 Reputation points
accepted 2024-05-07T04:41:10.65+00:00
Olivia Chen 20 Reputation points
1 answer

Azure Completion AI playground produces garbage

Trying to play with Completion AI using sample prompts and get garbage. Any idea why?

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,402 questions
asked 2024-02-13T22:45:31.0366667+00:00
VK 0 Reputation points
commented 2024-05-07T04:40:58.5766667+00:00
navba-MSFT 17,280 Reputation points Microsoft Employee
1 answer

Notification Hub Namespace status suspended after the subscription was disabled and then actived

Hi I had a subscription become disabled because all the free credits got used up. I have since activated it again. But the Notification Hub Namespace status is showing as suspended. How can I get this in an active state again?

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
265 questions
asked 2024-04-19T08:36:53.63+00:00
Adam Cleworth 10 Reputation points
answered 2024-05-07T04:40:19.3233333+00:00
brtrach-MSFT 15,256 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Company Branding not available - why?

I am not able to access the company branding section in Microsoft Entra > Identities > User experiences > Company branding. The user experiences section does not even show up in the list of items to choose. According to the Microsoft article:…

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,840 questions
asked 2023-11-13T15:13:26.8666667+00:00
Damon Villar 40 Reputation points
commented 2024-05-07T04:40:13.6133333+00:00
Rocky Stefano 0 Reputation points
2 answers

Unable to reuse the same layout in a new form

Unable to reuse the same layout in a new form. I've created a CustomControl inherited from ContainerControl and added items in it. However, I'm encountering difficulties when attempting to use it in another form. I want to use the below in a new form. …

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,836 questions
asked 2024-04-28T19:18:13.5266667+00:00
Vignesh 0 Reputation points
edited an answer 2024-05-07T04:38:27.8533333+00:00
KOZ6.0 4,895 Reputation points
1 answer

Can custom auto scaling(rules based) of the app service plan exclude a webapp?

Hi Team, https://docs.azure.cn/en-us/app-service/manage-scale-per-app According to this document, app service plans can use per-app scaling. Is it compatible with custom auto scaling(rules based)? That is, custom auto scaling excludes one application…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,921 questions
asked 2024-04-19T01:24:46.7833333+00:00
Gallatin 21V 141 Reputation points
answered 2024-05-07T04:36:29.31+00:00
brtrach-MSFT 15,256 Reputation points Microsoft Employee
1 answer

Cannot register microsoft.Synapse

Hi, I am encountering a problem. No matter how many times I click 'register' on Microsoft Synapse, it always shows as 'NotRegistered'.

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,400 questions
asked 2024-05-06T19:26:29.9633333+00:00
Hua lin 0 Reputation points
answered 2024-05-07T04:32:36.6033333+00:00
Smaran Thoomu 10,000 Reputation points Microsoft Vendor
2 answers

Deploy a static HTML site to an Azure AppService using Azure Pipelines

Hi, I am trying a accomplish a very simple task : Deploy a static HTML web site, which I have in Azure Repos to an Azure App Service. I am new to pipelines, but I cannot find any documentation on the web to do this, and trying to figure out how to do…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,921 questions
asked 2024-04-18T15:18:48.2466667+00:00
Sivilla, John 0 Reputation points
answered 2024-05-07T04:31:46.0533333+00:00
brtrach-MSFT 15,256 Reputation points Microsoft Employee
2 answers

OU permissions

Hi All I have an Organizational Unit (OU) with 250 Active Directory (AD) groups. I have a few users and I want to grant them access to these 250 AD groups, specifically allowing them to add/remove members from the AD groups. Besides this access, I don't…

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,472 questions
Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,382 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,178 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,906 questions
Windows Server Infrastructure
Windows Server Infrastructure
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Infrastructure: A Microsoft solution area focused on providing organizations with a cloud solution that supports their real-world needs and meets evolving regulatory requirements.
516 questions
asked 2024-05-06T21:42:14.46+00:00
Glenn Maxwell 10,146 Reputation points
answered 2024-05-07T04:30:02.82+00:00
Glenn Maxwell 10,146 Reputation points
2 answers

Mongodb - ADF connection error

I am facing the below issue while connecting to MongoDB. In the dataset, I am able to see preview data, but in the pipeline copy activity, I am getting the below error. Error: Failure happened on 'Source' side.…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,610 questions
asked 2024-04-29T04:29:20.4233333+00:00
Kiran Joka 0 Reputation points
answered 2024-05-07T04:29:41.76+00:00
Kiran Joka 0 Reputation points
1 answer

I have 2 Linux VMs and they refuse to connect [to each other] by port 80 (HTTP)

Hello all, I'm new here and I have a problem. I feel that I am missing something, but I continue to be blocked. I am trying to make one of the vms into a internal mini-repo so the other vm can pull packages from. I have two (2) VM in Azure and in a…

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,164 questions
asked 2024-05-06T20:33:36.63+00:00
Richard E 0 Reputation points
edited the question 2024-05-07T04:26:56.1866667+00:00
ManoharLakkoju 535 Reputation points Microsoft Vendor
1 answer

Azure SQL Database geo replication and Failover group cost

Hello Team, How to calculate Azure Azure SQL Database geo replication and Failover group cost, I cant see the option in azure pricing calculator. Regards

Azure SQL Database
Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,057 questions
asked 2024-05-06T08:20:54.0666667+00:00
Ankush Gurjar 135 Reputation points
commented 2024-05-07T04:25:26.0333333+00:00
Ankush Gurjar 135 Reputation points
1 answer

Error on deploy on free azure web app

Hi! Since a pair weeks, i'm getting an error when trying to deploy a web app from the deploy center: When i go into the deploy c4dce39, which is in an error state, the "Running oryx build..." step is the last one on the list, but in its…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,921 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
771 questions
asked 2024-04-18T14:06:46.23+00:00
emanuel5325_tupaca 0 Reputation points
answered 2024-05-07T04:25:01.3833333+00:00
brtrach-MSFT 15,256 Reputation points Microsoft Employee
3 answers

How to prevent installation of application on system . using cmd or powershell or service?

Why disabling/stopping windows MSI service wont stop installing/uninstalling of the applications?

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,472 questions
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,773 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,382 questions
asked 2024-05-02T10:04:32.0233333+00:00
commented 2024-05-07T04:21:16.8366667+00:00
2 answers

Web Deploy 4.0 ERROR_USER_UNAUTHORIZED

We are hosting our website on our own server running Windows Server 2022. I have installed an SSL certificate from a Certification Authority on the server. I created a local user account with credentials that I can use to deploy the website to the…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
771 questions
asked 2024-05-03T18:19:18.4666667+00:00
deskcheck1-0579 411 Reputation points
answered 2024-05-07T04:20:58.07+00:00
Grmacjon-MSFT 16,191 Reputation points
3 answers One of the answers was accepted by the question author.

Sharepoint JSON Formatting for dates that is past due for 3 days from the current working date

Hi, For your assistance, please. I'm having another problem on my other Sharepoint list that I'm creating. I'd need to have a particular cell to be highlighted as red if it is already beyond the current date (weekends and holidays should not be…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,696 questions
asked 2024-05-02T05:53:15.1433333+00:00
Treb Bert 20 Reputation points
commented 2024-05-07T04:19:20.7266667+00:00
Treb Bert 20 Reputation points
1 answer

Can we use the same single sign on app registration for getting the basic details of active directory

Hi Team, We are implementing a web app and using an app registration for single sign on. In web app we have feature to show all the users in the AD. Can we use the same app registration for getting the access token for User.ReadBasic All We have added…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,664 questions
asked 2024-05-06T10:49:34.84+00:00
lakshmi 551 Reputation points
answered 2024-05-07T04:17:37.35+00:00