Giter Site home page Giter Site logo

Comments (9)

timahenning avatar timahenning commented on June 30, 2024 1

A quick meeting to review the details would be very helpful.

from mcw-innovate-modernize-apps-with-data-ai.

nchandhi avatar nchandhi commented on June 30, 2024

Exercise 2: Use Azure Synapse Analytics to train and register a predictive maintenance model
(This work needs to move to AML studio).

Background: The direction for field is that all ML work orchestration to be done in Azure Machine Learning Studio and not from Synapse workspace notebooks. This is enforced by BG for all the assets we are creating in FY21. So we need to create all the ML notebooks in Azure Machine Learning. We also need to remove the ML notebooks from Synapse Workspace. I can share more details on a call if needed.

from mcw-innovate-modernize-apps-with-data-ai.

timahenning avatar timahenning commented on June 30, 2024

This MCW project is the one of the last FY20 projects. I spoke to the developers to get a sense of the time required to remove the notebook from Synapse notebook from Exercise 2 and create it in AML Studio. It would take about 5 - 8 hours to complete. This type of change goes beyond a small change and should be covered as a test fix.

from mcw-innovate-modernize-apps-with-data-ai.

GaryHopeMS avatar GaryHopeMS commented on June 30, 2024

Code in Exercise 6 code refers to a config variable named "modernizeapp_DOCUMENTDB" please make reference to Cosmos DB with the new name rather than the older DOCUMENTDB naming throughout.

from mcw-innovate-modernize-apps-with-data-ai.

GaryHopeMS avatar GaryHopeMS commented on June 30, 2024

Can we add a Task 4 in Exercise 7 to migrate the function in Exercise 4 Task 3 to using Azure Change Feed Processor in an AKS container. Illustrating the ability to scale up AKS and change feed processor to automatically provision additional processors per partition. Partitioning of Cosmos DB container would need to be appropriate (haven't checked).

from mcw-innovate-modernize-apps-with-data-ai.

GaryHopeMS avatar GaryHopeMS commented on June 30, 2024

Add additional diagram to illustrate which services are containerized and run under AKS

from mcw-innovate-modernize-apps-with-data-ai.

nchandhi avatar nchandhi commented on June 30, 2024

Exercise 4 Task3: Fails with below error on build ( also see screenshot)

ProcessTelemetryEvents.cs(88,16): error CS1061: 'TelemetryOutput' does not contain a definition for 'machineid' and no accessible extension method 'machineid' accepting a first argument of type 'TelemetryOutput' could be found (are you missing a using directive or an assembly reference?) [C:\Temp\AzureFunctions\AzureFunctions.csproj]
ProcessTelemetryEvents.cs(124,17): error CS0117: 'TelemetryOutput' does not contain a definition for 'machineid' [C:\Temp\AzureFunctions\AzureFunctions.csproj]
ProcessTelemetryEvents.cs(124,32): error CS1061: 'TelemetryOutput' does not contain a definition for 'machineid' and no accessible extension method 'machineid' accepting a first argument of type 'TelemetryOutput' could be found (are you missing a using directive or an assembly reference?)
[C:\Temp\AzureFunctions\AzureFunctions.csproj]
ProcessTelemetryEvents.cs(162,66): error CS1061: 'TelemetryOutput' does not contain a definition for 'machineid' and no accessible extension method 'machineid' accepting a first argument of type 'TelemetryOutput' could be found (are you missing a using directive or an assembly reference?)
[C:\Temp\AzureFunctions\AzureFunctions.csproj]

image

from mcw-innovate-modernize-apps-with-data-ai.

feaselkl avatar feaselkl commented on June 30, 2024

@nchandhi I have a fix for that incoming--thank you for pointing that out. Looks like I failed to copy over a change from my local Function class to the guide. The correction goes back to Exercise 3, Task 3, the WriteEventsToTelemetryContainer.cs file. If you want to move forward as I get the pull request together, the changes to make are as follows:

Line 39 of the WriteEventsToTelemetryContainer.cs file should currently read "public string event_type {get; set;}". Above that line, add "public int machineid {get; set;}" to add the reference.

Then, on line 71 it should read "id = System.Guid.NewGuid().ToString()," and below that line add a new line with "machineid = machineid ?? 0,"

Those two changes should fix the issue you're seeing and let you progress further.

from mcw-innovate-modernize-apps-with-data-ai.

joelhulen avatar joelhulen commented on June 30, 2024

Closing since the content has long since been published under the official Microsoft repo.

from mcw-innovate-modernize-apps-with-data-ai.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.