Update demand forecasting setup for Azure Machine Learning SDK v2 and the relay#5184
Open
MohamedZaki13 wants to merge 1 commit into
Open
Conversation
… the relay Documents the SDK v2 migration: deprecation note, About the relay, an updated Option 1 (script) flow, manual relay deployment in Option 2, and the relay-based Pipeline endpoint address. Companion to the template repo PR.
|
@MohamedZaki13 please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
MohamedZaki13
marked this pull request as ready for review
June 24, 2026 20:24
Author
|
the changes PR microsoft/Templates-For-Dynamics-365-Supply-Chain-Management-Demand-Forecasting-With-Azure-Machine-Learning#22 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the Demand forecasting setup article for the Azure Machine Learning SDK v2 migration of the demand forecasting template. Azure Machine Learning SDK v1 (
azureml-core) is being retired; the template now uses SDK v2 (azure-ai-ml) and adds a small relay (an Azure Function) so the Supply Chain Management connector keeps working. Companion to microsoft/Templates-For-Dynamics-365-Supply-Chain-Management-Demand-Forecasting-With-Azure-Machine-Learning#22.Changes
src/REntryScript/entry.py,src/REntryScript/forecast_entry.r, and therelayfolder), documented the newquick_setup.ps1parameters in a table, and noted that the script now also creates the service principal, deploys the relay, and prints the pipeline endpoint address. Removed the obsolete "upload to Notebooks / runapi_trigger.py" steps, which no longer apply in SDK v2.quick_setup.ps1, or constructed per the manual steps) instead of Pipelines > TriggerDemandForecastGeneration.Templates-For-...; the old URL permanently redirects to it).ms.date.Existing setups that still use the v1 template continue to work, and the article calls this out.