348,498 questions

Sort by: Updated
0 answers

How to forecast 12-month demand for medicines using Azure AutoML time-series?

I need to predict the monthly demand for medicines for the next 12 months. I have historical data from 2018 to 2023 for each medicine, including a unique drug identifier (Scode) and the date of consumption. Using this data, I aim to forecast the demand…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,610 questions
Azure Time Series Insights
Azure Time Series Insights
An Azure internet of things (IoT) analytics platform to monitor, analyze, and visualize industrial IoT analytics data at scale.
77 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,756 questions
asked 2024-05-24T06:35:22.5733333+00:00
Anil Kumar Nagar 0 Reputation points
commented 2024-05-24T09:21:32.43+00:00
santoshkc 5,080 Reputation points Microsoft Vendor
8 answers

Github Actions deployment stuck to Package deployment using ZIP Deploy initiated

When I was trying to deploy on Azure Function App, the deployment on Github Actions seems to be freezing on Package deployment using ZIP Deploy initiated. This goes on for hours, without any success response, hence we are left with no choice but to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,375 questions
asked 2023-04-27T07:22:57.71+00:00
Anonymous
answered 2024-05-24T09:20:51.5+00:00
Gabriel Magana-Gonzalez 0 Reputation points
1 answer

Unable to enable autosync option under sourcecontrol in Azure Automation

Hi All, I'm trying to set up source control for Azure automation account, but when I click EnableAutoSync I'm seeing below error. An error occurred while updating the source control named 'SCReposGit'. Error details: SourceControl autoSync setup failed…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
998 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,143 questions
asked 2024-05-24T07:23:19.3166667+00:00
VinodKumar-0434 276 Reputation points
commented 2024-05-24T09:20:10.0133333+00:00
Deepanshu katara 5,450 Reputation points
1 answer

AAD Sync errors 8344 on export for a small number of accounts

Good morning hive mind! I am struggling to find what is causing error 8344 on just 8 accounts on Export sync with AAD, getting error 8344 "Insufficient access rights to perform the operation" we have enabled inheritance on the MSOL account,…

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,917 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,845 questions
asked 2024-05-21T09:42:43.29+00:00
Spencer Guest 21 Reputation points
commented 2024-05-24T09:19:47.5266667+00:00
Michael Smith-MSFT 2,831 Reputation points Microsoft Employee
1 answer

How to Make Visual Studio Update Itself Without Asking for Administrative Permission?

Hello, How can a standard user update Visual Studio without Windows 10 prompting for an administrator username/password? In my company, laptops are provided with only standard user access. Currently, when auto-update on closure is enabled, closing Visual…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,806 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
976 questions
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,780 questions
asked 2024-05-15T16:22:54.68+00:00
commented 2024-05-24T09:19:04.9033333+00:00
RLWA32 40,946 Reputation points
1 answer

Where to set the sharepoint email content style beautification template.

Where to set the sharepoint email content style beautification template. Hello: If you want to create a business email such as EDM in "Define Email Message", As shown in the picture below, after the administrator sets the basic HTML template,…

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,248 questions
SharePoint Workflow
SharePoint Workflow
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Workflow: An orchestrated and repeatable pattern of business activity, enabling data transformation, service provision, and information retrieval.
520 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,578 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,839 questions
asked 2024-05-22T02:04:50.0266667+00:00
Colleen Carol 0 Reputation points
answered 2024-05-24T09:18:10.4066667+00:00
Yanli Jiang - MSFT 21,776 Reputation points Microsoft Vendor
0 answers

GridView items spacing code behind

Hello, I am trying to remowe space between GridView items code behind. I cooked such code: Style style = new Style(); style.TargetType = typeof(GridViewItem); Setter marginSetter = new…

Universal Windows Platform (UWP)
asked 2024-05-24T09:15:44.76+00:00
BitSmithy 1,871 Reputation points
1 answer One of the answers was accepted by the question author.

Hardware security module integration with Azure VMs

Is there any option available to connect a physical Hardware Security Module (HSM) to an Azure VM, or is the only option to use the Dedicated HSM in the Azure portal?

Azure Dedicated HSM
Azure Dedicated HSM
An Azure service that provides hardware security module management.
27 questions
asked 2024-05-24T03:10:23.81+00:00
Vishnu Anand 0 Reputation points
edited a comment 2024-05-24T09:15:37.7233333+00:00
Prrudram-MSFT 22,571 Reputation points
0 answers

How to use localized RESX in Blazor WASM?

Hi, all I want is standard "old way" usage of generated static properties of my RESX to localize texts based on CultureInfo and .culture.resx files. I've just figured out, that only difference from .NET Framework is that now in .NET 8 culture…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,458 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,237 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,378 questions
asked 2024-05-22T07:01:50.83+00:00
Rada Matěj 180 Reputation points
commented 2024-05-24T09:15:22.84+00:00
Tiny Wang-MSFT 1,746 Reputation points Microsoft Vendor
0 answers

Event Hub namespace not resolving with private endpoint's private IP

Hi folks, We've got some Event Hub name spaces and we have created private endpoints for them. We have kept the DNS configurations in a centralized Private DNS zone. But the namespaces don't resolve with the private IP rather they do with the public IP…

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,201 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
568 questions
asked 2024-05-23T17:54:30.05+00:00
Apurva Pathak 315 Reputation points
commented 2024-05-24T09:15:20.28+00:00
AnnuKumari-MSFT 31,721 Reputation points Microsoft Employee
1 answer

How can I optimize the performance and user experience of my website, using Microsoft Azure and other Microsoft technologies

I run a website, which specializes in selling vegan cheese products. The site serves a diverse audience interested in plant-based food options and needs to provide a seamless and engaging user experience to support our business goals. Currently, we are…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,278 questions
asked 2024-05-24T08:52:23.3966667+00:00
alex11 0 Reputation points
edited the question 2024-05-24T09:14:31.9733333+00:00
vipullag-MSFT 25,041 Reputation points
0 answers

Connect Power Automate with Oracle database

I want to connect Power Automate with Oracle database but I am not sure what does "Gateway" mean here and how to resolve this gateway issue. Can someone help and describe on how to connect Power Automate with Oracle database using the…

Microsoft Power Platform Training
Microsoft Power Platform Training
Microsoft Power Platform: An integrated set of Microsoft business intelligence services.Training: Instruction to develop new skills.
115 questions
asked 2024-05-24T09:14:27.6133333+00:00
Sharma, Punarvasu 0 Reputation points
0 answers

Update translation after changing original transcript in Speech Studio

Hello, I would like to update automatically the translation after changing the original transcript in Speech Studio.

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,448 questions
asked 2024-05-24T09:14:26.8866667+00:00
Chatzopoulou, Eirini 0 Reputation points
1 answer

How to enable push notifications for azure AD B2C MFA

Hi Team, I would like to know if push notification feature has implemented for ADB2C MFA? Thanks, Sukeerthi

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,994 questions
asked 2024-03-27T08:44:47.47+00:00
Sukeerthi 21 Reputation points
commented 2024-05-24T09:13:24.3166667+00:00
O_M 0 Reputation points
1 answer

SCOM Log monitoring limitation

Anybody know the limitations that SCOM has around its text log monitoring. I am monitoring a folder with a log file pattern file_*.log. This is a pretty typical situation where the logs have date stamps in the name. But each night when the log rolls…

Operations Manager
Operations Manager
A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.
1,420 questions
asked 2024-05-23T02:56:26.4666667+00:00
Stephen Morrison 71 Reputation points
commented 2024-05-24T09:13:16.55+00:00
XinGuo-MSFT 14,861 Reputation points
0 answers

Win11上利用PhoneLineTransportDevice::ConnectAsync 与手机连接后来电会有个空界面

Win11上利用PhoneLineTransportDevice::ConnectAsync 与手机连接后拨打电话会起来个空界面 而在win10上会有个拨打电话会有个通话的页面。 为什么win11和win10上会有差别?

Universal Windows Platform (UWP)
asked 2024-05-23T08:04:05.8933333+00:00
栩 王 0 Reputation points
commented 2024-05-24T09:11:13.1966667+00:00
Junjie Zhu - MSFT 15,756 Reputation points Microsoft Vendor
0 answers

How to change authentication from JWT to OAtuh server to server for Adobe PDF Services API connection?

I have an Adobe connector in my logic app to generate a pdf from a word template. This connector requires an API connection to Adobe PDF Services, which I am creating through a Microsoft.Web/connections@2016-06-01 bicep file. I am unable to specify…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,899 questions
asked 2024-05-23T18:03:16.6733333+00:00
Ryan Quinn 0 Reputation points
commented 2024-05-24T09:10:54.2533333+00:00
SwathiDhanwada-MSFT 18,031 Reputation points
0 answers

المسارات والشارات

كيف اعرف اني انهيت المسار المحدد ؟ وحصلت على الشارة ؟

Microsoft 365 Training
Microsoft 365 Training
Microsoft 365: Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.Training: Instruction to develop new skills.
37 questions
asked 2024-05-24T09:10:29.1133333+00:00
Rania 1 Reputation point
0 answers

How do i Fix Can’t Agree to Terms and Conditions on Mac

If you're encountering issues agreeing to terms and conditions on your Mac, there are a few troubleshooting steps you can try. Sometimes, simply restarting your Mac can resolve temporary glitches or issues with software. Ensure that your Mac is connected…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,523 questions
asked 2024-05-24T07:25:42.3033333+00:00
macfourxp 0 Reputation points
edited the question 2024-05-24T09:10:10.4266667+00:00
vipullag-MSFT 25,041 Reputation points
1 answer

How can we get the real time zone of the shared user calendar

I want to get the time zone of the shared calendar, How can i get the timezone, calendar api is not giving me time zone.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,866 questions
asked 2024-05-22T19:03:46.8033333+00:00
Xufyan Ali 0 Reputation points
commented 2024-05-24T09:09:19.59+00:00
Yakun Huang-MSFT 785 Reputation points Microsoft Vendor