356,703 questions

Sort by: Updated
4 answers

Keep getting complete setup pop up when trying to autofill passwords

Hi please help this is driving me crazy i have deleted reinstalled, restarted phone, signed into everything possible and I still get this pop up when trying to autofill my passwords from Authenticator. I just got a new iPhone 15 pro, transferred…

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,925 questions
asked 2024-06-13T13:01:21.0333333+00:00
Chris Gray 45 Reputation points
commented 2024-06-28T16:16:03.9633333+00:00
Joe Svec 0 Reputation points
1 answer

Removing private endpoint connection from Event Grind Namespace not possible

Hello community, we have an issue removing private endpoint connections from the Azure Event Grid. When we try to reject a private endpoint connection we got the error message: Failed to update private endpoint "endpoint name" with error: 400We…

Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
483 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
339 questions
asked 2024-06-28T08:25:53.17+00:00
Welker Michael 0 Reputation points
answered 2024-06-28T16:16:01.48+00:00
Luis Arias 5,751 Reputation points
1 answer

User account does not exist in tenant 'Default Directory'

Hello, I am trying to build web application with nextjs and nextauth, therefore I created an app registration on my personal MS account. I am using the AzureADProvider but I get the following error message on https://login.microsoftonline.com/<My…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,270 questions
asked 2023-04-15T09:03:27.63+00:00
Anonymous
commented 2024-06-28T16:14:45.67+00:00
Deleted Account 0 Reputation points
0 answers

Creating Certifcate Or Symmetric key Over Azure Managed Instance with Entra Service principal

Hi Team, We are connecting a database over Azure SQL Managed Instance from our C# application. We need to create Symmetric-Key/Asymmetric-Key/Certificate with TSQL statement.

Azure SQL Database
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,270 questions
asked 2024-06-28T14:13:48.8733333+00:00
Deepak Rane (drane) 60 Reputation points
commented 2024-06-28T16:12:05.6933333+00:00
Oury Ba-MSFT 17,556 Reputation points Microsoft Employee
0 answers

oauth2 and office professional 2021 setup

I received an email indicating that oauth2 'maybe' required for my connection to the outlook.com email account. Outlook 2021 does not seem to have that setting and there is no clear answer from microsoft on setting it up. I use POP connection because I…

Office Management
Office Management
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Management: The act or process of organizing, handling, directing or controlling something.
2,055 questions
asked 2024-06-28T16:11:08.12+00:00
Bruce Plumer 0 Reputation points
0 answers

Why will an email address not populate in a new SharePoint entry?

I have a PowerShell script used to decommission servers in our environment. My code is successfully creating the new entry and populating all properties with the exception of the Assigned Tech. This is a "Person or Group" field. I have it…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,184 questions
asked 2024-06-28T15:56:53.7766667+00:00
Laird Mark D. MacLachlan 11 Reputation points
edited the question 2024-06-28T16:05:12.0266667+00:00
Laird Mark D. MacLachlan 11 Reputation points
0 answers

Unable to get entra support from Microsoft

I opened a level B support ticket on June 21 and have yet to receive any response. This is a critical issue for us. What can I do to get support?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,270 questions
asked 2024-06-28T16:05:05.97+00:00
Larry Martell 0 Reputation points
2 answers One of the answers was accepted by the question author.

Verifying multiple network connections between MSFT datacenters?

What is the best way to evidence (to our auditors) that our datacenters are connected to each other via redundant fiber (i.e. mesh)? I am familiar with Azure AZs, but can't locate anything that I can provide that verifies that the datacenters in a…

Azure Network Watcher
Azure Network Watcher
An Azure service that is used to monitor, diagnose, and gain insights into network performance and health.
160 questions
asked 2024-06-20T21:45:48.02+00:00
Lee Moscal 20 Reputation points Microsoft Employee
accepted 2024-06-28T16:04:17.28+00:00
Lee Moscal 20 Reputation points Microsoft Employee
2 answers

How to add a Sql code to a powershell script

backup_report.txtI have the below sql script to check if any failover happened on the last 24 hrs and we want to use that in the existing powershell backup report script to check that condition before it reports, the below sql code only returns a…

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,443 questions
asked 2024-06-28T14:46:35.28+00:00
Sara 421 Reputation points
edited a comment 2024-06-28T16:03:58.6966667+00:00
Sara 421 Reputation points
1 answer

SharePoint Events list tiles view JSON format with image

Hi, According to the PNP list-formatting page https://github.com/pnp/List-Formatting/tree/master/view-samples/event-tiles, I can customize it with JSON. However, how can I include the event page image on it? What variable should I use for the img…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,103 questions
asked 2024-06-28T06:08:21.02+00:00
Edwin Wong 0 Reputation points
commented 2024-06-28T16:02:22.11+00:00
Edwin Wong 0 Reputation points
0 answers

What domain do I specify in my CSP headers for teams?

I'm trying to allow a page on my web app to be iframed by teams. However, I'm not sure which domain to whitelist for the teams client. How can I find this?

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,991 questions
asked 2024-06-28T16:02:17.6966667+00:00
SadPython 0 Reputation points
1 answer

How to change code "Foreach" to Loop.

@page "/" @rendermode InteractiveServer @inject NavigationManager Navigation <h1 style="color: blue;">Anda!!</h1> <p></p> Welcome to your new app. <p></p> @foreach (var image in images) { …

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,469 questions
asked 2024-06-28T14:53:36.5233333+00:00
MIPAKTEH_1 240 Reputation points
edited an answer 2024-06-28T15:59:21.7766667+00:00
AgaveJoe 27,171 Reputation points
2 answers One of the answers was accepted by the question author.

Show prices while creating and configuring services

How can I see the prices of services based on the region and on the options I select while creating a resource from the Azure portal? I have seen screenshots with people showing a pricing page while creating a storage account, but I am unable to locate…

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,265 questions
asked 2024-06-19T13:35:22.0566667+00:00
Marius - Roma 371 Reputation points
accepted 2024-06-28T15:55:46.13+00:00
Marius - Roma 371 Reputation points
1 answer

Preventing Database Deletion in SSMS

prevent accidental database deletions within SQL Server Management Studio (SSMS). Currently, I am exploring options to enforce this restriction effectively implemented a DDL trigger Is the above DDL trigger approach appropriate for preventing…

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,161 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,588 questions
asked 2024-06-28T13:20:16.26+00:00
Niket Kumar Singh 280 Reputation points
answered 2024-06-28T15:54:57.5466667+00:00
Luis Arias 5,751 Reputation points
4 answers

Microsoft Azure ECC TLS Issuing CA Certificate expiration

hello. I mainly use Microsoft 365. The security program AVG informs me that one of the issuers of the certificate has expired. The three issuers are listed below. Microsoft Azure ECC TLS Issuing CA 01 Microsoft Azure ECC TLS Issuing CA 02 Microsoft Azure…

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,181 questions
Microsoft Q&A
Microsoft Q&A
Use this tag to share suggestions, feature requests, and bugs with the Microsoft Q&A team. The Microsoft Q&A team will evaluate your feedback on a regular basis and provide updates along the way.
644 questions
asked 2024-06-28T06:57:23.55+00:00
BH K 0 Reputation points
answered 2024-06-28T15:54:27.5133333+00:00
Hena xo 0 Reputation points
0 answers

Azure OpenAI, Is there any documentation that prompts and training data are not stored in Azure Open AI

Is there any official documentation that states Azure Open AI does not store the prompts and the training data?

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,059 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,515 questions
asked 2024-06-28T15:53:30.2633333+00:00
Aykut Parlak 0 Reputation points
1 answer

Error on the mslearn-knowledge mining Lab Implement enhancements to search results

Hello, I am following the mslearn path for the Microsoft Certified: Azure AI Engineer Associate, Exam 102. I am in the knowledge mining section in the exercise, Implement enhancements to search results. I have followed the instructions in the module,…

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,206 questions
asked 2024-06-18T16:47:54.85+00:00
John Hancock 0 Reputation points
answered 2024-06-28T15:52:57.03+00:00
Rakesh Gurram 5,070 Reputation points Microsoft Vendor
2 answers

Receiving validation error when trying to create a webhook subscription

I've been testing various ways to create a webhook subscription (with resource data), and I'm getting a ValidationError with no details as to what the issue is. I am developing in C#, and I have tested this using the Microsoft.Graph NuGet package and…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,184 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,548 questions
asked 2024-06-28T11:32:31.01+00:00
Steve Norwood 0 Reputation points
commented 2024-06-28T15:51:53.51+00:00
Steve Norwood 0 Reputation points
0 answers

Faster way to data load from oracle to SQL server without Attunity 5.0

Hello, I am in the process of upgrading SSIS packages from 2015 to 2022 using VS 2022. we are having performance issues with data load from oracle to SQL and vice versa. we were using Attunity 4.0 with previous version of VS 2015 and that was a big help…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,811 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,501 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
190 questions
SQL Server Transact-SQL
SQL Server Transact-SQL
SQL Server: A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.Transact-SQL: A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
62 questions
asked 2024-06-28T15:51:19.4233333+00:00
Lodha, Nimisha M 0 Reputation points
1 answer

Cannot review the uploaded files after initial commit in VSCode

After initial function app deployment. I return to the Web Portal and cannot review the uploaded files. I am shown 'This function has been edited through an external editor. Portal editing is disabled.' There is another issue for me is that I cannot…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,540 questions
asked 2024-06-27T15:50:31.88+00:00
Ben Smith 0 Reputation points
commented 2024-06-28T15:48:21.5066667+00:00
Ben Smith 0 Reputation points