TRY-IT DEV
TRY-IT DEV
  • 6
  • 51 004
Azure OpenAI Studio Walkthrough (March 2024)
Generative AI is changing the game for everyone, not just the tech wizards among us. Imagine having a tool that can write stories, summarize long articles, chat like a human, generate code, answer questions, and even make sense of heaps of data - including pictures.
Now, imagine being able to play with this tech, no matter if you're a pro coder or someone who's just curious about what AI can do. That's where Azure OpenAI Studio comes in.
In this video, I walk through the Azure OpenAI Studio to showcase the AI workbench.
Prompts at: aka.ms/oai-studio-walkthrough
Переглядів: 175

Відео

Supercharge your Hackathons with Azure Cognitive Services and OpenAI
Переглядів 576Рік тому
Github repo for the AI Hackathon Starter Kit: aka.ms/ai-hackathon-starter-kit Whether you are a beginner with no prior experience or an experienced developer, this starter kit is designed to help you incorporate AI into your apps quickly and easily. Chapter Markers: 00:00 - 03:52 Introduction 03:53 - 31:20 Demo 31:21 - 48:01 Cloud setup 48:02 - 59:00 Run it locally 59:01 onwards we recap & clos...
De-mystify the ASP.NET Core Web Application SPA Templates (Angular and React)
Переглядів 1,6 тис.3 роки тому
Have you ever used one of the ASP.NET Core Web Application SPA Templates (angular or react) and wondered how they work? Today we'll look at both the Angular and React Templates that ship with ASP.NET Core 5.0 projects and de-mystify the magic behind them. References: Blog: blog.try-it.dev/demystify-the-asp-net-core-web-application-spa-templates-angular-and-react Photo by James Harrison on Unspl...
Supporting external identities with Okta (eg. Login with Office 365)
Переглядів 1,7 тис.3 роки тому
#Okta #Microsoft #SocialLogin I show you how to make the Sign-Up and Sign-In processes easier for your SaaS apps when using Okta. I'll show you how to support 3rd party digital identities. We'll also discuss the different options at your disposal & then I'll show you how to enable the ability to Login with Office 365 in your Okta cell. Pre-Requisites: 1. You need an Azure Cloud subscription 2. ...
Getting started with IDentity As A Service (IDaaS) using Okta
Переглядів 8683 роки тому
#IDaaS #Okta #GettingStarted Let's talk about IDentity As A Service (IDaaS) with Okta. We'll cover what a basic setup of an Okta cell looks like. We'll also play around with some customisations like Logos, adding custom domains and notification templates. And then we'll use our Okta cell to protect a locally running node web app. Pre-Requisites: 1. An email address for your Okta administrator 2...
Generating Certificates with Certbot and Let's Encrypt (the manual approach)
Переглядів 46 тис.3 роки тому
In this video I’ll show you how quickly to obtain a HTTPS certificate using Certbot and Let's Encrypt. The approach I’ll show you today is not automatic but a manual approach. This is perfect for when you’re keen to test something out quickly. For production scenarios you might be better off using more automated approaches. Read more at blog.try-it.dev/ssl-certificats-with-lets-encrypt-and-cert...

КОМЕНТАРІ

  • @aobasar
    @aobasar 10 місяців тому

    hey @roeburg 😊 Great job! Your video was excellent, and everything worked perfectly on my end. Keep up the good work!

  • @tabbytobias2167
    @tabbytobias2167 Рік тому

    Thank you, this helped so much, i am finally able to https my node projects. by the way, if anyone finds that their "live" folder is permission denied, first run "sudo -s" to run as privileged shell.

  • @Sillymonkeies
    @Sillymonkeies Рік тому

    Thanks man! Works for me! God Bless

  • @VANTYCSolutions
    @VANTYCSolutions Рік тому

    Thank you very efective tutorial 100% useful.

  • @atdevdiver
    @atdevdiver Рік тому

    Hey this is great video thanks. Have you stopped producing content?

    • @tryitdev
      @tryitdev Рік тому

      Thanks. I'm working on a new video with Azure OpenAi and other Cognitive Services. I'll publish it later this week.

  • @romandzhadan5546
    @romandzhadan5546 Рік тому

    concise and perfect, ty :)

  • @nguyenhuuanhtuan5360
    @nguyenhuuanhtuan5360 Рік тому

    Very detailed lesson, I personally cant thank you enough ❤️

  • @danieldejager1847
    @danieldejager1847 Рік тому

    Excellent vid mate.

  • @nobody_31443
    @nobody_31443 Рік тому

    Thanks a lot !!!

  • @Geenzo69
    @Geenzo69 Рік тому

    hey do u know what is content of authentication hook script?

  • @georgidimov8105
    @georgidimov8105 2 роки тому

    How to get my root ca PEM ?

  • @Ja22i
    @Ja22i 2 роки тому

    Very helpful, thank you!

  • @flesz_
    @flesz_ 2 роки тому

    Can you generate wildcard certificate using this method?

  • @no-eb2xx
    @no-eb2xx 2 роки тому

    will this auto renew?

    • @deepanshubatra3235
      @deepanshubatra3235 2 роки тому

      you have to set up a cronjob in your server with command of renewing the cert ...but you do not need to enter txt record again and again for renew process. This is just one time.

    • @Saiabingi
      @Saiabingi Рік тому

      @@deepanshubatra3235 and what command i have to put on cron ? because certbot renew doesn't work with your method

  • @shraddhag9817
    @shraddhag9817 2 роки тому

    How its redirecting you back to your application on localhost, for me Its redirecting to Okta home even when I am using Routing rules as you mentioned but for idp google

    • @tryitdev
      @tryitdev 2 роки тому

      Hi Shraddha, good question. The sample shown here was created in my previous video at ua-cam.com/video/tYyaqm0XIPk/v-deo.html. In the video I created a new Okta application to work with the Okta sample at github.com/okta/samples-nodejs-express-4. While creating the Application in Okta, i specified the logon redirect uri as localhost:8080/authorization-code/callback which causes the redirect. Hope that helped 😁.

  • @VishnuAnandChalakudy
    @VishnuAnandChalakudy 3 роки тому

    Do you know how to generate ISRG Root X1 Certificate?

    • @tryitdev
      @tryitdev 2 роки тому

      Hi, good question. From what I've read it seems that subscriber certificates are only issued from intermediates listed on letsencrypt.org/certificates/#intermediate-certificates. (Full disclosure: I haven't had to look this up before so I might be wrong). If it is possible and you happen to find out how, please reply here. Good luck. 🙂

  • @user-mc8cj3ls6m
    @user-mc8cj3ls6m 3 роки тому

    It cant list the IDP on login screen? Like "Login with..." lets say if i have multiple IDP's (Google Facebook Github etc)

    • @tryitdev
      @tryitdev 2 роки тому

      To list IDPs on your Okta Login page you need to: 1. Navigate to your Okta Admin Portal 2. Navigate to Customisations > Sign-in page code editor 3. Ensure you are using the latest version of the Okta Sign-In Widget (I'm on version 5.12. So it should defo work for version >=5.12) 4. Within the code find `var config = OktaUtil.getSignInWidgetConfig();` 5. After the line from step 4 add the following: config.idps = [ {type: 'GOOGLE', id: '0oaaix1twko0jyKik0g1'}, {type: 'MICROSOFT', id: '0oaaix1twko0jyKik0g4'} ]; Note: Please replace the id values with the relevant IDP ids found under Security > Identity Providers 6. Click save and Publish. You should now see Login buttons for your IDP with logos For more information look at the documentation at github.com/okta/okta-signin-widget#openid-connect. Hope that helps. 🙂

    • @user-mc8cj3ls6m
      @user-mc8cj3ls6m 2 роки тому

      @@tryitdev thanks for your help!

  • @nonamenolast2436
    @nonamenolast2436 3 роки тому

    thank you, honestly don't know why there is not more views and likes on this video, thanks again man

    • @tryitdev
      @tryitdev 3 роки тому

      Thank you. Glad you found it helpful :)

  • @gitgood9387
    @gitgood9387 3 роки тому

    Awesome video Bro. Please continue your Okta tutorial videos. I see that your channel is pretty new but with this quality, in time it would become the top Okta reference channel !!!!

    • @tryitdev
      @tryitdev 3 роки тому

      Thank you so much. Hope you found it helpful 😊

  • @sidharthv
    @sidharthv 3 роки тому

    Loved your tutorial! I've been struggling trying to get SSL/TLS certificate for my Object Storage all day. Finally bumping into your video I just knew i was going to be sorted. There are tons of lets encrypt tutorials on youtube, but ALL of them assume you're running lets encrypt on the same server as your website. Excellant quality video and I really appreciate that paragraph of a syntax was on your website and I just had to copy paste it. Great upload for the first day of the new year! Thank you..

    • @tryitdev
      @tryitdev 3 роки тому

      Thank you so much. Makes me happy that it helped someone :)