- Видео 17
- Просмотров 40 457
Lucky Happy
США
Добавлен 12 фев 2019
Secure Azure APP Service with Private Endpoint and Block The Public Internet Access
In this video, I am going to show you how to secure the APP Service (Web APP) with the private endpoint. It will block all the public access to Web APP and only allow the private access. For the private access, I will setup a virtual machine in the same virtual network with the private endpoint subnet.
Просмотров: 4 679
Видео
Deploy .Net Core Web API (.Net 8) to AWS Lambda Function from VS2022 and Config with The API Gateway
Просмотров 4 тыс.2 месяца назад
This video show you how to deploy the existing or new .Net Core Web API (.Net 8.0 framework) to AWS Lambda function from visual studio 2022. It also shows you how to config the APIGate with Lambda function, so you can access the API endpoint from the browser. The steps are very easy to follow. Please make sure that you install AWS toolkit in the visual studio 2022
Publish .Net Application to AWS | Deploy Blazor .Net 8.0 Web APP to AWS Elastic Beanstalk
Просмотров 3,9 тыс.2 месяца назад
In this video, I will show you the easy way to publish .Net application to AWS. I will do the demo to pull the Blazor .net 8 web APP into AWS Elastic Beanstalk. It will take about 5 minutes. It is very straightforward.
OpenAI: Train OpenAI Assistants to Manage Our Own Schedule
Просмотров 3 тыс.3 месяца назад
In this video, I will show you the easy way to train the OpenAI Assistants with our own data.
OpenAI: Build The Math Calculator with OpenAI Assistants in Blazor Web APP .Net 8
Просмотров 3,1 тыс.4 месяца назад
This video shows you how to implement the simple math calculator with OpenAI Assistants in Blazor Web APP .net 8. It uses OpenAI Nuget Package. The main purpose for this video is to show you how to call and create the OpenAI Assistants in Blazor Web APP.
OpenAI : Use HttpClient and Azure.AI.OpenAI package to Call OpenAI Chat API in Blazor Web APP .Net 8
Просмотров 3,7 тыс.4 месяца назад
Show you two different ways for calling the open AI API step by step in Blazor web APP .Net 8 framework. First method, I will use HttpClient calls the OpenAI endpoint. Second method, use Azure.AI.OpenAI nuget package. Two methods are extremely easy and straightforward.
OpenXML Part 2 | Apply The Style (Color, Font, Border) to The Spreadsheet with Blazor Web APP .Net 8
Просмотров 2,3 тыс.4 месяца назад
I will show you how to apply and generate the style in spreadsheet document from Blazor Server APP with C#. I will show you how to add the blue background color, bold the text with white color to the header row and highlight the purple color to the first column of data cells in the excel file . In this video, you will learn how to add the WorkbookStylesPart into the SpreadsheetDocument. Moreove...
OpenXML Part 1 | The Easy Method for Exporting Data Grid to Excel File from Blazor Web App .Net 8
Просмотров 2,6 тыс.5 месяцев назад
Show you the easy way for exporting the data grid to excel file from Blazor server app. We will use Microsoft OpenXML Nuget package in this demo. The code build in C#. This is very easy to understand and straightforward.
The Easiest Way to Push Nuget Packages into Artifacts and Test it With Blazor Web APP
Просмотров 1,1 тыс.5 месяцев назад
Show you the easiest way to push packages into Azure aritifacts, and then test this package in Blazor Server .net 8.0 APP. In the demo, we will create the user mangement class with a method get user name, and then we will complie it into a C# package and push it to Azure artifacts with two command lines "dotnet nuget add" and "dotnet nuget push". We also show you how to create the New Feed in A...
Push Docker Image of Blazor .Net Server Web APP to Azure Container Registry & Deploy to App Service
Просмотров 1,2 тыс.5 месяцев назад
In my previous videos, I show you how to build this blazor .Net server docker image and then deploy into AWS Fargate. Today I will push this blazorapp docker image into Azure Container registries and then deploy into Azure APP Service. If you still don't know how to build docker image, you can watch my previous videos "Build The Docker Image for Blazor Server Web APP .Net 8.0 and Run It in Wind...
Deploy Blazor Server Web APP Docker Image to AWS ECS Fargate from Elastic Container Registry (ECR)
Просмотров 7708 месяцев назад
Deploy Blazor .Net 8.0 docker image to AWS Elastic Container Service from Elastic Container Registry for window container. If you don't want how to build Blazor .Net 8.0 docker image, you review my previous video ruclips.net/video/-kbjez6iBso/видео.html .
Build The Docker Image for Blazor Server Web APP .Net 8.0 and Run It in Window Container
Просмотров 1,2 тыс.8 месяцев назад
I will show you the easy way to build the docker image for Blazor Server Web App .Net 8.0 in window machine and run it in window container. I will show you how to install IIS and .net 8.0 run time in docker file. Everything is easy to follow, step by step. Please don't forget to subscribe my youtube channel.
Streamline Email Delivery with AWS SES SMTP for .Net 6 C# | How to Set Up SMTP in SES Step by Step
Просмотров 1,4 тыс.Год назад
Show you how to setup the SMTP in AWS Simple Email Service (SES) Step by Step, and then implement a simpel C# program to send out the email with this new SMTP in .Net 6 console APP.
Deploy Existing .Net 6 Web API C# into AWS Lambda Function within 6 Minutes
Просмотров 4,9 тыс.Год назад
This video shows you how easy to deploy existing .net 6 web API into AWS lambda function with API Gateway setup
Build The Docker Image with Classic ASP and Deploy Into Azure APP Service Window Container
Просмотров 6992 года назад
Migrate the classic ASP application into Azure APP Service with window container. Show you how to build the docker image, pull the image into container registry, and deploy it into APP Service step by step
Setup Azure APP Service 02 - VNet Integration and Connect to Oracle Database with .Net 5
Просмотров 8692 года назад
Setup Azure APP Service 02 - VNet Integration and Connect to Oracle Database with .Net 5
Setup Azure APP Service 01 - Implement the .Net Application with Oracle Connection in C#
Просмотров 1,1 тыс.2 года назад
Setup Azure APP Service 01 - Implement the .Net Application with Oracle Connection in C#
Thanks!!!
Blazor web app + OpenAI integration = perfect combination! Thanks for the tutorial!
Great content! Loved how you handled both methods in one video. Very efficient.
You made the API integration with Blazor look so simple! Definitely trying this out.
The comparison between HttpClient and Azure package was super insightful!
The Azure OpenAI NuGet package was a new discovery for me. Thanks for showcasing it!
That trick for deserializing the JSON response with Newtonsoft.Json was a great tip!
I’ve been struggling with calling APIs in Blazor, but this guide cleared everything up!
Thanks for showing how to generate the API key and endpoint setup. Saved me a lot of time!
This video really helped me integrate OpenAI with Blazor. Keep up the great content!
I appreciate the detailed demo for setting up both methods. Very useful for my project!
The step-by-step explanation made it so simple to follow along. Subscribed!
I love how you walked through both methods. Helped me understand the differences well!
I didn’t know calling OpenAI’s API in Blazor was this easy. Thanks for the guide!
Great breakdown of using both HttpClient and Azure AI packages. Super helpful!
This is exactly what I needed! Thanks for explaining both methods so clearly. 🙌
you accent is closed to a Chinese
Thank you for sharing
HEY DO YOU NEED A THUMBNAIL EDITOR?
maybe later... thank you for your comment.
@@luckyhappy5340 thanks for reply!❤️
Very informative and helpful thank you 👍
The Blazor app testing part was so cool! I didn’t expect it to be this smooth.
Excellent tutorial, but I wish there were timestamps for each step.
Clear and concise. This is exactly what I needed for my project. Thanks!
I wish I saw this video earlier, would've saved me so much time! 😄
Love how you made complex tasks look easy! Subscribed for more!
I've been struggling with this for days, and this video solved everything!
Nice demo! The step-by-step was super clear.
The part about creating the token was a bit tricky for me, but I figured it out! 😅
I never knew pushing packages could be this simple! Appreciate the clear explanation.
Wow, this made Azure DevOps feel so easy! 👍
I followed the steps, and it worked perfectly. Thanks!
Great tutorial! Really helpful for managing NuGet packages! 😊
The way you demonstrated deploying the app with a public IP was spot-on. The troubleshooting tips for the security group will surely save me a headache later on.
Excellent explanation of ECS and Docker image deployment.
This is exactly the kind of video I was looking for! I appreciate the attention to detail when setting up the ECS task definition and dealing with the security group.
You made deploying Blazor apps in AWS much simpler, thanks!
Great content! It’s amazing how seamlessly the Docker image can be pushed to ECR and deployed to Fargate. The part about handling the security group was very useful.
I’ve been struggling with deploying .NET apps to AWS for a while, but your explanation really simplified things. Definitely subscribing for more content like this!
Great tutorial, I got my app deployed following your steps!
I love how you broke down the entire process step by step, especially the part about logging into the ECR and pushing the Docker image. Super helpful!
Very helpful video! The step-by-step guide was awesome.
Thanks, this made deploying to ECS so much easier.
Thanks for the detailed walkthrough! Deploying a Blazor app with AWS ECS Fargate and ECR has been confusing for me, but this video made it a lot clearer.
Looking forward to the next part where you push the image to Amazon ECR. Keep it up!
I really like how you simplified the process. Running Blazor on Docker felt intimidating before this video.
Your method for building the Docker image worked perfectly. Appreciate the detailed guide!
Can you also show how to deploy this Docker image to Kubernetes? That would be helpful!
Awesome job explaining the .NET 8 runtime installation. Made it super easy to follow.
Would love to see more videos on deploying Blazor apps to cloud platforms like AWS!
I followed along and had my Blazor app running in no time. Thanks a lot!