I hereby claim:
- I am maximrouiller on github.
- I am maximrouiller (https://keybase.io/maximrouiller) on keybase.
- I have a public key ASAzChgehk2OF52sMJsrNUN-nJopQylFGBr_uSetk0HkZwo
To claim this, I am signing this object:
| public class Program | |
| { | |
| public static void Main(string[] args) | |
| { | |
| Task.WaitAll(ExecuteAsync()); | |
| Console.ReadLine(); | |
| } | |
| public static async Task ExecuteAsync() | |
| { |
| // Directions | |
| // Step 1: Click Gist Raw, then Copy/Paste entire gist into Bookmarklets.org/maker/ | |
| // Step 2: Change the first 3 variables: alias, event, docs | |
| // Step 3: At the bottom of the Bookmarklets.org page, drag the Bookmarklet Hyperlink to your Browser ToolBar | |
| // Step 4: Enjoy | |
| javascript: | |
| ( | |
| function () { | |
| var alias = 'marouill'; |
I hereby claim:
To claim this, I am signing this object:
| $resourceGroupName = "rgServiceFabricCluster" | |
| $location = "eastus" | |
| # Create our resource group | |
| az group create --location $location --name $resourceGroupName | |
| # Create our KeyVault Standard instance | |
| az keyvault create --name my-sfcluster-keyvault --location $location --resource-group $resourceGroupName --enabled-for-deployment | |
| # This command export the policy on file. |