341,539 questions

Sort by: Updated
0 answers

how to solve this problem? I want to download SQL server.

Azure SQL Database
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,695 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,119 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,245 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,154 questions
asked 2024-04-25T11:06:08.61+00:00
1 answer

Azure AD Connect service fail to start after ASR

Hello, I've recently added our Azure AD Connect server to Azure Sit Recovery. It was fully replicated recently, and I just completed a test failover in an isolated environment. For a few reasons it is not acceptable to allow this failover test version…

Microsoft Entra
asked 2024-04-23T15:35:59.81+00:00
AdamTyler-3590 70 Reputation points
commented 2024-04-25T11:05:59.57+00:00
Sandeep G-MSFT 14,326 Reputation points Microsoft Employee
1 answer

Users are unable to log into Outlook mobile devices

Dear Expertise, In my on-premises Exchange environment, some users are unable to log into Outlook mobile devices. However, these same users can log in using other mobile email apps such as Gmail or the default email app through the email address. Here's…

Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,073 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
2,952 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,847 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,345 questions
asked 2024-04-21T08:28:26.51+00:00
Dipto Adhikary 20 Reputation points
commented 2024-04-25T11:05:32.6+00:00
Dipto Adhikary 20 Reputation points
1 answer

Azure Site Recovery Unresolved health

Hello, I have 3 server replicated to azure via ASR, one of them always have error 'Data upload blocked for the SERVER-1 '\.\PHYSICALDRIVE0, \.\PHYSICALDRIVE1' disk's replication on the source machine.'. Even have this error and the replication health is…

Azure Site Recovery
Azure Site Recovery
An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
632 questions
asked 2024-04-25T03:57:52.2933333+00:00
Handian Sudianto 4,116 Reputation points
commented 2024-04-25T11:05:02.0366667+00:00
SadiqhAhmed-MSFT 37,536 Reputation points Microsoft Employee
1 answer

Cannot create app service plan for function app deployment

I'm trying to create a function app using my Visual Studio Subscription. Every time I try, I get the following error. The subscription 'xxx' is not allowed to create or update the serverfarm. I've tried different regions and different instance types,…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,253 questions
asked 2024-04-25T10:42:47.98+00:00
David Salter 0 Reputation points
commented 2024-04-25T11:04:34.7633333+00:00
David Salter 0 Reputation points
0 answers

Can i put a top level domain to Teams external allow list like gov.uk?

Hello Will the subdomain works if I just put the high level domain on the allow list? Say I put gov.uk to the allow list and will a.gov.uk and b.gov.uk works? Thanks.

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,061 questions
asked 2024-04-25T11:03:49.9233333+00:00
Chi Ho Cheng 0 Reputation points
0 answers

I'm getting an error on my Magento site stating "no space left on device"

I''m having to restart the server every day to get the website working again. I have read that we need to increase the allowed inode quantity, but the support options are extremely confusing. Any help will be appreciated, thanks.

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,686 questions
Azure Dedicated Host
Azure Dedicated Host
An Azure service that provides a dedicated physical server to host Azure virtual machines for Windows and Linux.
47 questions
asked 2024-04-25T11:03:33.2233333+00:00
HydroHobby 0 Reputation points
0 answers

How to find midpoint of a polyline

How would you calculate the x,y of the midpoint of a polyline with MS SQL Server? I can get start point and end point by using shape.STStartPoint().ToString() and shape.STEndPoint().ToString() An arbitrary point using…

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,695 questions
asked 2024-04-25T11:02:46.91+00:00
Shaun Gibbins 0 Reputation points
0 answers

Is there any way to disable loading of satellite DLLs for MFC programs?

According to this help page, any application or DLL created with MFC will attempt to load localized resources from satellite DLLs such as exampleENU.dll or exampleLOC.dll. We have built a legacy application using MFC, but we do not use this particular…

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,527 questions
asked 2024-04-25T11:02:07.57+00:00
Hermann Walth 0 Reputation points
0 answers

Microsoft Azure Storage Explorer

Hello! Please ask if there is a version compatible with Windows Server 2012 Standard. I tried to install the current version and the 2023 version, but without success. It does not work. Any help, I appreciate it. Best Regards, Gabriel Moraes.

Azure Storage Explorer
Azure Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
230 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,686 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,427 questions
asked 2024-04-25T11:01:24.92+00:00
Gabriel Moraes 60 Reputation points
1 answer One of the answers was accepted by the question author.

What is the way to implement LLM in azure machine learning

The designer is not supported to develop a LLM nor implement a LLM based on my learning. if i want to deploy one LLM, how should i start my project?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,562 questions
asked 2024-04-15T20:12:14.2633333+00:00
Long Wong 20 Reputation points
accepted 2024-04-25T11:00:38.2933333+00:00
Long Wong 20 Reputation points
0 answers

Azure Function deployed successfully but triggers not found

Hi, I'm building a function app which has 2 triggers, a blob trigger and a HTTP trigger. This runs fine while we debug this locally. However, when we try to deploy this to the function app, it says no triggers found Below is my code for the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,253 questions
asked 2024-04-25T10:55:02.8633333+00:00
Santhosh 0 Reputation points
edited the question 2024-04-25T10:59:30.1066667+00:00
Santhosh 0 Reputation points
4 answers

How to copy big file 5g with task and within impersonation

Hi, How to copy big file 5G from source to destination using impersonation: WindowsIdentity.RunImpersonated( ImpersonationHelper.Token Thanks,

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,367 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,861 questions
asked 2024-04-18T08:06:36.18+00:00
Dani_S 2,726 Reputation points
commented 2024-04-25T10:58:52.9966667+00:00
Dani_S 2,726 Reputation points
2 answers

Trying to find and remove shared calendar permissions.

Hello all Some users in my organization are able to access full details on users' calendars, not everyone but also people they really shouldn't have full rights on. I have checked their permissions in Exchange settings in PowerShell, as well as on the…

Outlook
Outlook
A family of Microsoft email and calendar products.
2,952 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,885 questions
asked 2024-04-24T18:01:16.4366667+00:00
Daniel Treccagnoli 0 Reputation points
answered 2024-04-25T10:58:15.9266667+00:00
Bruce Jing-MSFT 535 Reputation points Microsoft Vendor
1 answer

Using End to end Encryption on Exchange Hybrid mode.

Hello all, I just create a rule on exchange online to encrypt any sending email (working fine as testing), we have hybrid configuration on our environment, the weird thing when I send email from O365 email to any on premise email it shown as external…

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,885 questions
asked 2024-04-23T06:31:41.94+00:00
Waleed Waleed 0 Reputation points
commented 2024-04-25T10:57:39.34+00:00
Noah Ma-MSFT 535 Reputation points Microsoft Vendor
2 answers

How to fix this error "An operation is currently performing on this storage account that requires exclusive access. (Code: StorageAccountOperationInProgress)"

Hi Team, I'm currently working on deploying NSG flow logs via BICEP. However, when deploying through the release pipeline, I encounter the following error: "An operation is currently performing on this storage account that requires exclusive access.…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,686 questions
asked 2024-04-18T14:35:46.83+00:00
Murali R 205 Reputation points
commented 2024-04-25T10:56:31.1366667+00:00
Anand Prakash Yadav 5,765 Reputation points Microsoft Vendor
1 answer

Cannot log into OWA

Hello   Please i need your help on this issue.    Our sales account is unable to log into OWA (Outlook on the web) after migrating their license from Apps for Business to Business Standard.   They receive an error message stating…

Microsoft Exchange Online
Outlook
Outlook
A family of Microsoft email and calendar products.
2,952 questions
Microsoft Exchange
Microsoft Exchange
Microsoft messaging and collaboration software.
387 questions
asked 2024-04-19T16:35:14+00:00
IniobongNkanga-8038 246 Reputation points
commented 2024-04-25T10:55:20.1+00:00
Mike Hu-MSFT 240 Reputation points Microsoft Vendor
0 answers

Exchange - 451 4.4.397 error communicating with target host

Hi All, We migrated from Exchange 2016 to Exchange 2016. And for test shutdowned old Exchange server. All work normally for except some mailings to internal users. I see mailings email in queue with delivery type SMTP relay to old Exchange. Last error -…

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,345 questions
asked 2024-04-24T13:59:19.68+00:00
Dimm Root 20 Reputation points
commented 2024-04-25T10:55:08.7766667+00:00
Jake Zhang-MSFT 1,075 Reputation points Microsoft Vendor
0 answers

How to pass error details from Snowflake stored procedure to ADF script activity using the new Snowflake connector?

Since switching to the new Snowflake connector in ADF, error messages from Snowflake stored procedures don't seem to be being passed back to the calling Script activity in ADF as before. Is this intended behaviour, e.g. is there a recommended process for…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,529 questions
asked 2024-04-25T10:54:06.9366667+00:00
Tom Dann 0 Reputation points
0 answers

Why my timer trigger function is not triggered when deploying my docker container?

My time trigger function is not triggered when deploying it on Azure functions. I deploy it using docker container because I am using selenium. It run successfully on my local host and is triggered perfectly fine, but when deploying it on azure it…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
387 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,253 questions
asked 2024-04-25T10:27:42.56+00:00
Salma 0 Reputation points
edited the question 2024-04-25T10:54:05.2033333+00:00
OMMI NAVEEN KUMAR 195 Reputation points Microsoft Vendor