Skip to content

Commit 768a889

Browse files
authored
Merge pull request #79466 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/Microsoft/azure-docs (branch master)
2 parents bee41e7 + b290bae commit 768a889

File tree

5 files changed

+5
-9
lines changed

5 files changed

+5
-9
lines changed

articles/governance/policy/how-to/remediate-resources.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ the role. To get the ID for the 'Contributor' role in your environment, use the
6060
az role definition list --name 'Contributor'
6161
```
6262

63-
```azurepowershell-interactive
64-
Get-AzRoleDefinition -Name 'Contributor'
65-
```
66-
6763
## Manually configure the managed identity
6864

6965
When creating an assignment using the portal, Azure Policy both generates the managed identity and
@@ -251,4 +247,4 @@ module.
251247
- Review [Understanding policy effects](../concepts/effects.md).
252248
- Understand how to [programmatically create policies](programmatically-create.md).
253249
- Learn how to [get compliance data](getting-compliance-data.md).
254-
- Review what a management group is with [Organize your resources with Azure management groups](../../management-groups/overview.md).
250+
- Review what a management group is with [Organize your resources with Azure management groups](../../management-groups/overview.md).

articles/machine-learning/service/how-to-troubleshoot-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Breaking the deployment into tasks is helpful if you are using the [Webservice.d
5858
```python
5959
# configure the image
6060
image_config = ContainerImage.image_configuration(runtime="python",
61-
execution_script="score.py",
61+
entry_script="score.py",
6262
conda_file="myenv.yml")
6363

6464
# create the image

articles/mysql/concepts-query-store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The following query returns information about queries in Query Store:
6161
SELECT * FROM mysql.query_store;
6262
```
6363

64-
Or this query for wait wait statistics:
64+
Or this query for wait statistics:
6565

6666
```sql
6767
SELECT * FROM mysql.query_store_wait_stats;

articles/virtual-machines/linux/sizes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This article describes the available sizes and options for the Azure virtual mac
2727
| [General purpose](sizes-general.md) | B, Dsv3, Dv3, DSv2, Dv2, Av2, DC | Balanced CPU-to-memory ratio. Ideal for testing and development, small to medium databases, and low to medium traffic web servers. |
2828
| [Compute optimized](sizes-compute.md) | Fsv2 | High CPU-to-memory ratio. Good for medium traffic web servers, network appliances, batch processes, and application servers. |
2929
| [Memory optimized](sizes-memory.md) | Esv3, Ev3, M, DSv2, Dv2 | High memory-to-CPU ratio. Great for relational database servers, medium to large caches, and in-memory analytics. |
30-
| [Storage optimized](sizes-storage.md) | Lsv2, Ls | High disk throughput and IO ideal for Big Data, SQL, NoSQL databases, data warehousing and large transactional databases. |
30+
| [Storage optimized](sizes-storage.md) | Lsv2 | High disk throughput and IO ideal for Big Data, SQL, NoSQL databases, data warehousing and large transactional databases. |
3131
| [GPU](sizes-gpu.md) | NV, NVv2, NC, NCv2, NCv3, ND, NDv2 (Preview) | Specialized virtual machines targeted for heavy graphic rendering and video editing, as well as model training and inferencing (ND) with deep learning. Available with single or multiple GPUs. |
3232
| [High performance compute](sizes-hpc.md) | H | Our fastest and most powerful CPU virtual machines with optional high-throughput network interfaces (RDMA). |
3333

articles/virtual-machines/windows/sizes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This article describes the available sizes and options for the Azure virtual mac
2828
| [General purpose](sizes-general.md) | B, Dsv3, Dv3, DSv2, Dv2, Av2, DC | Balanced CPU-to-memory ratio. Ideal for testing and development, small to medium databases, and low to medium traffic web servers. |
2929
| [Compute optimized](sizes-compute.md) | Fsv2 | High CPU-to-memory ratio. Good for medium traffic web servers, network appliances, batch processes, and application servers. |
3030
| [Memory optimized](../virtual-machines-windows-sizes-memory.md) | Esv3, Ev3, M, DSv2, Dv2 | High memory-to-CPU ratio. Great for relational database servers, medium to large caches, and in-memory analytics. |
31-
| [Storage optimized](../virtual-machines-windows-sizes-storage.md) | Lsv2, Ls | High disk throughput and IO ideal for Big Data, SQL, NoSQL databases, data warehousing and large transactional databases. |
31+
| [Storage optimized](../virtual-machines-windows-sizes-storage.md) | Lsv2 | High disk throughput and IO ideal for Big Data, SQL, NoSQL databases, data warehousing and large transactional databases. |
3232
| [GPU](sizes-gpu.md) | NV, NVv2, NC, NCv2, NCv3, ND, NDv2 (Preview) | Specialized virtual machines targeted for heavy graphic rendering and video editing, as well as model training and inferencing (ND) with deep learning. Available with single or multiple GPUs. |
3333
| [High performance compute](sizes-hpc.md) | H | Our fastest and most powerful CPU virtual machines with optional high-throughput network interfaces (RDMA). |
3434

0 commit comments

Comments
 (0)