Powershell script to add app to VNET integration
$subscription_id = "<Subscription_ID>"
$NetworkName = "<Network_Name>"
$location = "<Region>"
$netrgname = "<Resource_Group_VNet_is_in>"
$AppServiceName = "<AppService_Name>"
$props = @{
"vnetResourceId" = "/subscriptions/$subscription_id/resourcegroups/$netrgname/providers/Microsoft.ClassicNetwork/virtualNetworks/$NetworkName";
"certThumbprint"= "<Client_cert_thumbprint>";
"certBlob"= "<Base64_Cert_Data>";
"routes" = $null;
}
New-AzureRMResource -ResourceName "$AppServiceName/$AppServiceName-to-$NetworkName" -Location $location -ResourceGroupName MarcusWebsites -ResourceType Microsoft.Web/sites/virtualNetworkConnections -PropertyObject $props -ApiVersion "2015-08-01" -force
Also in C++:
- what is digital marketing
- apt-get install plex
- will bash script use alias
- ubuntu command upgrade application
- install tmux on fedora32
- bash split string into variables
- add a file to git
- git upload folder
- git abort merge
- new terminal in linux
- update branch with master
- pip install scikit learn
- git reset head
- how to kill apache process in linux
- not fond apache 2 di ubuntu
- add email to git config
- ubuntu install geckodriver
- sed match number of unknow digits
- sed tab to space
- bash flatten directory
- Docker permission denied
- aka.ms /wslstore
- remove directory powershell
- git pull from another user