347,732 questions

Sort by: Updated
0 answers

Issue with Azure Functions Blob Storage trigger for delete events

I have an Azure Function app configured with Azure Functions Blob Storage trigger. The goal is to update Azure Cognitive Search index when a file is uploaded to Azure Blob Storage, and to delete the corresponding document from the search index when a…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,365 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,481 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,443 questions
asked 2024-05-22T07:53:23.0733333+00:00
Su Myat Hlaing 75 Reputation points
0 answers

Attempt to send message from Azure Function to Azure SignalR fails with 403 forbidden

Hi, I'm using Azure SignalR in serverless mode. I've an Azure Function which receives events from Event Hub and sends messages to Azure SignalR. [Function(nameof(EventHubEventsHandler))] [SignalROutput(HubName = "userevents",…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,365 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
122 questions
asked 2024-05-22T07:47:42.9666667+00:00
Macháček Martin 201 Reputation points
edited the question 2024-05-22T07:51:58.7033333+00:00
Macháček Martin 201 Reputation points
1 answer

Failure to use BCP IN to import data into a table

bcp "SELECT * from dp_history21052024 WHERE CONVERT(DATE,effective_dt,103) >'29-Feb-2024'" queryout "D:\Data\Data.csv" -S ORBITLITEDB-SVR -d OrbitLiteLive -U sa -P Tested123 -c -t, -r\n and then the below for import bcp…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,876 questions
asked 2024-05-22T07:15:59.7733333+00:00
Godfrey Mugisa 0 Reputation points
answered 2024-05-22T07:51:42.62+00:00
Olaf Helper 41,101 Reputation points
1 answer

Find Azure users who have not signed in within 90 day's / Inactive users.

Looking to list all inactive users using powershell. Ive tried many methods such as Get-Aduser etc. but I always find recent users within the list. Looking to query Azure AD so I can also get cloud accounts Ive arrived at below. $users = Get-AzureADUser…

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,403 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,806 questions
asked 2023-04-28T15:39:57.76+00:00
Synthetic-Sentience 6 Reputation points
commented 2024-05-22T07:51:10.3+00:00
Sander Matthijsse 0 Reputation points
1 answer

Can I use an email address removed using alias again

I removed my original email address from my account and used a new one. But I forgot that I had a lot of account connected to it. So I need to access that address. So can I reuse the address. If so after how much time

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,940 questions
asked 2024-05-21T19:25:52.6833333+00:00
Zahidul Haider 0 Reputation points
answered 2024-05-22T07:51:02.03+00:00
Faery Fu-MSFT 17,286 Reputation points Microsoft Vendor
0 answers

windows server 2012 Failed to install the role. How to solve this problem

Hello, I have a question,How to solve the problem that this role cannot be installed, RD authorization should be no problem, but the installation has failed, the server has restarted, there is no use>

Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,539 questions
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,285 questions
asked 2024-05-22T05:23:07.34+00:00
scott 0 Reputation points
edited the question 2024-05-22T07:50:57.0966667+00:00
scott 0 Reputation points
1 answer

How to filter/query multiple messages with Microsoft Graph API

Hello ! I would like to filter / query on custom attributes on /messages I have an Azure mail server that allows me to retrieve received emails via Microsoft's Graph API. I would like to avoid retrieving all emails and instead only retrieve those…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,798 questions
asked 2024-05-21T12:20:42.2466667+00:00
Hda 0 Reputation points
answered 2024-05-22T07:50:26.86+00:00
Hda 0 Reputation points
1 answer

Extracting Qualtrics data to SSIS

Hi, trying to reach you if you are able to extract the data from Qualtrics to SSIS using C#, would be great if you can help me on the same. Thanks in advance.

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,368 questions
asked 2024-05-22T06:54:50.08+00:00
Sree 11 Reputation points
commented 2024-05-22T07:53:23.8466667+00:00
Sree 11 Reputation points
1 answer

File level authentication with MSAL via web browser

Legacy app currently using secure Basic Authentication to establish file level access permission. How is file level access permission established using MSAL?

Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
685 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,976 questions
asked 2024-05-20T13:00:19.2633333+00:00
BennyStils 0 Reputation points
answered 2024-05-22T07:49:59.1533333+00:00
Shweta Mathur 28,106 Reputation points Microsoft Employee
2 answers

Change Public IP of Cloud Service Extended support from Dynamic to static Fails

I just deployed a Cloud Service-Extended support but I need this to use a static IP, as this needs to be whitelisted. Because I cannot chose a static IP while creating the CloudService-ES, I though that I could change the created Public-IP address from…

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
651 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,196 questions
Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
408 questions
asked 2022-11-15T13:56:33.873+00:00
Adonis Briceno 46 Reputation points
commented 2024-05-22T07:48:57.7466667+00:00
Little Cat Tu 0 Reputation points
0 answers

Multiple Shortcuts for Same Folder

Hi, All of my domain pcs are having two shortcuts on their desktop screens for the same folder after I created a group policy for it. Any suggestions? Thanks.

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,976 questions
asked 2024-05-22T07:48:01.66+00:00
create share 646 Reputation points
1 answer One of the answers was accepted by the question author.

Microsoft Azure Management not appearing in list of cloud apps

Hi, we are trying to create a conditional access policy restricting access to Microsoft Azure Managament but its not appearing in the list of Cloud apps under Target Resources and we are not sure why. Can anyone help.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,806 questions
asked 2023-10-30T11:56:20.42+00:00
Stephen 30 Reputation points
edited a comment 2024-05-22T07:47:41.0133333+00:00
HK2303 0 Reputation points
0 answers

My website is very slow to start up

I have a simple Blazor server app connected to free Azure SQL. It works fine but if nobody uses it for a while then it is very, very slow to start. To try and fix this I upgraded to the plan B1 and enabled "Always On". I don't believe this is a…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,004 questions
asked 2024-05-16T23:44:37.01+00:00
Mark Evans 5 Reputation points
edited a comment 2024-05-22T07:47:04.02+00:00
VenkateshDodda-MSFT 18,951 Reputation points Microsoft Employee
0 answers

How to disable and remove my current subscription?

I recently disabled my 3 subscriptions in my azure account 2 out of 3 subscriptions had been deleted successfully after 3 days as said, but the 3rd subscription was not deleted even after 3 days, and the status of this subscription is unknown. Can…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
987 questions
asked 2024-05-22T07:46:53.2166667+00:00
Mohammed Shafiq M 0 Reputation points
2 answers

Video from Teams Not Showing Up on Stream

I have been creating TEAMS meetings, where I am the only participant, and recording them for students and parents. In the past week, I have recorded several of these Teams meetings, but the videos are not turning up on Stream. Has something changed?

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,224 questions
asked 2021-11-23T14:06:27.493+00:00
Harrison, David 1 Reputation point
answered 2024-05-22T07:46:26.8733333+00:00
Ibrahim Belal 0 Reputation points
2 answers

Teams incoming call hang up ongoing phone call

Some members of our organization are encountering an unusual issue with the Teams Mobile Application. When they are on a standard phone call and receive a Teams call, the ongoing phone call is disconnected. Do you have any insights into why this might…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,224 questions
Microsoft Teams Phone
Microsoft Teams Phone
Teams Phone enables call-control and Private Branch Exchange (PBX) capabilities in the Microsoft 365 cloud with Microsoft Teams.
128 questions
asked 2024-05-21T08:13:50.06+00:00
Oliver Funke 0 Reputation points
answered 2024-05-22T07:46:25.04+00:00
JiSheng-MSFT 310 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Enabling Azure Service Access to OpenAI Service through NSG on Private Endpoint: Exploring Exception Checkbox

Today, I deployed a new OpenAI service in my Vnet (with private endpoint). I noticed that there is a new checkbox option called [Exception] in the network settings. However, during my deployment, (including my previously created open ai service) I…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,270 questions
asked 2024-05-22T05:51:25.31+00:00
Ethan Roberts 40 Reputation points
commented 2024-05-22T07:46:05.43+00:00
Ethan Roberts 40 Reputation points
0 answers

ACR Tasks requests for the registry are not permitted

I am currently working on the this module, and when doing the exercise for trying to build and push image from Dockerfile I get the following error: (TasksOperationsNotAllowed) ACR Tasks requests for the registry <acrName> and…

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.
1,024 questions
asked 2024-05-22T07:45:48.08+00:00
Markus Øxnevad 0 Reputation points
0 answers

Azure Communication Service Phone number does not exist

Hello, after connecting voice to Dynamics Customer Service, I have enabled a phone number in Azure Communication Service, but when I make a call, I hear the phrase "Phone number does not exist". Do I need to do anything else to activate my…

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
708 questions
asked 2024-05-22T02:23:47.9466667+00:00
허진훈 0 Reputation points
commented 2024-05-22T07:45:31.47+00:00
SnehaAgrawal-MSFT 18,706 Reputation points
5 answers One of the answers was accepted by the question author.

Can't create App Configuration with free tier SKU

Hi, I can't create the app configuration service with a free tier SKU. The error is: { "status": "Failed", "error": { "code": "ResourceDeploymentFailure", …

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
209 questions
asked 2020-10-27T08:37:31.943+00:00
Roel Schlijper 26 Reputation points
commented 2024-05-22T07:45:16.2133333+00:00
Mohammad Jalil Mudabbir 0 Reputation points