Skip to content

Commit 26d49f4

Browse files
committed
Add app important note
1 parent cadac25 commit 26d49f4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

articles/blockchain/service/data-manager-cli.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,9 @@ az resource create \
254254

255255
If you add a blockchain application, Blockchain Data Manager decodes event and property state for the application. Otherwise, only raw block and raw transaction data is sent. Blockchain Data Manager also discovers contract addresses when the contract is deployed. You can add multiple blockchain applications to a Blockchain Data Manager instance.
256256

257+
> [!IMPORTANT]
258+
> Currently, blockchain applications that declare Solidity [array types](https://solidity.readthedocs.io/en/v0.5.12/types.html#arrays) or [mapping types](https://solidity.readthedocs.io/en/v0.5.12/types.html#mapping-types) are not supported. If the smart contract includes array or mapping types, no decoded message types are sent.
259+
257260
``` azurecli
258261
az resource create \
259262
--resource-group <Resource group> \

articles/blockchain/service/data-manager-portal.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ An outbound connection sends blockchain data to Azure Event Grid. You configure
5858

5959
If you add a blockchain application, Blockchain Data Manager decodes event and property state for the application. Otherwise, only raw block and raw transaction data is sent. Blockchain Data Manager also discovers contract addresses when the contract is deployed. You can add multiple blockchain applications to a Blockchain Data Manager instance.
6060

61+
> [!IMPORTANT]
62+
> Currently, blockchain applications that declare Solidity [array types](https://solidity.readthedocs.io/en/v0.5.12/types.html#arrays) or [mapping types](https://solidity.readthedocs.io/en/v0.5.12/types.html#mapping-types) are not supported. If the smart contract includes array or mapping types, no decoded message types are sent.
63+
6164
Blockchain Data Manager requires a smart contract ABI and deployed bytecode file to add the application.
6265

6366
### Get Contract ABI and bytecode

0 commit comments

Comments
 (0)