Azure-Samples / Azure-Samples/MqttApplicationSamples

Setup: Configuring EventGrid namespace properties fails

Open
#59 2 comments 1 reaction 0 assignees View on GitHub
Dominant language
C
Stars
34
Forks
32
PR merge metrics
No merged PRs in 30d

Description

### This issue is for a: (mark with an `x`)
```
- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [X] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
```

### Minimal steps to reproduce
The Setup section asks the user to create/configure an EventGrid namespace. An Azure CLI command is given to set properties:
```
az resource create --id $res_id --is-full-object --properties '{
"properties": {
"isZoneRedundant": true,
"topicsConfiguration": {
"inputSchema": "CloudEventSchemaV1_0"
},
"topicSpacesConfiguration": {
"state": "Enabled"
}
},
"location": "westus2"
}'
```
However, in the current version of EventGrid there is an MQTT option, which when enabled, will set these properties to the desired value (see pic):
![image](https://github.com/Azure-Samples/MqttApplicationSamples/assets/618603/cd2a0f1f-9b27-4795-85c7-dbfa69d39150)

Without enabling the MQTT option these properties are read-only and the command will fail when trying to set them.

### Expected/desired behavior
The documentation should be updated to instruct the user to enable the "MQTT" feature.

> ---------------------------------------------------------------
> Thanks! We'll be in touch soon.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.