Tina·11 hours agoCreate AKS with kubenet networking — custom subnet using Azure CLI (Azure Kubernetes Service)Steps to create AKS cluster with kubenet networking (custom subnet) as the same cannot be done via Azure portal. #Set the subscription az account set — subscription <subscription-id> #Create Azure Resource Group az group create -l <location> -n <resource-group> #Execute below export statements AKS_VNET=Test-Vnet01 AKS_VNET_SUBNET=aks-svc-subnet AKS_VNET_RESOURCE_GRP=Test-Vnet-RG AKS_RESOURCE_GROUP=aks-test-rg AKS_CLUSTER=aks-tst-cluster AKS_IDENTITY=aksIdentity AKS_SSH_KEY_LOCATION=/home/myself/.ssh/aksprodsshkey.pub DNS_ZONE_NAME=myapps.com…Azure2 min readAzure2 min read
Steve Pye·1 day agoAI, a double edge sword?Making mistakes faster, with confidence! Everywhere we look people are banging on about AI. So I thought I’d jump on the bandwagon. TL;DR: Under skilled staff are likely to rely on AI tooling too much and make mistakes faster than ever before without even realising they’ve done it There are…Azure7 min readAzure7 min read
Sherifkunch·1 day agoHow to securely connect to your isolated VMs via Bastion hostSourced from history a Bastion is a place that gives protection against an attack. This is the fortress from which one can resist attack. — When it comes to Software Development, ensuring a high level of security is crucial. A lack of security measurements can cause extreme damage to any piece of software while compromising integrity, authentication, and availability. We may face various use cases where we need to place instances in a private network…Azure6 min readAzure6 min read
Prajyod Arudra·7 hours agoHow I cleared Azure Fundamentals Certification(az 900) in 2 days with zero cost.Introduction Clearing the Azure 900 certification exam is a great achievement for anyone who wants to begin their journey in the field of cloud computing. It is a fundamental certification that provides a basic understanding of cloud computing, Azure services, and how they can be used to solve business problems. …Azure3 min readAzure3 min read
Dinesh Singh·9 hours agoAutomating Infrastructure Deployment with Terraform: A Guide to Provisioning Azure and AWS Resources with Infrastructure as CodeInfrastructure as Code (IAC) is a revolutionary practice that enables organizations to manage and provision infrastructure using machine-readable configuration files. With IAC, we can automate the deployment of infrastructures, reduce human error, and improve the consistency and reliability of infrastructure. …Azure2 min readAzure2 min read
Taimur IjlalinGeek Culture·1 day agoMember-onlyThe Ultimate Cloud Security Career Guide for 2023Answers to the most common questions asked about a Cloud Security career — We are about to finish the first quarter of 2023 and hard to believe it went by so fast ! Q1 is ending with some bad news unfortunately as layoffs do not seem to be going away anytime soon. A recession in 2023 is now inevitable. Layoffs in tech and finance will spread to other sectors More than a year ago, I forecast a recession would begin in the second half of 2023. That was a no-brainer. Years of…fortune.comAzure5 min readAzure5 min read
Saifeddine Segni·1 day agoOrchestrate applications and Cloud infrastructure using Kubernetes and CrossplaneIntroduction Your run your applications into a kubernetes cluster and you need to build your cloud infrastructure , using the Iinfrastructure as a code is a good solution ( tools like Terraform , Ansible or some provider Iacc tools like Aws CloudFormation can be so helpful ) , On the one…Azure5 min readAzure5 min read
ODSC - Open Data ScienceinODSCJournal·1 day agoUsing Azure ML to Train a Serengeti Data Model, Fast Option Pricing with DL, and How To Connect a GPU to a ContainerUsing Azure ML to Train a Serengeti Data Model for Animal Identification In this article, we will cover how you can train a model using Notebooks in Azure Machine Learning Studio.Azure4 min readAzure4 min read
Cloudbunny·8 hours agoThe Cloud account if anyone need.All you need to connect AWS ACCOUNT AVAILABLE Digital OCEANN AVAILABL VULTR ACCOUNT AVAILABLE 250$ AZURE 200$ AVAILABLE PAY AS YOU GO AVAILABLE LINODE ACCOUNT AVAILABLE PAYMENT METHOD: Crypto, Paypal, Binance ACCEPT Dm me fast For fast response , contact me on Telegram : @Cloud_bunny or Ping me on skype: live:.cid.97e43ea6494507f2 Escrow: Mipped and bitify onlyAzure1 min readAzure1 min read
Mick Vleeshouwer·4 days agoHow to create a private ChatGPT with your own dataLearn the architecture and data requirements needed to create your own Q&A engine with ChatGPT/LLMs. — With the rise of Large Language Models (LLMs) like ChatGPT and GPT-4, many are asking if it’s possible to train a private ChatGPT with their corporate data. But is this feasible? Can such language models offer these capabilities? …Azure9 min readAzure9 min read