Giter Club home page Giter Club logo

Comments (13)

anushabc avatar anushabc commented on July 30, 2024 1

Hi, @sadukie I created it from LabVM.

from mcw-serverless-architecture.

DawnmarieDesJardins avatar DawnmarieDesJardins commented on July 30, 2024 1

Thanks all! Closing the issue as resolved.

from mcw-serverless-architecture.

DawnmarieDesJardins avatar DawnmarieDesJardins commented on July 30, 2024 1

Reopening for investigation.

from mcw-serverless-architecture.

sadukie avatar sadukie commented on July 30, 2024 1

@Karthikkc123 I have a PR in to add another Task in Exercise 7. In order to trigger the ExportLicensePlates function and get a true result, you may have to generate more data for it to export the CSV file to storage and end in an OK (status code 200) state. If it returns false and you get a status of 204 (no new plates), check the storage account anyhow for the CSV file.

The Logic App has no bearing on whether the data goes to storage. It serves the purpose of only notifying you if the function ran and came back with a status code other than 200.

from mcw-serverless-architecture.

sadukie avatar sadukie commented on July 30, 2024 1

@Divyasri199 So some things to note:

  • The false in Exercise 7, Task 2 is going to be a matter of timing. The data run in Exercise 7, Task 1 might be a primer for exporting license plates, but if there's a delay between the Function app processing data and the Logic App being run, then you may not see the true response. Regardless of true or false in the Logic App, it's the Function app - not the Logic App - that is responsible for putting the CSV file in storage.

  • For Exercise 6, Task 3 in Step 16, it will show Build/Deploy Logs if you capture it while running. If you don't capture it in the Deployment Center while it's running, it will show as App Logs. When I tested it, I didn't see it appear in the Deployment Center right away. You may need to have both your GitHub Actions and your Deployment Center opened side-by-side so that you can see the GitHub Actions in progress. Once the GitHub Actions are done, then you should see the entry appear in the Deployment Center.

  • As for 0 license plates being exported, you may need to rerun Upload Images, as I added in Exercise 7, Task 1 to ensure that license plates are exported.

from mcw-serverless-architecture.

sadukie avatar sadukie commented on July 30, 2024

@anushabc Did you create this repo from the Lab VM? Or are you running this from outside the Lab VM?

from mcw-serverless-architecture.

sadukie avatar sadukie commented on July 30, 2024

@anushabc I was able to replicate this on my end. I am tracking it down now to see why it's happening.

from mcw-serverless-architecture.

sadukie avatar sadukie commented on July 30, 2024

@anushabc It looks like the command to set the default branch for new git repositories isn't getting picked up properly as part of the initial VM set up. I have a PR in to change the process a bit.

  • Before creating the repository, you should be able to run the command git config --global init.defaultbranch main to default all new git repositories created in the LabVM to main. This should take care of that.

from mcw-serverless-architecture.

sadukie avatar sadukie commented on July 30, 2024

@anushabc The PR has been merged. Please let us know if you run into any issues with the new change in main.

from mcw-serverless-architecture.

anushabc avatar anushabc commented on July 30, 2024

Sure @sadukie. Thank you for the help.

from mcw-serverless-architecture.

karthikkc24 avatar karthikkc24 commented on July 30, 2024

@sadukie In Exercise-7 Task-1: Run the Logic App Step-3, After running the trigger I'm unable to get expected output in Logic App that Expression Result as false.

image

from mcw-serverless-architecture.

DawnmarieDesJardins avatar DawnmarieDesJardins commented on July 30, 2024

Closing issue with merge of PR #108

from mcw-serverless-architecture.

Divyasri199 avatar Divyasri199 commented on July 30, 2024

Hi @sadukie ,
We have performed the lab, but still we are facing the same issue that the expression results in Logic App is false.

image

Note: We are able to get the expected CSV file in datalake storage account even after getting the expression result as false.

In Exercise-6/Task-3, after pushing the changes from Visual Studio, we are not able to see the build/deploy logs in the Deployment Center of Tollbooth function. But we are able to see only the App logs. Please find it in below screenshot for your reference.

image

While exploring the function exportlicenceplate in TollBooth function app, under Monitor->Invocation Traces, we found that 0 license plates are being exported. Please find it from below screenshot for your reference.

image

from mcw-serverless-architecture.

Related Issues (20)

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.