Check out my first novel, midnight's simulacra!

Azure: Difference between revisions

From dankwiki
No edit summary
No edit summary
Tags: mobile web edit mobile edit
Line 1: Line 1:
Microsoft's cloud platform, similar to Amazon's AWS or Google's GCP.
Microsoft's cloud platform, similar to Amazon's AWS or Google's GCP.
To get KeyVault stuff working with Debian's 2.18.0, I had to run: <tt>pip3 install azure-keyvault==1.1.0</tt>


==CLI==
==CLI==

Revision as of 17:35, 9 February 2021

Microsoft's cloud platform, similar to Amazon's AWS or Google's GCP.

To get KeyVault stuff working with Debian's 2.18.0, I had to run: pip3 install azure-keyvault==1.1.0

CLI