Added github link in the description. Hope you will be able to add your configuration and get it working.
@ryanshannon69634 ай бұрын
Good day, sir! This is actually the type of video I was looking for in terms of AZ-204 exam. This will be my first Azure Certification attempt. I've had a few years experience working in Azure in an engineering type role, as well as a Azure SQL Database/Elastic Pool/Azure SQL Managed Instance administrator. I'm curious: how close were the practice exams you took to the actual exam? I purchased a Scott Duffy study course for basically all of the Azure Certifications for pennies (maybe like, $50 USD a couple years ago), but finally got around to trying to get these certifications. I'm doing AZ-204 (which fortunately are completely up to date, which is incredible) study course and it's definitely all encompassing, but I'm unsure how the close the practice exams are to the actual exam. Any insight there would be great. My current progress is completed Virtual Machines and Azure Web App service. Next up are containers (which I have zero experience, but I didn't have experience with Web Apps as well), which I've had experience with, as well as a few other things. I *do* have some development/production level experience with Azure Powershell, which is incredibly helpful, so is that something that people should be aware of? As well as the ARM templates? Is BICEP on there? Thank you for your video/upload. You're helping me out immensely!
@congioaumua31926 ай бұрын
Thank you, can you give me your github link?
@southcroydon74626 ай бұрын
Added to the video. show appreciation if you can
@igorbezerra49437 ай бұрын
Link github pls??
@southcroydon74627 ай бұрын
we are reading. so spring.cloud.azure.cosmos.endpoint=cos7.documents.azure.com:443/ spring.cloud.azure.cosmos.key=fz9Kl1J2,,,,TezACDb6PkuBA== spring.cloud.azure.cosmos.database=cosdb93 properties. Add this in spring boot app - @PostConstruct void loadData() {employeeRepository.findAll().subscribe(System.out::println); } Assuming your repo is extending ReactiveCosmosRepository and have a entity with container name - @Container(containerName = "samplecontainer")