Azure Resource Provider Operations: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Azure Operations =Register a Resource Provider= <syntaxhighlight lang='bash'> az provider register -n Microsoft.RedHatOpenShift --w...") |
No edit summary |
||
Line 6: | Line 6: | ||
az provider register -n Microsoft.RedHatOpenShift --wait | az provider register -n Microsoft.RedHatOpenShift --wait | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=a= | |||
=b= |
Revision as of 23:15, 18 November 2020
Internal
Register a Resource Provider
az provider register -n Microsoft.RedHatOpenShift --wait