55,200 questions

Sort by: Updated
0 answers

A very disturbing email from Azure

Hello, Today 05/31/24 I received an email from azure@microsoft.com that is concerning to me. As far as it is understood, my account gionov@feg.bg is about to be closed Please excuse me, but I did not want my account gionov@feg.bg to be deleted in any…

Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,784 questions
asked 2024-05-31T13:46:49.04+00:00
Иван Гьонов 0 Reputation points
commented 2024-05-31T19:13:12.0733333+00:00
Olaf Helper 41,806 Reputation points
0 answers

Stop prompt to keep the search box in the Taskbar hidden.

Hello. I have disabled the setting with a configuration profile in Intune. CSP: ./Device/Vendor/MSFT/Policy/Config/Search/ConfigureSearchOnTaskbarMode This has left the options Settings > System > Notifications & actions, then uncheck the boxes…

Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,508 questions
asked 2024-05-31T19:12:48.9+00:00
Samantha Ruhnke 0 Reputation points
0 answers

How to assign value from session upload file into upload posted file again

i am trying to save uploaded file after some big process. i am saving uploaded file in session to retain the file upload data. i.e : uploaded file will be saving into session variable. after saving to session upload file will be cleared. but, the upload…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,330 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,417 questions
asked 2024-05-31T18:44:51.0666667+00:00
Gani_tpt 1,806 Reputation points
commented 2024-05-31T19:12:31.7866667+00:00
P a u l 10,406 Reputation points
0 answers

Typo on page

Hi, where do we give feedback for a typographical error on a MS Learn page? https://learn.microsoft.com/en-us/training/modules/sql-server-2022-performance-enhancements/3-memory-feedback-exercise Item 6. IsMemoryGrangFeedbackAdjusted should be…

SQL Server Training
SQL Server Training
SQL Server: A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.Training: Instruction to develop new skills.
5 questions
asked 2024-05-31T19:07:21.7766667+00:00
Ric Oliva 0 Reputation points
0 answers

Microsoft hesabım ile aicrowd forumuna giriş yapamıyorum.

Merhabalar, Microsoft hesabım ile https://discourse.aicrowd.com/ sitesine giriş yapamıyorum. Macbook kullanıyorum. Safari uygulamasında problem yok ancak Microsoft'ta sorun var.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,909 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,939 questions
asked 2024-05-31T19:04:50.4633333+00:00
serhan elark 0 Reputation points
0 answers

Missing Query Duration Information in Azure PostgreSQL Logs

We are currently running PostgreSQL as a Flexible Server on Azure and have configured Azure Diagnostics to log queries. However, we are encountering an issue where the duration of the queries is not consistently logged in the Message column or the…

Azure Database for PostgreSQL
asked 2024-05-31T11:55:04.8166667+00:00
Anand Advani 5 Reputation points
commented 2024-05-31T19:01:27.31+00:00
GeethaThatipatri-MSFT 27,987 Reputation points Microsoft Employee
0 answers

I dint have subscription ID in my account, how to get subscriptions

When im filling the form it asks for subscription ID but when i logged in and check i dint have subscription id This question is related to the following Learning 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,081 questions
asked 2024-05-31T18:58:20.5466667+00:00
0 answers

How to fix "interaction required" error in Azure Active Directory

I'm receiving an "interaction required" error with the following error message when trying to access an application in Azure Active Directory: { "sessionId": "79931c6c741740fe97d5f77335f8dda6", "errors": [ …

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,463 questions
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,081 questions
asked 2024-05-31T18:51:27.92+00:00
Alex Ning 0 Reputation points
0 answers

ResetPassword in .net core web api

Hi, I'm currently working on a .NET core web API project and writing ResetPassword. The user wrote the email and front-end sent it to my ForgotPassword Endpoint, I checked the database and send the url with email and token in it to the user's email. This…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,252 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,417 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
309 questions
asked 2024-05-31T18:45:26.5333333+00:00
Atilla Rüstəmli 0 Reputation points
0 answers

my pc freezing and keyboard delay

my pc freezes I can still hear audio see thing move on my screen and can move mouse but my keyboard does not work and I cannot press anything . my keyboard also becomes more delayed the more a play eventually becoming useless as there is a 10 second…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,487 questions
asked 2024-05-31T18:39:38.7466667+00:00
Shane Brown 0 Reputation points
0 answers

Machine learning with synapse

Hello team, for my project purpose, I want to connect my azure machine learning to synapse. But there seems some issue happening when I tried to do so. Can I know any limitation or access requirement for this process? To be straightforward, is this a…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,626 questions
asked 2024-05-31T18:38:17.0766667+00:00
Dan Ishutin 60 Reputation points
0 answers

Moving files after a copy from a blob storage

Hi, I've implemented a pipeline to read a set of txt files from a blob storage, searched by a certain string, and then to write them on a shared folder on-premise. For a such task I've used a copy activity. Now, how I could move the copied files from the…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,802 questions
asked 2024-05-31T18:28:12.14+00:00
pmscorca 817 Reputation points
0 answers

Azure Communications UI CallComposite , Captions display "Unnamed Participant" ?

Hi Azure, I've implemented a calling to teams users based upon the samples, using CallComposite and the TeamsCallAdapter. When I turn on captions from CallComposite, captions appear but the user name says "Unnamed Participant". Based upon…

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
713 questions
asked 2024-05-31T18:25:47.5433333+00:00
Martin Rojo 0 Reputation points
edited the question 2024-05-31T18:26:40.6+00:00
Martin Rojo 0 Reputation points
0 answers

Unable to connect to Azure Cosmos DB using Corporate Proxy

I am trying to use Azure Cosmos DB as my document database using Python SDK library. And it seems that I unable to connect to cosmos DB using corporate proxy if I pass the proxy information using "ProxyConfiguration" or…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,476 questions
asked 2024-05-30T10:49:50.39+00:00
Shahnawaz 1 Reputation point
commented 2024-05-31T18:24:17.1233333+00:00
GeethaThatipatri-MSFT 27,987 Reputation points Microsoft Employee
0 answers

The "Built for your org" section is missing on iOS and Android Teams apps

We are using the Mobile version 6.10.0 of Teams for our field employees and The "Built for your org" section is missing on iOS and Android Teams apps. This means that they are unable to access company created apps. Is anyone experiencing the…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,288 questions
asked 2024-05-31T18:23:08.52+00:00
TMcNeel13 0 Reputation points
0 answers

lost access to authenticator app and now cannot login to outlook.com email

Hello, Locked out of my Outlook.com account with two step security verification on I had to reformat my computer after about 6 months and have an [outlook.com] email address. This email address was linked to my office 365 account with about 13 gigabytes…

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,705 questions
asked 2024-05-31T18:20:39.9466667+00:00
R Coas 0 Reputation points
0 answers

Azure app service pulling image failure error

Hi, I have an azure app service(Linux based) with publishing model as ‘Container’. I am using private Artifactory to pull docker images from as container registry. I am able to pull sample .Net 6.0 web api from the registry and successfully run. For…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,062 questions
asked 2024-05-31T15:53:02.9066667+00:00
Sankar Gopalakrishnan 0 Reputation points
commented 2024-05-31T18:12:02.99+00:00
Sankar Gopalakrishnan 0 Reputation points
0 answers

I'm not getting a Teams Pop up when meetings have started

Up until about two weeks ago no matter what I was doing, or what screen I was on I would get a pop up notification on the lower right side of my browser letting me know a meeting was about to start. I have checked all my settings both within Teams…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,288 questions
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,931 questions
asked 2024-05-31T15:32:55.5866667+00:00
Tassone, Jaclyn M 0 Reputation points
edited the question 2024-05-31T18:08:33.74+00:00
Grmacjon-MSFT 16,786 Reputation points
0 answers

Azure B2C, Sign in using multiple policies

I'm currently using Azure B2C to sign in users using the Microsoft.Identity.Web framework. My configuration looks something like this services.AddAuthentication(OpenIdConnectDefaults.AuthenticationScheme) .AddMicrosoftIdentityWebApp(options => …

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,939 questions
asked 2024-05-28T07:28:21.34+00:00
Jonas Nordtorp Olesen - Dronevolt 5 Reputation points
commented 2024-05-31T18:07:10.68+00:00
Akshay-MSFT 16,676 Reputation points Microsoft Employee
0 answers

I'm using Visual studio 2022 & creating a tabular model but not able to connect to Azure Data lake blob storage - not even able to see that connector

I'm using Visual studio 2022 & creating a tabular model but not able to connect to Azure Data lake blob storage - not even able to see that connector & attaching the screenshot of the connector image. Compatibility level of the SSAS Tabular…

Azure Analysis Services
Azure Analysis Services
An Azure service that provides an enterprise-grade analytics engine.
440 questions
SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,252 questions
asked 2024-05-31T06:52:56.3233333+00:00
Aravind K Pachaiyappan 0 Reputation points
commented 2024-05-31T18:06:47.4266667+00:00
BhargavaGunnam-MSFT 27,976 Reputation points Microsoft Employee