Tuesday 12 March 2019

Installing Ansible on Ubuntu

Follow the following commands:

$sudo apt-get update
$sudo apt-get upgrade -y
$sudo apt-add-repository ppa:ansible/ansible
$sudo apt-get update
$sudo apt-get install ansible -y
$sudo apt-get install python -y

Removing exicting python and installing python 3.7 for ansible:
$sudo apt autoremove python
$sudo apt install python3.7

Azure OpenAI Architecture Patterns & Deployment Patterns

Sharing some useful links that will help customers architect Azure OpenAI solution using the best practices: (1) Azure OpenAI Landing Zone r...