Skip to content

Commit 0384f36

Browse files
committed
Removed # from the sub title
1 parent 460b59b commit 0384f36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/samples/includes/email-resource-management-azurecli-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This documentation provides a detailed guide on using Azure CLI Python to automa
2525
- The latest [Python.org](https://www.python.org/downloads/).
2626
- The latest [Azure CLI](/cli/azure/install-azure-cli-windows?tabs=azure-cli).
2727

28-
### Prerequisite check
28+
## Prerequisite check
2929

3030
- In a command prompt, run the `python --version` command to check whether Python is installed or not.
3131

@@ -293,7 +293,7 @@ Once the domains are verified and DNS records are configured, you can link the d
293293
runCommand(f"az communication update --name {commServiceName} --resource-group {resourceGroup} --linked-domains {' '.join(linkedDomainIds)}")
294294
```
295295

296-
### Complete Python Script with Azure CLI Commands for Automating End-to-End Resource Creation
296+
## Complete Python Script with Azure CLI Commands for Automating End-to-End Resource Creation
297297

298298
```python
299299
import subprocess

0 commit comments

Comments
 (0)