How Pub Sub works in Dapr!
10:25
4 ай бұрын
Introduction to Dapr!
11:27
4 ай бұрын
Introduction to Microsoft Dev Box!
24:21
Getting started with Kernel Memory
27:42
Пікірлер
@complexL9
@complexL9 4 күн бұрын
In k8s I can have one secret with 30 keys/values and mount that whole secret to env which would result in 30 env vars. To achieve the same in container apps, I have to create 30 entries in key vault and create 30 secret objects as well as 30 env vars referencing those objects. Please tell me that I'm wrong :/
@tmarkovski
@tmarkovski 4 күн бұрын
Are planners being deprecated in favor of function calling in SK?
@PenguinPotato97
@PenguinPotato97 7 күн бұрын
Could this tutorial be for totally beginners in programming? I don't like web things and python makes me a little sad, so I'm looking a language to learn and get into programming, maybe ending up making a linux or windows app. So I'm quite lost because C# for linux is not that popular, python makes me sad, I learnt a bit of java years ago and I hated it and C++ looks interesting but maybe too difficult. Any advice? ☹️
@alexmorton5556
@alexmorton5556 7 күн бұрын
thanks for this mate
@sim85oo
@sim85oo 8 күн бұрын
Hi, nice video on this cool ACA feature. How about using the [az containerapp revision label swap] command for "promote to green" step?
@PappaRodman
@PappaRodman 9 күн бұрын
I think you misunderstand how to configure this properly. You are configuring the agent correctly in your aca environment, but you are also configuring your application to not use it. By specifying a connection string in your container environment variables and using the vendor-specific .UseAzureMonitor() method your application is sending telemetry directly to azure monitor, bypassing the agent all together. The agent is not receiving any telemetry at all since you are not sending it to it. You would need to add the code for the generic OLTP exporter instead and would not have any reference to azure monitor in your application at all since it's not needed. The downside is you will lose metrics and real-time monitoring. That is the tradeoff when you switch implementations from the vendor-specific sdk method to generic OTEL.
@cheasan4132
@cheasan4132 14 күн бұрын
Thank you! I learned something new today. You've got a clear voice and instruction.
@karimmoradi2003
@karimmoradi2003 14 күн бұрын
It can be great kinda hand-on experience teaching channel. Thanks a lot.
@tilakthapliyal2880
@tilakthapliyal2880 24 күн бұрын
Is it possible to see the source code of test-app-02 deployed using catalog templates? I know we can see it in the Azure portal under Export Template but I am interested if we can see the source Bicep code in Azure DevOps repository - in case if Developers would like to change some configuration to test-app-02 resources using bicep code (not via Portal)
@DmitriySokhach
@DmitriySokhach 26 күн бұрын
Great video! Any change you make video on how to setup such neat looking terminal on Windows?
@djbutterchicken
@djbutterchicken 29 күн бұрын
Hey Will just my 2c but I think this video would be much better if you made it 5 minutes and just talked to a diagram at an architectural level regarding how all of the Azure components integrate and talk to one another. Appreciate you've written all the code but that's the easy bit and probably dillutes the important parts of the video (Azure components and specifics).
@willvelida
@willvelida 29 күн бұрын
Thanks for the honest feedback! I appreciate it 🙂 I'm trying to figure out the balance between the two, and I'm not quite sure what the right balance is yet. But I'll keep working on it and see if I can find the right mix. Hope you're having a great day!
@shahrukhsiddiqui-s7b
@shahrukhsiddiqui-s7b Ай бұрын
Need some help in creating a conversational chat bot which can smartly predict which app and entity I want to target to perform crud operation through this conversational chat bot. I have multiple app and multiple entity in those app. chat bot should target the relevant app and entity to update or create based on user prompt. Is there any doc or video for this?
@andrewbrandon5193
@andrewbrandon5193 Ай бұрын
what is the temperature field in the config.json file?
@vivekrahul
@vivekrahul Ай бұрын
thanks a lot for the video. I'm learning
@moulcode
@moulcode Ай бұрын
is there a way to link each revision with a branch and use them both?
@Tyrel919
@Tyrel919 Ай бұрын
Very interesting, can co-pilot port to other languages?
@Alex_1729
@Alex_1729 Ай бұрын
Can we access various types of search features like 'people also ask', snippets, those boxes in Bing search etc with WebSearchEnginePlugin, or does it not allow this? If it abstracts all this, is there a way to modify it to include this information?
@TestUser-b9v
@TestUser-b9v Ай бұрын
There's a billion guides on starting a new environment. This is the only one I've found which even remotely addresses the case I need. I've been asked to write an application for an existing azure cloud service, and to do that, I need to set up a development environment using non-production data. They don't make it easy. I have no way to create resource groups, or deployment environments and I don't have admin access. The best I can do is look at environmental variables to hack into the database and file-by-file copy the code used in the function app, and just guess at setting everything up somewhere else. This is a nightmare. All the azure help articles go in circles and only address admins starting new cloud projects. Surely there must be a way for a contributor to.. contribute? There don't appear to be any resource groups or deployment environments on this project, so I'm at a loss as to how it came to exist in the first place.
@BrantScalan
@BrantScalan Ай бұрын
Will great content. Really enjoying it. I was wondering if you had any advice or maybe even a video/series on using ACA for multiple developers working on the same project where each dev can spawn their own dev environment locally, but when they push to say a dev branch with GHActions will spawn a dev environment and lastly a merge to Main pushes code live. Conceptually I get it but not grasping the best way to implement such a flow and environment for multiple devs. Thank you in advance
@lhrbaconboi9921
@lhrbaconboi9921 Ай бұрын
i could use some help
@lhrbaconboi9921
@lhrbaconboi9921 Ай бұрын
im suck @ 8:20
@vaibhavm1986
@vaibhavm1986 2 ай бұрын
Hi Will , thanks for very good explanation I want to understand more about private link service used in this case like need for it here , if you can explain in slightly more detail via diagram or can reply over this !
@ericvoigt9713
@ericvoigt9713 2 ай бұрын
Hi Will! Great content! I grabbed your code 'app-gw-aca' but there is an error in 'privateLinkServices' property 'loadBalancerFrontendIpConfigurations': The Id is expected to reference resources of type loadBalancers/frontendIPConfigurations. Could you please share a solution!? Thank you in advance!
@charlesdecourval3279
@charlesdecourval3279 Ай бұрын
Hi, I'm getting the same error, did you find a solution for this?
@LearnWithVarun
@LearnWithVarun 2 ай бұрын
Followed same, But getting this error Microsoft.SemanticKernel.HttpOperationException: Service request failed. Status: 404 (Not Found)
@eriks9399
@eriks9399 2 ай бұрын
Please use dark mode in your videos
@LearnWithVarun
@LearnWithVarun 2 ай бұрын
Hi, How to know how many tokens were consumed for the prompt execution?
@enmingwang6332
@enmingwang6332 2 ай бұрын
A great tutorial on how to use prompt to invoke plugin functions👍👍. Very appreciated🙏🙏
@CollinBenton
@CollinBenton 2 ай бұрын
Great walkthrough of how to set this up using Bicep, really appreciate it. Could have used a wee bit more explanation on what each of the terms are (i.e. environment type vs project environment type, environment vs project, catalog, etc), but that can all be found through official documentation. Thanks for creating this resource!
@plxzio
@plxzio 2 ай бұрын
put your PIP from your camera on the right side, your video is covering the code
@goldmund67
@goldmund67 2 ай бұрын
I've found the commit message functionality in Visual Studio to be the polar opposite of VS Code, generating a verbose play-by-play change history 🙄
@RoelJanken-p1s
@RoelJanken-p1s 2 ай бұрын
This is still based on the API version "2023-11-02-preview". When you are using the latest "2024-03-01" you can not add appInsightsConfiguration and openTelemetryConfiguration. I am still searching for the new way to do this with bicep
@davidclare655
@davidclare655 2 ай бұрын
If I am using Private Endpoints for Azure Redis or Azure Cosmos then i dont need a vNet?
@grif.n
@grif.n 3 ай бұрын
Can the frontend only access the internal backend because it is server-side rendering the content? Or can a client-side container app still access the backend container?
@ravindranathwi
@ravindranathwi 3 ай бұрын
Hi will I think I have seen your awesome presentation in person other day. One push back we got adapting devboxes from infra team was they said it's too expensive than AVD from your experience how much expensive is that
@pramkumar9908
@pramkumar9908 3 ай бұрын
I am getting System.UriFormatException: 'Invalid URI: The format of the URI could not be determined.' at the line var result=await kernal.InvokePromptAsync(questions); Could you help here
@grif.n
@grif.n 3 ай бұрын
What would be the recommendation between using container app secrets to reference key vault versus accessing key vault in code? Is it more secure to use container app secrets and use them as environment variables in code?
@complexL9
@complexL9 4 күн бұрын
Container app secrets, because you don't need to authenticate to kv from code and that saves some hassle and potential security risks. Of course your code could leverage workload id for authentication/authorization to kv, but still referencing "infra" resources like secret managers from code does not seem to be a good practice imo.
@kasunjalitha2300
@kasunjalitha2300 3 ай бұрын
This is really good! Thanks for the content. 🥰
@madhusudhanreddy3712
@madhusudhanreddy3712 3 ай бұрын
Is it possible to create Publish and subscribe to APIs in the same controller?
@isvic007
@isvic007 3 ай бұрын
How will this work with remote-ssh extension?
@AtulVishwakarma-i7y
@AtulVishwakarma-i7y 3 ай бұрын
😅😅
@kamaleshwaran06
@kamaleshwaran06 3 ай бұрын
Can i dynamically create a container environment with multiple container apps?
@kamaleshwaran06
@kamaleshwaran06 3 ай бұрын
You are an awesome teacher!! Very calm and clear!!
@DhusariPosani
@DhusariPosani 3 ай бұрын
😊
@khalil2099
@khalil2099 3 ай бұрын
have you tried claude ai ?
@willvelida
@willvelida 3 ай бұрын
Not yet, I'm definitely going to play around with it once I'm back from leave 😊
@gpzim981
@gpzim981 3 ай бұрын
Great tutorial. How can I refer to images that I stored on my private Azure Container Registry?
@willvelida
@willvelida 3 ай бұрын
You can pass the name of your image as a parameter in your Bicep file, and then pass it through as a inline parameter during your ci/cd.
@Abated
@Abated 4 ай бұрын
Series end?
@willvelida
@willvelida 4 ай бұрын
Hey! Not the end no, just on vacation right now! Will finish this series soon once I'm back 😊
@kulkarniabhayg
@kulkarniabhayg 4 ай бұрын
Good one, I liked it :)
@matthewwalker7063
@matthewwalker7063 4 ай бұрын
Very good explanation tyvm
@willvelida
@willvelida 4 ай бұрын
Glad it was helpful!
@pkparsard
@pkparsard 4 ай бұрын
Will, this is an awesome demo. Thanks for making it more intuitive and easy to follow. Question: When we specify the Contributor and UAA roles for the devcenter system assigned managed identity, do we do this at the subscription scope in which the dev center is hosted, or should it be for all the subscriptions in the tenant where we expect developers to provision environments as well ?
@gokulneov
@gokulneov 4 ай бұрын
I was told by someone at Microsoft that CAF modules are being ‘sunset’ and AVM is the way forward. As far as I can see, migrating Terraform state files to new one can be challenging task and there’s no proven approach to make it seamless. Hence I want to know if we can get an in-depth guidance on the CAF to AVM migration approach.. Can you make a video? For the already deployed LZ's
@psbp123
@psbp123 4 ай бұрын
Wonderful video. For someone with no coding experience, would you recommend learning Rust?
@willvelida
@willvelida 4 ай бұрын
For someone with no coding experience, I'd recommend trying a bunch of different languages and see which one you enjoy the most. I started out with php, moved onto Java, then C#. Now I'm working with Rust and Golang. As you progress with your coding journey, you'll work with different languages, so don't worry about which one you start with, just start with something and enjoy the process 😊
@psbp123
@psbp123 4 ай бұрын
@@willvelida Thank you Will. If I am interested in creating enterprise apps that are cloud based, should I start with PHP and Java?
@willvelida
@willvelida 4 ай бұрын
Depends which cloud, but Java would be ok. For Azure, C# is main language, but for GCP and AWS there's good support for Java.
@psbp123
@psbp123 4 ай бұрын
@@willvelida thanks Again!!