Skip to content

Commit ac5827c

Browse files
committed
Update Getting-Started.md
1 parent 9005034 commit ac5827c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/URL-Shortener/Getting-Started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Getting Started
22

3-
Bicep is a domain-specific language that uses declarative syntax to deploy Azure resources.The bicep template (urlShortener.bicep) is found in the `./infrastructureTemplates` folder. To deploy the template, you will need the Entra ID Cloud Application Administrator role or higher.
3+
Bicep is a domain-specific language that uses declarative syntax to deploy Azure resources. The bicep template (urlShortener.bicep) is found in the `./infrastructureTemplates` folder. To deploy the template, you will need the Entra ID Cloud Application Administrator role or higher.
44

55
## Steps
66

@@ -32,7 +32,7 @@ If you want to set this up on-prem or in a different environment, please refer t
3232
3333
It is pointed to the resource group name that was just created as well as the ARM resource that was just created. This will begin the deployment process.
3434
35-
6. Head over to your as portal at `https://portal.azure.com` and browse to Resource Group > Deployments. This will replicate your Deployment
35+
6. Head over to your Azure portal at `https://portal.azure.com` and browse to Resource Group > Deployments. This will replicate your Deployment
3636
3737
7. The bicep template also creates an End User Login for the application. This is located at `https://entra.microsoft.com`. This will be under Entra ID > App Registrations on the left hand column.
3838
@@ -72,7 +72,7 @@ If you want to set this up on-prem or in a different environment, please refer t
7272
7373
in your terminal and navigate to the `bin` folder and delete the `test` folder.
7474
75-
13. Using a file archiver of your choice, such as 7zip, select `bin` folder, `node_modules` folder, and the `package.json` folder, and drag it into your file archiver to create a .zip package that is Azure compatible.
75+
13. Using a file archiver of your choice, such as 7zip, select `bin` folder, `node_modules` folder, and the `package.json` file, and drag it into your file archiver to create a .zip package that is Azure compatible.
7676
The bin folder contains all of the URL shortener command and control logic.
7777
The node modules contains all of the dependencies.
7878
The package.json contains the package manifest, which is used to launch the application.
@@ -87,7 +87,7 @@ If you want to set this up on-prem or in a different environment, please refer t
8787
8888
Click `Y` to Confirm
8989
90-
15. Type `Microsoft.Sql/servers/azureADO` should now be created which means that the app is now single sign on admin of the system.
90+
15. The resource of type `Microsoft.Sql/servers/azureADO` should now be created which means that the app is now single sign on admin of the system.
9191
9292
16. The azure app service should have the binaries able to run the application, which can be confirmed by going to the web app > going to Deployment Center > Logs > status should be Succeeded (Active)
9393
@@ -101,7 +101,7 @@ If you want to set this up on-prem or in a different environment, please refer t
101101
disconnect-AzAccount
102102
```
103103
104-
to log out of Azure. Run `npm install` to get all your dependencies back since the migration script is technically a developer dependency. Next set an environment variable. This was done by left clicking on Powertoys and selecting Environment Variables, Underneath Default varaibles > User click on `Add variable`.
104+
to log out of Azure. Run `npm install` to get all your dependencies back since the migration script is technically a developer dependency. Next set an environment variable. This was done by left clicking on Powertoys and selecting Environment Variables, Underneath Default variables > User click on `Add variable`.
105105
106106
**Variable:**
107107

0 commit comments

Comments
 (0)