23,789 questions

Sort by: Updated
0 answers

I'm the only admin for a workplace 365 Business Premium account and cannot access my authenticator app

I am the only admin for a 365 Business Premium account via the Microsoft Tech for Social Impact program. I did something with my authenticator app on my phone and am no longer able to access it. I've tried different things but each time end up having to…

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.
8,087 questions
Windows 365 Business
asked 2025-02-18T23:15:34.2433333+00:00
Craig Mulder 0 Reputation points
0 answers

Validating user's input format is not working

Our requirement is to ask users to create a password with the following format: First letter of firstname+First letter of lastname+2 digits of month+2 digits of day+4 digits of year. For instance, a user with the name of John Doe, born January 1, 1900…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,600 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,781 questions
asked 2025-02-18T23:08:28.06+00:00
Simflex 301 Reputation points
0 answers

In-Place windows Server Upgrade from Win 2019 to Win 2022 or Win 2025.

Have read in the past "Microsoft does not recommend performing an in-place upgrade of any server, as it can cause compatibility issues, performance degradation, and potential data loss. A clean install is the preferred method, as it ensures a fresh…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,725 questions
asked 2025-02-18T22:54:45.2066667+00:00
stephen kung 0 Reputation points
0 answers

Outlook Classic and 365 Subscription

I am using Outlook classic to view old emails. I do not need Outlook classic to send or receive emails. If I cancel my trial subscription to 365 will I still be able to use Outlook Classic to view old emails?

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.
5,499 questions
asked 2025-02-18T22:51:53.0833333+00:00
Tom Daues 0 Reputation points
0 answers

Azure Data Factory - Copy data from AWS Redshift to Azure Synapse - Failed to connect error

Hi, I am trying to copy a table of data from AWS Redshift into Azure Synapse, below is the JSON code from the data factory: { "name": "pipeline1", "properties": { "activities": [ { …

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.
5,192 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,258 questions
asked 2025-02-18T22:50:02.35+00:00
Vinny Prajapati 0 Reputation points
0 answers

How does Visual Studio decide on the field names in a C structure when doing a quick watch on the structure?

Programming in C. I was curious how/where Visual Studio is determining the field names of a structure when one does a quick watch on the pointer to the structure's memory. The reason is a bit odd but here it is: we have a client facing structure that…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,447 questions
asked 2025-02-18T22:47:49.76+00:00
Theodore Sung 0 Reputation points
0 answers

I need to avoid indefinite number of retries of durable function orchestrations

I wrote an Azure Function App with Durable Functions. While testing with a large dataset, I realized that the functionTimeout value was 10 mins. This caused some of the orchestrations to timeout. Thus began an indefinite number of retries of the failed…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,425 questions
asked 2025-02-18T22:47:35.7333333+00:00
Anil Bhat 0 Reputation points
0 answers

In-Place windows Server Upgrade from Win 2019 to Win 2022 or Win 2025.

Hello, Have read over previous years that "Microsoft does not recommend performing an in-place upgrade of any server, as it can cause compatibility issues, performance degradation, and potential data loss. A clean install is the preferred method,…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,725 questions
asked 2025-02-18T22:46:54.57+00:00
stephen kung 0 Reputation points
0 answers

Unable to check-in for the Azure AI 900 exam

Hi I was supposed to take the Azure AI 900 exam today at 9:45 Central European Time. I had booked my exam through Pearson Vue OnVue, it was meant to be an online proctored exam. I logged in at 9:15 and following the indications that appeared on some of…

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,139 questions
asked 2025-02-18T22:38:11.42+00:00
Ivan Casana-Gallen 26 Reputation points
0 answers

Authenticator lock out

When I try to log in, it asks for a code from the Authenticator app, which I can’t provide since my phone updated and logged me out. The only alternative is to get help from the organization admin—but that’s me, and I can’t access my account. What are my…

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.
8,087 questions
asked 2025-02-18T22:29:55.5866667+00:00
Shawna 0 Reputation points
0 answers

Postgres 16 - 2BP01: role "PROD-infra-dt-sp cannot be dropped because some objects depend on it

When trying to delete the SP role after creating database and schemas, it throws error. However the same command works fine in postgres15. How do we resolve this? az postgres flexible-server ad-admin delete \ --yes \ --resource-group…

Azure Database for PostgreSQL
asked 2025-02-18T22:20:07.63+00:00
Dhivyagrace Godwin 0 Reputation points
0 answers

How to redirect microsoft login to the right reply url

Hi, I have confirmed that the reply url of the my web app registered at AAD is 'https//my-web-app.azurewebsites.net/auth/callback' and the env variables i set is the same value, too. But when i logged in, the page got 302.

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,086 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,076 questions
asked 2025-02-18T21:47:21.35+00:00
Zheng, Huili 0 Reputation points
edited the question 2025-02-18T21:47:52.7+00:00
Zheng, Huili 0 Reputation points
0 answers

I am trying to lock down apim access by incoming ip

I am trying to lock down an APIM site by incoming IP. It seems like the best route is to use APIM Premium V2 to do VNET injection so I can use a network security group to allow incoming traffic. However, this requires upgrading to Premium V2. There is…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,297 questions
asked 2025-02-18T21:44:08.2933333+00:00
Kevin Perillo 0 Reputation points
0 answers

I need a bing keycode

How do I get a bing ketcode for speech recognition?

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,916 questions
asked 2025-02-18T16:08:42.3+00:00
Rok1330 0 Reputation points
edited the question 2025-02-18T21:41:18.48+00:00
VarunTha 12,585 Reputation points Microsoft Vendor
0 answers

Incorrect Grammar Case for Dates in Microsoft TTS

Hello, I have noticed an issue with how Microsoft TTS (Text-to-Speech) handles dates in German, specifically regarding grammatical cases. When a date includes the month spelled out, the pronunciation is correct (dative case): ✅ zum 23. November 2025 →…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,916 questions
asked 2025-02-18T16:24:16.36+00:00
Dimitrios Arampatzoglou 0 Reputation points
edited the question 2025-02-18T21:37:25.39+00:00
VarunTha 12,585 Reputation points Microsoft Vendor
0 answers

Does E1 & E3 license allow users to create or use copilot agents?

Most of our users have E1 or E3 licenses and they can use SharePoint, but there can not create Copilot agents, so can they get it? or we need to upgrade their licenses ? 

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,228 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.
3,303 questions
asked 2025-02-18T21:34:42.6433333+00:00
john john Pter 445 Reputation points
0 answers

Problems for setting up Cache Node [MCC]

I followed the Microsoft Connected Cache for ISPs documentation for setting up MCC in a Ubuntu 22.04 LTS server (twice, 'cause I reinstalled everything, but no success). Everything went fine, I see that there is content inside the cache folders, the…

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.
5,811 questions
asked 2025-02-18T19:22:20.3433333+00:00
NOC Certto 0 Reputation points
edited the question 2025-02-18T21:33:03.32+00:00
VarunTha 12,585 Reputation points Microsoft Vendor
0 answers

Email bullets turn into Adobe icons after pasting a PDF

Hello team, When pasting any document (PDF, Word file, Folder) from OpenText into Outlook or MS Word, the link gets converted into bullet points with the file type logo as the bullet. Is there a way to paste a document from OpenText without it being…

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
960 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
4,502 questions
asked 2025-02-18T21:31:30.59+00:00
Abhay Pathak 0 Reputation points
0 answers

Global Secure Access - Unable to access from mobile phone

Hello, I've set up Global Secure Access and configured an on-prem application. The connectors are installed on two separate virtual machines. I can connect from external networks to the on-prem web application via Global Secure Access on all devices…

Microsoft Entra
asked 2025-02-18T21:23:12.33+00:00
st84 6 Reputation points
edited the question 2025-02-18T21:31:21.7966667+00:00
VarunTha 12,585 Reputation points Microsoft Vendor
0 answers

Global Secure Access - Unable to access from mobile phone

Hello, I've set up Global Secure Access and configured an on-prem application. The connectors are installed on two separate virtual machines. I can connect from external networks to the on-prem web application via Global Secure Access on all devices…

Microsoft Entra Private Access
Microsoft Entra Private Access
Microsoft Entra Private Access provides secure and deep identity-aware, Zero Trust network access to all private apps and resources.
83 questions
asked 2025-02-18T21:22:32.1666667+00:00
st84 6 Reputation points
edited the question 2025-02-18T21:30:45.0566667+00:00
VarunTha 12,585 Reputation points Microsoft Vendor