Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Update all Walkthrough Guides fixing a few typos and other small issues.#32

Open
LuceCarter wants to merge 14 commits intomicrosoft:masterfrom
LuceCarter:master
Open

Update all Walkthrough Guides fixing a few typos and other small issues.#32
LuceCarter wants to merge 14 commits intomicrosoft:masterfrom
LuceCarter:master

Conversation

@LuceCarter
Copy link
Contributor

No description provided.

@msftclas
Copy link

msftclas commented Nov 15, 2018

CLA assistant check
All CLA requirements met.

@tiagodenoronha tiagodenoronha mentioned this pull request Nov 29, 2018
Copy link
Contributor

@robinmanuelthiel robinmanuelthiel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey Luce, even if it took us months to find the time to review thank you very much for going through all of your writings with such precision and attention. Highly appreciated"

### 2.3 Integrate with Storage, Cosmos DB and Cognitive Services

Of course, all these Trigger, Input and Output [Bindings](https://docs.microsoft.com/en-us/azure/azure-functions/functions-triggers-bindings) have to be configured. As we might be already used to from the App Service, this configuration is done via Environment Variables. Each Azure Function has a `local.settings.json` file that sets Connection Strings to the used services.
Of course, all these Triggers, Inputs and Outputs [Bindings](https://docs.microsoft.com/en-us/azure/azure-functions/functions-triggers-bindings) have to be configured. As we might be already used to from the App Service, this configuration is done via Environment Variables. Each Azure Function has a `local.settings.json` file that sets Connection Strings to the used services.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it really called "Triggers Bindings" instead of a "Trigger Bindings"? Asking as a non-native speaker...

Using Xamarin.Forms makes it possible for us to write our app just once using C# and XAML and have it run natively on a variety of platforms. This is achieved because it's an abstraction API built on top of Xamarin's traditional mobile development SDKs. Looking at the architecture below, you can see that with traditional Xamarin we can achieve up to 75% code reuse through sharing the business logic of our app.

Before we jump into Xamarin.Forms in any depth let take a moment to understand the underlying technology and how this works.
Before we jump into Xamarin.Forms in any depth lets take a moment to understand the underlying technology and how this works.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Before we jump into Xamarin.Forms in any depth lets take a moment to understand the underlying technology and how this works.
Before we jump into Xamarin.Forms in any depth let's take a moment to understand the underlying technology and how this works.

Should be "let's", right?

2. The client app stores this handle in the app back-end or provider.
3. To send a push notification, the app back-end contacts the PNS using the handle to target a specific client app.
1. The client app decides it wants to receive pushes hence it contacts the corresponding PNS to retrieve its unique and temporary push handle. The handle type depends on the system (e.g. WNS has URIs while APNS has tokens).
2. The client app stores this handle in the app backend or provider.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above. Even though it was not in that notion before, please use 1. for every single list item. Markdown will create the list automatically then.

Co-Authored-By: LuceCarter <luce@lucyscarter.co.uk>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants