293,044 questions

Sort by: Updated
2 answers

Azure batch Job schedule issue

I need to create a Azure batch job schedule, this schedule should run everyday between 9 AM to 6 PM with recurrence interval of 1 hour, is there any option to achieve this

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
309 questions
asked 2024-05-21T11:04:45.9633333+00:00
Sreenidhi Palimar 0 Reputation points
edited a comment 2024-05-22T08:29:29.55+00:00
Sreenidhi Palimar 0 Reputation points
4 answers

How to troubleshoot web preview in cloud shell

Hello, I'm following training Exercise - Use shared access signatures to delegate access to Azure Storage in which I have to run a web application in the cloudshell of the sandbox and expose web app port on internet to be able to connect to it via public…

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,024 questions
asked 2024-01-18T08:04:19.5133333+00:00
Eric Bardes 35 Reputation points
answered 2024-05-22T08:29:22.7866667+00:00
SUDHEERA PUNCHIHEWAGE DON 0 Reputation points
1 answer

The subscription is not allowed to create or update the serverfarm

Hello, like explained in the title, when i try to create an App Service, i have the following error: The subscription is not allowed to create or update the serverfarm I have seen that this error was a known error, but was it resolved since ? I'd like…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,003 questions
asked 2024-05-21T08:33:25.73+00:00
Mathieu LAM 0 Reputation points
commented 2024-05-22T08:29:21.0133333+00:00
VenkateshDodda-MSFT 18,951 Reputation points Microsoft Employee
1 answer

How to establish connections of azure data factory connectivity with AWS dynamo DB

How to establish connections of azure data factory connectivity with AWS dynamo DB - provide a Micrsoft Documentation so that we can follow that to establish the connectivity in between the Azure as well as the AWS platform.

Azure SQL Database
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,255 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,716 questions
asked 2024-05-22T07:10:18.7466667+00:00
Aratrika Bose 0 Reputation points
edited an answer 2024-05-22T08:27:50.1+00:00
Smaran Thoomu 10,715 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Get RecycleBin path

I am trying to get the RecycleBin path with the following code: std::wstring GetRecycleBinPath() { std::wstring path{}; SHGetSpecialFolderPathW(NULL, path.data(), CSIDL_BITBUCKET, FALSE); std::clog << ::GetLastError() << std::endl; return…

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,559 questions
asked 2024-05-21T14:36:52.1966667+00:00
Flaviu_ 931 Reputation points
accepted 2024-05-22T08:25:22.75+00:00
Flaviu_ 931 Reputation points
1 answer

How to reschedule Microsoft MB-800 Exam

Dear Customer Service, I got schedule for Microsoft MB-800 Certification exam on 16/05/2024 but unfortunately I can't do the exam because of late. how to reschedule the exam? I have already ask Pearson Vue but they said i need to contact microsoft…

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.
3,935 questions
asked 2024-05-22T08:11:48.9833333+00:00
Ruth Vio Honey 0 Reputation points
commented 2024-05-22T08:24:55.58+00:00
Ruth Vio Honey 0 Reputation points
1 answer

Custom Vision's iteration performance with different values between user interface and web API

Hello, I'm experiencing strange behaviors when consuming the Custom Vision API. When checking the iteration performance inside the custom vision user interface, I have the following values: But when getting the same iteration performance via API, I have…

Azure AI Custom Vision
Azure AI Custom Vision
An Azure artificial intelligence service and end-to-end platform for applying computer vision to specific domains.
223 questions
asked 2024-05-20T17:09:41.88+00:00
Luiz Ventura 0 Reputation points
commented 2024-05-22T08:23:53.7366667+00:00
santoshkc 5,080 Reputation points Microsoft Vendor
3 answers One of the answers was accepted by the question author.

Excel document in shared server folder, opened by another user

Good morning, I wanted to ask if any of you have ever encountered the following problem. If a colleague opens an excel document, which is on a shared folder on a file server, the following error appears: File in use Open Read Only or click Notify to…

Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,349 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,529 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,263 questions
asked 2024-05-21T11:30:01.57+00:00
Gilbert Mani 0 Reputation points
accepted 2024-05-22T08:23:32.9866667+00:00
Gilbert Mani 0 Reputation points
1 answer

Connecting SQL Server Data to RDLC reports in Blazor .Net Framework

Hello, I am trying to create/integrate RDLC reports in Blazor .NET framework. So far: I have managed to open a RDLC report thanks this Question and Answer:…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,453 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,234 questions
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,414 questions
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,876 questions
asked 2024-05-13T09:36:27.6966667+00:00
Geoffrey de Sousa 0 Reputation points
answered 2024-05-22T08:23:01.3666667+00:00
Geoffrey de Sousa 0 Reputation points
1 answer

Should ADF rerun range cover the whole window?

Hi Team, I'm trying to understand the rerun range in tumbling window triggers. When I want to retry a window, do I need to make the rerun range covers the whole window or it only needs to cover a partial window. Let's say we have three consecutive failed…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,716 questions
asked 2024-05-22T07:17:35.52+00:00
Zhengxiao (Edward) Wang 0 Reputation points Microsoft Employee
edited an answer 2024-05-22T08:23:01.32+00:00
phemanth 6,630 Reputation points Microsoft Vendor
1 answer

how to fix azure hybrid device deleted automatically by Device registration service.

I am trying to find out the reason for hybrid join device deleted by Device registration service automatically after join the machine few days back, since in azure there is no more information in audit logs, hence looking help on this.

Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,806 questions
asked 2024-03-06T12:34:49.9666667+00:00
Vivek Gupta 5 Reputation points
commented 2024-05-22T08:22:28.0833333+00:00
Dave Guest 0 Reputation points
4 answers One of the answers was accepted by the question author.

OneDrive -storage is full, can't delete old file versions because some retenetion policy prevents it

Hello, Can't delete old file versions because a retention policy prevents. How to get rid of this retention policy. I ran the diagnostics to find old retenention policies here https://aka.ms/PillarInvalidRetention The diagnostics listed 1 policy…

OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
858 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,828 questions
asked 2024-05-15T17:38:11.8566667+00:00
Attila Dob 5 Reputation points
accepted 2024-05-22T08:22:12.0666667+00:00
Attila Dob 5 Reputation points
2 answers

Dell G3 3500 crashing randomly

dell laptop suddenly crashing randomly, without overheating, v2 logs are here: https://drive.google.com/drive/folders/13WERrelR9dwJJnCakNXTw9gMx8YkW3Qg?usp=sharing the only error and warning logs before the crash are: Activation context generation…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,386 questions
asked 2024-05-21T14:50:01.67+00:00
Joshteo 0 Reputation points
edited an answer 2024-05-22T08:21:53.5433333+00:00
Docs 15,151 Reputation points
3 answers

Getting Message user account does not exist in tenant

Trying to add a new user to outlook email. When I try to log in every time I get this message: Request Id: Correlation Id: Timestamp: 2024-05-22T00:03:18Z Message: AADSTS50020: User account 'xxx@xxxx.com' from identity provider…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,806 questions
asked 2024-05-22T00:45:44.3833333+00:00
Jacob Hall 0 Reputation points
answered 2024-05-22T08:21:32.97+00:00
Sandeep G-MSFT 14,996 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Azure Machine Learning cost questions- When exactly does compute billing and stop?

Azure Machine Learning cost questions When exactly does compute billing and stop? The moment you create a notebook? The moment you start the notebook? If I create a notebook with GPU compute, do I have to pay the GPU compute price while using the…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,606 questions
asked 2024-05-21T17:25:24.5966667+00:00
Seonho Kim 5 Reputation points
accepted 2024-05-22T08:20:57.5533333+00:00
Seonho Kim 5 Reputation points
1 answer

Find Azure users who have not signed in within 90 day's / Inactive users.

Looking to list all inactive users using powershell. Ive tried many methods such as Get-Aduser etc. but I always find recent users within the list. Looking to query Azure AD so I can also get cloud accounts Ive arrived at below. $users = Get-AzureADUser…

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,403 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,806 questions
asked 2023-04-28T15:39:57.76+00:00
Synthetic-Sentience 6 Reputation points
commented 2024-05-22T08:20:02.3733333+00:00
Sander Matthijsse 0 Reputation points
1 answer One of the answers was accepted by the question author.

App Protection Policy does not apply on the Cloud App 'Microsoft 365 (Office)'

Hello Community, I've created an App Protection Policy in Intune for Android unmanaged devices, requiring a PIN for accessing Outlook, OneDrive, and Microsoft 365 (Office). While the PIN requirement works as expected for Outlook and OneDrive, it doesn't…

Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,463 questions
asked 2024-05-21T13:43:07.6+00:00
Mike 0 Reputation points
edited a comment 2024-05-22T08:18:51.74+00:00
Mike 0 Reputation points
1 answer

How to export the report from SPO of the folders and data which is heavily used in the SPO site so we can plan the migration via Sharegate tool?

How to export the report from SPO of the folders and data which is heavily used in the SPO site so we can plan the migration via Sharegate tool?

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.
3,935 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,828 questions
asked 2024-05-21T16:25:40.7566667+00:00
Mytoast Admin 165 Reputation points
commented 2024-05-22T08:16:28.28+00:00
Mytoast Admin 165 Reputation points
9 answers One of the answers was accepted by the question author.

MS Exchange 2016 CU23 updated by "KB5014261" shows different build numbers, is it OK or not?

Hello! I had MS Exchange 2016 Standard CU23. On premises server. (Not cloud server) One server with all roles (I don't want to discuss its is good or bad, this is not topic right now...server protected bu cloud anti-spam and antivirus and firewall…

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,386 questions
asked 2022-05-24T13:59:41.953+00:00
Gary 21 Reputation points
commented 2024-05-22T08:12:15.0966667+00:00
Granit Lipovica - BPB 0 Reputation points
1 answer

Microsoft teams approval - no templates is visable and no ... to manage template

There is no option for me to chose manage templates on the left side of new approval process. If I click on the left side below on create and manage template there is no templates or add options, only link to the videos. Hope someone can assist.

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,224 questions
asked 2024-05-14T16:12:38.5533333+00:00
Renthia Wolmarans 0 Reputation points
commented 2024-05-22T08:11:29.88+00:00
LiweiTian-MSFT 14,945 Reputation points Microsoft Vendor