Automate your load testing using Azure DevOps, K6 and Log Analytics

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ต.ค. 2021
  • Automate your load testing using Azure DevOps, K6 and Log Analytics
    In this session we will show how to automate your k6 load testing tool leveraging using log analytics and Azure Container Instances.
    Speakers: Ivan Porta Tommaso Stocchi
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 2

  • @sathishpandianj
    @sathishpandianj 2 ปีที่แล้ว +3

    Thanks for this video. Couple of questions
    1. I understand you are building your application where you are creating URL in the build and deploying it. In case, if I don't need to build anything and just wanted to pass environmental variables (like HOSTNAME in your case), how do I do it in deploy section in pipeline files?
    2. In powershell script for pipeline, you are passing subscription, tenant etc. How and where did you get this? Did you create any service connections?
    3. Is there any video for creating and storing account for log analytics? because I still don't understand the parameter you passed in pipeline scripts (how did you get that)?
    However, this video gives some insights on Azure Devops along with K6. Thank you again.

    • @TommasoStocchi
      @TommasoStocchi 2 ปีที่แล้ว +1

      Hi Satheesh! Thank you for your feedback! I'll try to give you some answers...
      1. If you just want to pass variables to your k6 file, you can use the same yaml we use here. Just go with VAR_NAME=VALUE and you'r ready to go!
      2. Yeah I've created a service principal on Azure and saved clientId, clientSecret and so on ahead of time.
      3. I don't really get your question. Would you like to discuss it via email?