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 :/
@tmarkovski4 күн бұрын
Are planners being deprecated in favor of function calling in SK?
@PenguinPotato977 күн бұрын
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? ☹️
@alexmorton55567 күн бұрын
thanks for this mate
@sim85oo8 күн бұрын
Hi, nice video on this cool ACA feature. How about using the [az containerapp revision label swap] command for "promote to green" step?
@PappaRodman9 күн бұрын
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.
@cheasan413214 күн бұрын
Thank you! I learned something new today. You've got a clear voice and instruction.
@karimmoradi200314 күн бұрын
It can be great kinda hand-on experience teaching channel. Thanks a lot.
@tilakthapliyal288024 күн бұрын
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)
@DmitriySokhach26 күн бұрын
Great video! Any change you make video on how to setup such neat looking terminal on Windows?
@djbutterchicken29 күн бұрын
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).
@willvelida29 күн бұрын
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Ай бұрын
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Ай бұрын
what is the temperature field in the config.json file?
@vivekrahulАй бұрын
thanks a lot for the video. I'm learning
@moulcodeАй бұрын
is there a way to link each revision with a branch and use them both?
@Tyrel919Ай бұрын
Very interesting, can co-pilot port to other languages?
@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Ай бұрын
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Ай бұрын
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Ай бұрын
i could use some help
@lhrbaconboi9921Ай бұрын
im suck @ 8:20
@vaibhavm19862 ай бұрын
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 !
@ericvoigt97132 ай бұрын
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Ай бұрын
Hi, I'm getting the same error, did you find a solution for this?
@LearnWithVarun2 ай бұрын
Followed same, But getting this error Microsoft.SemanticKernel.HttpOperationException: Service request failed. Status: 404 (Not Found)
@eriks93992 ай бұрын
Please use dark mode in your videos
@LearnWithVarun2 ай бұрын
Hi, How to know how many tokens were consumed for the prompt execution?
@enmingwang63322 ай бұрын
A great tutorial on how to use prompt to invoke plugin functions👍👍. Very appreciated🙏🙏
@CollinBenton2 ай бұрын
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!
@plxzio2 ай бұрын
put your PIP from your camera on the right side, your video is covering the code
@goldmund672 ай бұрын
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-p1s2 ай бұрын
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
@davidclare6552 ай бұрын
If I am using Private Endpoints for Azure Redis or Azure Cosmos then i dont need a vNet?
@grif.n3 ай бұрын
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?
@ravindranathwi3 ай бұрын
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
@pramkumar99083 ай бұрын
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.n3 ай бұрын
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?
@complexL94 күн бұрын
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.
@kasunjalitha23003 ай бұрын
This is really good! Thanks for the content. 🥰
@madhusudhanreddy37123 ай бұрын
Is it possible to create Publish and subscribe to APIs in the same controller?
@isvic0073 ай бұрын
How will this work with remote-ssh extension?
@AtulVishwakarma-i7y3 ай бұрын
😅😅
@kamaleshwaran063 ай бұрын
Can i dynamically create a container environment with multiple container apps?
@kamaleshwaran063 ай бұрын
You are an awesome teacher!! Very calm and clear!!
@DhusariPosani3 ай бұрын
😊
@khalil20993 ай бұрын
have you tried claude ai ?
@willvelida3 ай бұрын
Not yet, I'm definitely going to play around with it once I'm back from leave 😊
@gpzim9813 ай бұрын
Great tutorial. How can I refer to images that I stored on my private Azure Container Registry?
@willvelida3 ай бұрын
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.
@Abated4 ай бұрын
Series end?
@willvelida4 ай бұрын
Hey! Not the end no, just on vacation right now! Will finish this series soon once I'm back 😊
@kulkarniabhayg4 ай бұрын
Good one, I liked it :)
@matthewwalker70634 ай бұрын
Very good explanation tyvm
@willvelida4 ай бұрын
Glad it was helpful!
@pkparsard4 ай бұрын
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 ?
@gokulneov4 ай бұрын
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
@psbp1234 ай бұрын
Wonderful video. For someone with no coding experience, would you recommend learning Rust?
@willvelida4 ай бұрын
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 😊
@psbp1234 ай бұрын
@@willvelida Thank you Will. If I am interested in creating enterprise apps that are cloud based, should I start with PHP and Java?
@willvelida4 ай бұрын
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.