Skip to content

Commit 9a87a64

Browse files
committed
Fix monthly broken links - jushiman
1 parent 13000a3 commit 9a87a64

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

articles/virtual-machines/field-programmable-gate-arrays-attestation.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,6 @@ There are several ways to copy the file; an example using the az storage upload
5656

5757
`az storage blob upload --account-name <storage account to receive netlist> --container-name <blob container name> --name <blob filename> --file <local file with netlist>`
5858

59-
## Download the attestation scripts
60-
61-
The Validation scripts can be downloaded from the following Azure storage blob container:
62-
63-
[https://fpgaattestation.blob.core.windows.net/validationscripts/validate.zip](https://fpgaattestation.blob.core.windows.net/validationscripts/validate.zip)
64-
65-
The zip file has two PowerShell scripts, one to submit and the other to monitor while the third file is a bash script which performs both functions.
66-
6759
## Running the attestation scripts
6860

6961
To run the scripts, you will need to provide the name of your storage account, the name of the blob container where the netlist file is stored and the name of the netlist file. You will also need to create a Service shared access signature (SAS) that grants read/write access to your container (not the netlist). This SAS is used by the attestation service to make a local copy of your netlist file and to write back the resulting output files of the validation process to your container.

0 commit comments

Comments
 (0)