352,454 questions

Sort by: Updated
1 answer

How do I remove connection to Azure?

Hi, First of all I'm sorry if I don't use the right terms, but I am not the most confident in technical and Azure-lingo. I have an issue: I bought a domain through one.com. Then some friends tried to make a web app for that domain, hosted by Azure. That…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,126 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
802 questions
asked 2024-06-11T09:09:45.62+00:00
Lille 0 Reputation points
answered 2024-06-11T10:49:31.8633333+00:00
Miguel Gonçalves 81 Reputation points
1 answer One of the answers was accepted by the question author.

I have passed on DP-300 on May 28th and did not receive my certificate yet

Hello, Please, anyone could give me a help with my problem ? I have passed on DP-300 on May 28th and did not receive my certificate yet

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,900 questions
asked 2024-06-10T15:10:13.8233333+00:00
Douglas Castilho 0 Reputation points
accepted 2024-06-11T10:48:36.0366667+00:00
Douglas Castilho 0 Reputation points
3 answers

How do I delete a Network Interface attached to a deleted VM?

I have a Network Interface resource that is attached to a Virtual Machine. Unfortunately the Virtual Machine has been deleted a while ago. I get the following error message when trying to delete the Network Interface Failed to delete network…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,354 questions
asked 2021-06-17T13:32:26.62+00:00
Peter Frost 1 Reputation point
commented 2024-06-11T10:47:49.1833333+00:00
Faimuddin Shaik (MINDTREE LIMITED) 20 Reputation points Microsoft Vendor
1 answer

Azure SSPR-Implementing with M365 E5 Licence

Hi Team, Since Azure Entra ID SSPR requires each user to have Azure Entra ID P1/P2 plan for them to avail SSPR, I've read somewhere that those who have the M365 E5 licence will already have the Entra ID P2 plan that will help them avail SSPR. Can someone…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,029 questions
asked 2024-06-11T10:42:10.4766667+00:00
Pranoy Prakashan 0 Reputation points
answered 2024-06-11T10:47:16.66+00:00
Andy David - MVP 143.4K Reputation points MVP
3 answers One of the answers was accepted by the question author.

O365 Address book separately

We have O365 Tenant for an address book(email,team) of each of branches(8) under same tenant. Currently branches can search an address book under tenant. We need restricted search an address book each branches of internal only but root of an address book…

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.
4,055 questions
Microsoft Exchange Online
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,335 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
3,193 questions
asked 2023-11-01T13:43:19.5166667+00:00
Dopod 81 Reputation points
edited an answer 2024-06-11T10:46:44.9366667+00:00
Dopod 81 Reputation points
1 answer

¿Cómo puedo ingresar a mi cuenta de Teams si me pide un código de Microsoft authenticator pero en el mismo Microsoft authenticator también me pide ingresar el código y no puedo entrar?

Tengo problemas para iniciar sesión en mi cuenta institucional por el MFA, el Microsoft authenticator me pide ingresar código en el mismo Microsoft authenticator cosa que no puedo, en el teams al momento de ingresar mi contraseña me pide ingresar código…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,335 questions
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,782 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,029 questions
asked 2024-06-10T04:59:42.35+00:00
VALERIA 0 Reputation points
answered 2024-06-11T10:46:08.5266667+00:00
Raja Pothuraju 75 Reputation points Microsoft Vendor
1 answer

How to disable Localization in Windows.

Hello Team, Currently my application configured with the different resx files. So when ever any change in the language in the device it automatically updates with the respective language. I want restrict that. On changes the language, changes should…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,036 questions
asked 2024-06-11T10:08:29.73+00:00
Vaibhav Methuku 80 Reputation points
answered 2024-06-11T10:45:30.85+00:00
Miguel Gonçalves 81 Reputation points
1 answer

how can i get the azure free trail account without giving the credit card details ?

how can i get the azure free trail account without giving the credit card details ?

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,127 questions
asked 2024-06-11T09:40:36.6633333+00:00
shobit sharma 0 Reputation points
edited the question 2024-06-11T10:44:45.4633333+00:00
ManoharLakkoju 615 Reputation points Microsoft Vendor
1 answer

IE "noframemerging" option not working

Hi, We have a Java/JSP/Servet web application and launch a new Edge instance in IE mode with "-noframemerging" option to make sure each window has its own session to prevent data mixed problem. But when we start our application from the same…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,199 questions
asked 2024-06-04T21:21:17.0766667+00:00
Zhu, Ligong 100 Reputation points
commented 2024-06-11T10:44:39.7533333+00:00
Zhu, Ligong 100 Reputation points
4 answers

How do I allow my SCCM clients to work on a metered LAN (ethernet) connection?

I have ConfigMgr v2010 and set the Default Client Settings to "Allow" metered internet connections. Why am I still having issues with clients re-installing the configmgr client? The clients that are already clients and have had their…

Microsoft Configuration Manager
asked 2021-05-21T20:34:14.893+00:00
Chris 221 Reputation points
commented 2024-06-11T10:44:21.4666667+00:00
Soufiane Faddi 0 Reputation points
0 answers

Trouble running Azure function locally to execute SQL queries

I am attempting to run an Azure function locally and executing SQL queries for dropping a table in Azure SQL server and creating and adding data. Unfortunately, the SQL queries are getting stuck, including truncate and insert records, which are taking…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,464 questions
asked 2024-06-11T09:13:01.0166667+00:00
Nikeet Sharma 0 Reputation points
edited the question 2024-06-11T10:42:55.0733333+00:00
ManoharLakkoju 615 Reputation points Microsoft Vendor
0 answers

Defender for Endpoint > Vulnerability Management > Windows Authenticated Scan - Error 400 Unable to start connection test.

I am trying to run a Microsoft Vulnerability Management Scan -> via Defender for Endpoint running a Windows Authenticated scan on hostnames. I have done all the setup required, but I am unable to do the final step which is setup a New Scan (Device…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,900 questions
asked 2024-06-11T10:13:54.11+00:00
Syed Haider Abbas Jafri 0 Reputation points
commented 2024-06-11T10:42:37.1166667+00:00
AmaranS 3,025 Reputation points Microsoft Vendor
0 answers

Request to Update Azure Monitor Alert Notifications to Distribution List

We require assistance in updating the recipient for Azure Monitor alerts. Currently, these alerts are being sent to ajay.dubey@mindtickle.com. We would like to change this to our distribution list (DL) to ensure better team coverage. Could you please…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,915 questions
asked 2024-06-11T07:53:33.3833333+00:00
IT Helpdesk 0 Reputation points
edited the question 2024-06-11T10:42:15.26+00:00
ManoharLakkoju 615 Reputation points Microsoft Vendor
0 answers

How to get more than 10 attachments from an email using graphapi?

I am able to get upto 10 attachments correctly from an email using graphapi, but when an email is encountered which has more than 10 attachments, Java program hangs indefinitely on get() method and there is no error/log printed for it. We are using…

Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,383 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,019 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,005 questions
asked 2024-06-11T10:09:52.82+00:00
SHARMA Shankarlal 0 Reputation points
commented 2024-06-11T10:41:41.44+00:00
Miguel Gonçalves 81 Reputation points
1 answer

How to access 'Azure File share' from browser?‎

Hi Team, Is there a way to access "Azure File Share" from browser for end users? All the online articles are suggesting to mount the file share in server and then use it, but we want our users to access files directly in browser and no need…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,198 questions
asked 2024-06-11T05:50:52.8333333+00:00
Pradeep Mishra 0 Reputation points
edited the question 2024-06-11T10:40:39.5+00:00
ManoharLakkoju 615 Reputation points Microsoft Vendor
0 answers

Azure Pricing Calculator Login issue

Hello Experts, I am facing an issue while logging in to the Azure pricing calculator to apply PepsiCo Enterprise Agreement. I have saved all my estimates over there. Whenever I try to log in to view the Estimates…

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,187 questions
asked 2024-06-11T06:54:05.0533333+00:00
Munagamuri, Vivek 0 Reputation points
edited the question 2024-06-11T10:39:54.93+00:00
ManoharLakkoju 615 Reputation points Microsoft Vendor
1 answer

SharePoint PNP Search Function

I need to set up a PNP search function to only search a specific site, only shows documents, and doesn't show any results when no criteria is entered.  The below query works how I want it to search, however it shows results when I haven't entered in any…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,979 questions
asked 2024-06-05T04:43:56.7766667+00:00
Olivia 0 Reputation points
commented 2024-06-11T10:39:46.8666667+00:00
Emily Du-MSFT 43,006 Reputation points Microsoft Vendor
0 answers

https://outlook.office365.com/ecp/ link is not working

https://outlook.office365.com/ecp/ link is not working getting 400 bad request error

Microsoft Office Online Server
Microsoft Office Online Server
Microsoft on-premises server product that runs Office Online. Previously known as Office Web Apps Server.
604 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
3,193 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
1,945 questions
asked 2024-06-11T10:36:37.6233333+00:00
Dipakrao Khadse, Ragini 0 Reputation points
0 answers

GPO applied successfully still its not working

Hi Experts, We have applied GPO to disabling browsers auto updates, GPO got applied successfully still its not working in Couple of environment. The same GPO was working in all other Windows 2012 environments We have no idea what went wrong in those…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,389 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,048 questions
asked 2024-06-07T15:35:35.4733333+00:00
Jimmy Afflick 80 Reputation points
edited the question 2024-06-11T10:34:43.9933333+00:00
Jimmy Afflick 80 Reputation points
0 answers

Not able to upload data in azure AI studio chats using Azure blob storage preview.

The ingestion process keeps on going. The data in blob storage is of 67kb only. The data is in pdf format. I have granted private access to my container in storage accounts. Pls help me. The model created is gpt-35-turbo and used basic tier subscription…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,406 questions
asked 2024-06-11T08:03:21.68+00:00
Aalam ansari 0 Reputation points
edited the question 2024-06-11T10:33:57.53+00:00
AshokPeddakotla-MSFT 29,481 Reputation points