Skip to content

Commit e60e12b

Browse files
committed
remove old images
1 parent 367b06e commit e60e12b

7 files changed

+2
-2
lines changed

articles/azure-resource-manager/bicep/quickstart-create-bicep-use-visual-studio-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ param location string = resourceGroup().location
9898

9999
The preceding line assigns the location of the resource group to the virtual network resource. For more information about the function used in the default value, see [resourceGroup()](./bicep-functions-scope.md#resourcegroup).
100100

101-
Add another parameter for the storage account name, which you’ll create later in the quickstart, with a default value at the top of the file:
101+
Add another parameter for the storage account name, which you create later in the quickstart, with a default value at the top of the file:
102102

103103
```bicep
104104
param storageAccountName string = 'store${uniqueString(resourceGroup().id)}'
@@ -147,7 +147,7 @@ When you add a space after the symbolic name, a list of resource types is displa
147147

148148
:::image type="content" source="./media/quickstart-create-bicep-use-visual-studio-code/select-resource-type.png" alt-text="Screenshot of selecting storage accounts for resource type.":::
149149

150-
After selecting **Microsoft.Storage/storageAccounts**, you're presented with the available API versions. Select the latest version. For the following screenshot, it is **2023-05-01**.
150+
After selecting **Microsoft.Storage/storageAccounts**, you're presented with the available API versions. Select the latest version. For the following screenshot, it's **2023-05-01**.
151151

152152
:::image type="content" source="./media/quickstart-create-bicep-use-visual-studio-code/select-api-version.png" alt-text="Screenshot of select API version for resource type.":::
153153

0 commit comments

Comments
 (0)