339,192 questions

Sort by: Updated
0 answers

iOS devices not showing in Audit Logs

Hello Team, Can you please provide your inputs for the below queries on SharePoint Audit logs Logins to Office 365 Apps and SharePoint from iPhone devices is mentioned as "Windows" under Operating system. Is this a known issue or expected…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,539 questions
asked 2024-04-16T10:51:11.51+00:00
GT 0 Reputation points
1 answer

ADF - Make a webhook activity which calls a logicapp to continue to next task

Hi all, On ADF, I have a logic app which is called inside a webhook activity. The intention is to continue to next activity after successful completion of the logic app. But the webhook activity keeps in running state even after logoc app is completed.…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,823 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,458 questions
asked 2024-04-16T09:48:23.04+00:00
VickyD 81 Reputation points
answered 2024-04-16T10:50:47.07+00:00
Amira Bedhiafi 14,571 Reputation points
1 answer

I had recently deleted a list of resources from Azure and did not intend to do so can azure community point me to the right approach of retrieving it?

I have accidentally deleted a few resources 2 hours ago and was wondering if i could be helped in retrieving the same.i really would like to retrieve the same as they are desired resources.

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
1,990 questions
asked 2024-04-12T20:05:44.6633333+00:00
Sudhashan Kuppuswamy 0 Reputation points
commented 2024-04-16T10:50:27.21+00:00
Sudhashan Kuppuswamy 0 Reputation points
0 answers

Issue in accessing Azure queue using SAS token via ADF Web Activity

Hi @Pinaki Ghatak , I am trying to read the queue message by using SAS token and also tried using Service Principal via ADF Web Activity (by using GET Verb) but facing the same issue in both, it is giving error- the resource doesn't support specified…

Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
97 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,458 questions
asked 2024-04-16T10:49:47.1533333+00:00
sunil mehta 0 Reputation points
1 answer

account was locked and was informed to contact the support, how should it be unlocked ?

for quite long time, my Azure account appears blocked when I attempt to log in portal.azure.com. the errors is as below: 您的帐户已被锁定。请与技术支持人员联系以解锁帐户,然后重试。

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,777 questions
asked 2024-04-16T03:23:55.1233333+00:00
dancingonmoon 0 Reputation points
answered 2024-04-16T10:49:05.17+00:00
ajkuma 22,076 Reputation points Microsoft Employee
1 answer

Please guide on step-by-step SCCM/MECM current branch setup approaches with SQL AOAG, because we are trying to publish new SCCM/MECM primary sites into current hierarchy.

Please guide on step-by-step SCCM/MECM current branch setup approaches with SQL AOAG, because we are trying to publish new SCCM/MECM primary sites into current hierarchy. We are referring sites but won't helpful for new installations.…

Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
895 questions
asked 2024-04-15T12:21:07.9366667+00:00
Prashant Gokul Pawar 0 Reputation points
commented 2024-04-16T10:48:08.3633333+00:00
Prashant Gokul Pawar 0 Reputation points
1 answer

Azure Databricks fail to install Geospark libraries from Maven

Hi Team , I am attempting to add below two geospark Maven libraries to my Azure Databricks interactive cluster with Runtime Version 14.3 LTS . However , I am getting below error Library installation attempted on the driver node of cluster…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,903 questions
asked 2024-04-15T06:24:17.8033333+00:00
Anuj, Singh (Cognizant) 0 Reputation points
edited a comment 2024-04-16T10:47:12.95+00:00
Anuj, Singh (Cognizant) 0 Reputation points
0 answers

Force password change on next sign-in with MFA

There are 2 password polices of a User in MS Entra ID/Azure AD i.e., Force password change on next sign-in and Force password change on next sign-in with MFA. I managed to change the Value of Force password on next sign-in to Yes. I want to do the…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,325 questions
asked 2024-04-16T10:14:55.1133333+00:00
Muaz Nadeem 0 Reputation points
commented 2024-04-16T10:46:52.12+00:00
Muaz Nadeem 0 Reputation points
0 answers

Authorizing only properly tagged resources for Autopilot provisioning

Hello, I need to create a conditional access policy for Windows OS, that allows the Microsoft Intune Enrollment app if and only if the provisioning machine has been registered and provided with a specific tag (e.g.: COMP-HYBRID). To achieve this goal I…

Windows Autopilot
Windows Autopilot
A collection of Microsoft technologies used to set up and pre-configure new devices and to reset, repurpose, and recover devices.
404 questions
Microsoft Intune Enrollment
Microsoft Intune Enrollment
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Enrollment: The process of requesting, receiving, and installing a certificate.
1,239 questions
Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,325 questions
asked 2024-04-10T09:44:51.7966667+00:00
Alberto Fumagalli 1 Reputation point
commented 2024-04-16T10:45:26.3+00:00
Alberto Fumagalli 1 Reputation point
0 answers

How to process all input files using Azure Function blob_trigger with Python V2 and append data to an output blob

Hello,   Could anybody help me with my task? The task is the following. I have a blob storage, where new files are loaded into the “input” folder. I need to create Azure function (blob trigger) that takes input files one by one, processes them, and…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,190 questions
asked 2024-04-16T10:44:34.41+00:00
Maryna Paluyanava 151 Reputation points
0 answers

How to deserialize an IDictionary Object load into an Azure EventHub

I am trying to deserialize data that is coming from Azure Event Hub using Kafka integration, the data is loaded into the EventHub using .net app and the message is an IDictionary object as shown below, after reading from the EventHub the data that is…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
554 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,328 questions
asked 2024-04-14T22:22:19.27+00:00
BEPV 0 Reputation points
commented 2024-04-16T10:44:25.7066667+00:00
AnnuKumari-MSFT 30,361 Reputation points Microsoft Employee
0 answers

OpenID Azure B2c The scope organisationid provided in the request is not supported

Getting error for receiving custom claim The scope organisationid provided in the request is not supported. added scope for organisationid in api permission, added it as custom claim, modified the manifest,

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,325 questions
asked 2024-04-16T10:44:12.0233333+00:00
KODAVALLA, Sanjeev 0 Reputation points
0 answers

2024-04-15T10:19:48.1687992Z AttributeError: module 'django.conf.global_settings' has no attribute 'ROOT_URLCONF' when even though the settings.py file has ROOT_URLCONF present ?

Trying to run my django app on the Azure web app services, getting the error 2024-04-15T10:19:48.1687992Z AttributeError: module 'django.conf.global_settings' has no attribute 'ROOT_URLCONF' in the log files even though it runs perfectly on the localhost…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,794 questions
asked 2024-04-15T10:32:55.63+00:00
Sayak Dasgupta 0 Reputation points
edited a comment 2024-04-16T10:43:35.9666667+00:00
ajkuma 22,076 Reputation points Microsoft Employee
0 answers

Device keep getting pop-up Windows needs your current credentials after login using WFHB pin or biometric

We have enable Windows Hello For Business in our environment. However, when user login using hello pin or biometric. It gives below pop-up. User device is Azure ad join and our identity is Hybrid. We are using cloud Kerberos trust to enable WFHB. Any…

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.
604 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.
908 questions
asked 2024-04-16T10:43:31.7966667+00:00
Ritesh Sharma 256 Reputation points
2 answers One of the answers was accepted by the question author.

Increasing usage of MySQL server

Hello, When I go to the Top free services by usage section in Subscriptions>Overview, I notice continuous increasing in the "Azure Database for MySQL, Flexible Server Storage, Data Stored" usage. It is increasing daily although i stopped…

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
709 questions
asked 2024-03-30T08:53:18.47+00:00
Mohmmed Magdy 30 Reputation points
commented 2024-04-16T10:43:15.95+00:00
Mohmmed Magdy 30 Reputation points
3 answers One of the answers was accepted by the question author.

SSMS 20 can't show conflict viewer

Hi! Clicking on View conflicts in Object Explorer open Connect to Server dialog form instead of Conflict Viewer. If I fill in form to connect to the same server, it creates very strange error: A connection was successfully established with the server,…

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,605 questions
asked 2024-04-05T12:35:44.52+00:00
Nebojsa Ilic 15 Reputation points
accepted 2024-04-16T10:42:59.6833333+00:00
Nebojsa Ilic 15 Reputation points
1 answer One of the answers was accepted by the question author.

I passed my AZ-104 exam on 6th April but did not get badge

I passed the exam AZ-104: Microsoft Azure Administrator, but I haven't received a badge yet. Please resolve this issue. Thanks Rashid Ahmed Qazi

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,777 questions
asked 2024-04-16T10:00:51.25+00:00
Rashid Ahmed Qazi 0 Reputation points
accepted 2024-04-16T10:42:59.6066667+00:00
Rashid Ahmed Qazi 0 Reputation points
0 answers

How to create Excel records more efficently

I have managed to create a logic app that goes through all the available subscriptions (via the List Subscriptions action), then collects their tag IDs and tag values (via a For_each loop with the List subscription resource tags action), and then stores…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,823 questions
asked 2024-04-16T10:39:54.1566667+00:00
Luis O 0 Reputation points
0 answers

Cannot set vm.max_map_count=262144 for Azure AppService hosting docker compose container

I have an Azure App Service, which is running under linux App Service plan. I deployed custom elasticsearch image via docker-compose to the app service. The multicontainer app can be started successfully and works fine. But I have a warning, that …

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,794 questions
asked 2024-04-15T17:40:54.97+00:00
Kostya Malich 0 Reputation points
edited the question 2024-04-16T10:39:39.24+00:00
Kostya Malich 0 Reputation points
2 answers One of the answers was accepted by the question author.

How to read messages from a azure service bus queue using data factory

Hi, I am new to Azure data factory and i am trying to understand is there a way in azure data factory by which i can read messages off a service bus queue. What i am trying to achieve is, there are messages coming into queue from a third party which have…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,190 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,458 questions
asked 2024-02-12T14:39:38.36+00:00
Rohit Singh 20 Reputation points
commented 2024-04-16T10:39:21.4066667+00:00
Pinaki Ghatak 2,240 Reputation points Microsoft Employee