Apr 11 2023 12:27 AM
@ReshamaKhaire You can study using the Microsoft learn Az-700 Modules
AZ-700 Designing and Implementing Microsoft Azure Networking Solutions - Training | Microsoft Learn
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily.
Oct 23 2023 01:08 PM
I was following the Learning materials but I am stuck in the 3rd exercise: VNET Peering.
PS /home/user> az account show --output table
EnvironmentName HomeTenantId IsDefault Name State TenantId
----------------- ------------------------------------ ----------- -------------------- ------- ------------------------------------
AzureCloud 0b911adb-902d-412c-93c2-e790b4b2479c True Azure subscription 1 Enabled 0b911adb-902d-412c-93c2-e790b4b2479c
PS /home/user> az account set --subscription "Azure subscription 1"
PS /home/user> $RGName = "ContosoResourceGroup"
PS /home/user> New-AzResourceGroupdeployment -ResourceGroupName $RGName -TemplateFile ManufacturingVMazuredeploy.json -Name mynewstorageaccount -TemplateParameterFile ManufacturingVMazuredeploy.parameters.json
cmdlet New-AzResourceGroupDeployment at command pipeline position 1
Supply values for the following parameters:
(Type !? for Help.)
adminPassword: ********
New-AzResourceGroupDeployment: 8:04:17 PM - Error: Code=InvalidTemplateDeployment; Message=The template deployment failed with error: 'The resource with id: '/subscriptions/ec3e4b09-0bd4-4240-bf03-394854ec66d8/resourceGroups/ContosoResourceGroup/providers/Microsoft.Compute/virtualMachines/ManufacturingVM' failed validation with message: 'The requested size for resource '/subscriptions/ec3e4b09-0bd4-4240-bf03-394854ec66d8/resourceGroups/ContosoResourceGroup/providers/Microsoft.Compute/virtualMachines/ManufacturingVM' is currently not available in location 'West Europe' zones '' for subscription 'ec3e4b09-0bd4-4240-bf03-394854ec66d8'. Please try another size or deploy to a different location or zones. See https://aka.ms/azureskunotavailable for details.'.'.
New-AzResourceGroupDeployment: 8:04:17 PM - Error: Code=SkuNotAvailable; Message=The resource with id: '/subscriptions/ec3e4b09-0bd4-4240-bf03-394854ec66d8/resourceGroups/ContosoResourceGroup/providers/Microsoft.Compute/virtualMachines/ManufacturingVM' failed validation with message: 'The requested size for resource '/subscriptions/ec3e4b09-0bd4-4240-bf03-394854ec66d8/resourceGroups/ContosoResourceGroup/providers/Microsoft.Compute/virtualMachines/ManufacturingVM' is currently not available in location 'West Europe' zones '' for subscription 'ec3e4b09-0bd4-4240-bf03-394854ec66d8'. Please try another size or deploy to a different location or zones. See https://aka.ms/azureskunotavailable for details.'.
New-AzResourceGroupDeployment: The deployment validation failed
PS /home/user
Oct 23 2023 01:25 PM
@thekhijir the required size that you are trying to create is not available in west Europe, you may need to open a ticket with the support team to allow such size in that region or choose another size